newXMLNamespace: Add a namespace definition to an XML node
Description
This function, and associated methods,
define a name space prefix = URI
combination for the
given XML node.
It can also optionally make this name space the
default namespace for the node.Usage
newXMLNamespace(node, namespace, prefix = names(namespace), set = FALSE)
Value
- An name space definition object whose class corresponds
to the type of XML node given in
node
.
References
~put references to the literature/web site here ~See Also
Constructors for different XML node types - newXMLNode
xmlNode