Removes an attribute from the collection.
Syntax
objXMLDOMNode = oXMLDOMNamedNodeMap.removeNamedItem(name)
Parameters
name
String specifying the name of the attribute to remove from the collection.
Returns
Object. Returns the node removed from the collection. Returns NULL if the named node is not an attribute.
Applies To