Removes an attribute from the collection.
objXMLDOMNode = oXMLDOMNamedNodeMap.removeNamedItem(name)
Object. Returns the node removed from the collection. Returns Null if the named node is not an attribute.
Applies To: XMLDOMNamedNodeMap Object