inst/examples/xmlTree.R

tt = xmlTree("doc")

# Shows that we can create the children within the call to create
# a parent.

tt$addTag("a",
           tt$addTag("b", tt$addTag("c")),
           tt$addTag("d", tt$addTag("e")))

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