revision:
The getAttributeNodeNS() method returns the Attr node for the attribute with the given namespace and name.
getAttributeNodeNS(namespace, nodeName)
Parameters:
namespace : is a string specifying the namespace of the attribute.
nodeName : is a string specifying the name of the attribute.