removeAttributeNS

Remove the attribute with the given name and namespace from this element.


XopusElement.removeAttributeNS( namespaceURI : String,  localName : String)

Arguments

namespaceURI
String. The namespaceURI of the attribute.
localName
String. The name of the attribute.