xml_set_namespace: Set the node's namespace
Description
The namespace to be set must be already defined in one of the node's
ancestors.
Usage
xml_set_namespace(.x, prefix = "", uri = "")
Value
the node (invisibly)
Arguments
- .x
a node
- prefix
The namespace prefix to use
- uri
The namespace URI to use