Removes the attribute with the specified namespace and attribute name.
objXMLDOMNode = oXMLDOMNamedNodeMap.removeQualifiedItem(baseName, namespaceURI)
Object. Returns the attribute node removed, or Null if no node was removed.
This member is an extension of the W3C DOM.
Applies To: XMLDOMNamedNodeMap Object