append.XMLNode(to, ...) append.xmlNode(to, ...)
to
node.
If this is a
list
of
XMLNode
objects (e.g. create by a call to
), then that list is used.
to
node containing its new children nodes.
Duncan Temple Lang
http://www.w3.org/XML, http://www.jclark.com/xml, http://www.omegahat.org
top <- xmlNode("top", xmlNode("next","Some text")) top <- append.xmlNode(top, xmlNode("hello"))