Gets the value of the named attribute.
objValue = oXMLDOMElement.getAttribute(name)
Variant. Returns a string that contains the attribute value or returns the empty string if the named attribute does not have a specified or default value.
Another way to retrieve attributes is to use the XMLDOMNamedNodeMap object's getNamedItem method.
Applies To: XMLDOMElement Object