Use this method to remove an attribute from an element
.
E
E.removeAttributeNS(,nsURIattName)
If
has an attribute in namespace E whose name matches nsURI, and that
attribute has a default value, the attribute is replaced
by the default value. If there is a matching attribute
without a default value, the attribute is removed from
attName.
E