xml.DomNode.removeAttributeNS

Removes a namespace qualified XML Attribute for an XML Element DomNode object

Syntax

removeAttributeNS(
   name STRING,
   ns STRING )
  1. name defines the name of the XML Attribute to remove.
  2. ns defines the namespace URI of the XML Attribute to remove.

Usage

Use this method to remove 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. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).