XML Writer in wxPython
Peter Decker
pydecker at gmail.com
Fri Jan 13 13:55:07 EST 2006
On 1/12/06, Marco Meoni <meonimarco at gmail.com> wrote:
> I'm building a GUI of a network manager that send its commands in xml files.
> I would can write xml files from GUI (that is in wxPython). Have you
> understand from my "spaghetti" english?
Yes, your English is fine. Much better than my Italian! :)
Sounds like you could use the xml.dom.minidom module
(http://www.python.org/doc/current/lib/module-xml.dom.minidom.html).
On that page they have information for creating new XML documents.
--
# p.d.
More information about the Python-list
mailing list