On 1/12/06, Marco Meoni <[EMAIL PROTECTED]> 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. -- http://mail.python.org/mailman/listinfo/python-list