The DomNode class / xml.DomNode methods |
Removes a namespace qualified XML Attribute for an XML Element DomNode object
removeAttributeNS( name STRING, ns STRING )
Removes a namespace qualified XML Attribute for this XML Element DomNode object, where name is the name and ns is the namespace URI of the XML Attribute to remove.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.