createAttributeNS
The Document.createAttributeNS()
method creates a new attribute node with the specified namespace URI and qualified name, and returns it.
The Document.createAttributeNS()
method creates a new attribute node with the specified namespace URI and qualified name, and returns it.