xml.dom.Document.createAttributeNS()

Document.createAttributeNS(namespaceURI, qualifiedName)

Create and return an attribute node with a namespace. The tagName may have a prefix. This method does not associate the attribute node with any particular element. You must use setAttributeNode() on the appropriate Element object to use the newly created attribute instance.

doc_python
2016-10-07 17:47:40
Comments
Leave a Comment

Please login to continue.