Adds or changes the supplied attribute node on this element.
objXMLDOMAttribute = oXMLDOMElement.setAttributeNode(XMLDOMAttribute)
Object. Returns Null unless the new attribute replaces an existing attribute with the same name, in which case this method returns the previous, replaced attribute node.
Applies To: XMLDOMElement Object