Description
class
DOMDocument {
DOMElement
createElementNS ( string namespaceURI, string qualifiedName [, string value] )
}
This function creates a new element node with an associated namespace.
This node will not show up in the document unless
it is inserted with e.g. DOMNode->appendChild().