Element.removeAttributeNS(namespaceURI, localName) 
Remove an attribute by name. Note that it uses a localName, not a qname. No exception is raised if there is no matching attribute.
Element.removeAttributeNS(namespaceURI, localName) 
Remove an attribute by name. Note that it uses a localName, not a qname. No exception is raised if there is no matching attribute.
 
          
Please login to continue.