[XML-SIG] Build a dinamic GUI from a DTD file

Marco Meoni meonimarco at gmail.com
Thu Dec 1 12:35:56 CET 2005


Very thanks for your answer...
I'll try with xml-proc but if anyone have examples are welcome!!!

2005/12/1, Fredrik Lundh <fredrik at pythonware.com>:
>
> 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 <meonimarco at gmail.com>:
> >
> > 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: meonimarco at gmail.com web site:  www.marcomeoni.net
> >
>
>
>
> --
> Mail address: meonimarco at gmail.com
> Web site: www.marcomeoni.net
>
>
>
>
> --------------------------------------------------------------------------------
>
>
> > _______________________________________________
> > XML-SIG maillist  -  XML-SIG at python.org
> > http://mail.python.org/mailman/listinfo/xml-sig
> >
>
>
>
> _______________________________________________
> XML-SIG maillist  -  XML-SIG at python.org
> http://mail.python.org/mailman/listinfo/xml-sig
>



--
Mail address: meonimarco at gmail.com
Web site: www.marcomeoni.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/xml-sig/attachments/20051201/8b73537a/attachment.html


More information about the XML-SIG mailing list