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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.