Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/xml.XmlDocument.2.py
2012-12-01 22:38:22 +00:00

7 lines
265 B
Python

doc = wx.xml.XmlDocument()
doc.Load("myfile.xml", "UTF-8", wx.xml.XMLDOC_KEEP_WHITESPACE_NODES)
# myfile2.xml will be identical to myfile.xml saving it self way:
doc.Save("myfile2.xml", wx.xml.XML_NO_INDENTATION)