createElementNS01
NIST
The "createElementNS(namespaceURI,qualifiedName)" method for a
Document should raise NAMESPACE_ERR DOMException if
qualifiedName is malformed.
Invoke method createElementNS(namespaceURI,qualifiedName) on
the XMLNS Document with namespaceURI being the literal string
"http://www.ecommerce.org/", and qualifiedName as "prefix::local".
Method should raise NAMESPACE_ERR DOMException.
Mary Brady
2001-08-17