library(XML)
doc = xmlParse("base.xml")
ans = getNodeSet(doc, "//p[contains(base-uri(.), 'base.xml')]")
ans1 = getNodeSet(doc, "//p[contains(base-uri(.), 'baseInclude')]")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.