documentcreateattributeNS05
IBM
The method createAttributeNS raises a NAMESPACE_ERR if the qualifiedName has a prefix and
the namespaceURI is null.
Invoke the createAttributeNS method on a new Document object with a null value for
namespaceURI, and a valid qualifiedName. Check if a NAMESPACE_ERR is thrown.
Neil Delima
2002-04-30