inst/examples/multi.md

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"))


omegahat/XML documentation built on Jan. 17, 2024, 6:47 p.m.