Set the node's namespace
The namespace to be set must be already defined in one of the node's ancestors.
xml_set_namespace(.x, prefix = "", uri = "")
.x
: a nodeprefix
: The namespace prefix to useuri
: The namespace URI to usethe node (invisibly)
Useful links