(no version information, might be only in CVS)
DomNode_>set_namespace __
Sets namespace of a node_
Description
void
DomNode_>set_namespace ( string uri [, string prefix])
Sets the namespace of a node to uri_
If there is already a namespace declaration with the same uri in one of the parent nodes
of the node, the prefix of this is taken, otherwise it will take the one provided
in the optional parameter prefix or generate a random one_
See also domdocument_create_element_ns(),
domnode_add_namespace()