Marco Meoni wrote: > No ideas or examples for managing dtd & xml in python?
sure, but the scope of your original post was probably too large for anyone to deal with... anyway, if you want an XML parser that gives you full access to the DTD, this might be your best choice: http://www.garshol.priv.no/download/software/xmlproc/ if you meant plain XML and not DTD (I'm not sure how the DTD can contain command descriptions...), there are dozens of alternatives. you can find links to most of them in this article: http://www.xml.com/pub/a/2004/10/13/py-xml.html (also see the comment section) </F> 2005/11/29, Marco Meoni <[EMAIL PROTECTED]>: > > Hi, i'm new in python programming and i'm new in this mailing list. > I have a problem in buildin a GUI with wxpython. My application have to > start by GUI. This GUI have to be dinamic. The commands that the GUI have to > show are described in a DTD. The GUI must read the DTD file and show the > command that is in DTD file (in every start of the program). > How can I do this? > Is there any simple py files that you can send me for examples in managing > DTD or XML with Python? > Sorry for my bad english but i'm an italian boy... > Thanks to all! > Marco. > -- > mail address: [EMAIL PROTECTED] web site: www.marcomeoni.net > -- Mail address: [EMAIL PROTECTED] Web site: www.marcomeoni.net -------------------------------------------------------------------------------- > _______________________________________________ > XML-SIG maillist - XML-SIG@python.org > http://mail.python.org/mailman/listinfo/xml-sig > _______________________________________________ XML-SIG maillist - XML-SIG@python.org http://mail.python.org/mailman/listinfo/xml-sig