-
Code's Tags
-
Your Codes
-
Reffers
-
Linked Codes
|
Code:
Short link for Twitter:
HTML:
HTML view:
Copy Source | Copy HTML- app_xml = xmlp.parse("base.xml")
- id = app_xml.createElement(att)
- node = app_xml.createTextNode(str)
- id.appendChild(node)
- root.appendChild(id)
- res = open(base.xml", "w")
- res.writelines(app_xml.toprettyxml())
- res.close()
|