(no version information, might be only in CVS)
DOMDocument->createElementNS() --
Create new element node with an associated namespace
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().