For multi.xml
multi.xml + B.xml + C.xml + Y.xml + B.xml + C.xml + A.xml + B.xml + C.xml + other (xpointer)
library(XML)
m = xmlParse("multi.xml")
invisible(fixDocXIncludes(m))
getNodeLocation(getNodeSet(m, "//C"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.