xml.dom.Document.createProcessingInstruction()

Document.createProcessingInstruction(target, data)

Create and return a processing instruction node containing the target and data passed as parameters. As with the other creation methods, this one does not insert the node into the tree.

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

Please login to continue.