doc = xmlInternalTreeParse("xpathTest.xml")
n = xmlRoot(doc)[[1]]
getNodeSet(n, ".//b")
getNodeSet(n, "ancestor::namespace")
# But
getNodeSet(n, "//b")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.