Python and XML?

Stefan Behnel stefan.behnel-n05pAM at web.de
Sat Apr 14 05:09:41 EDT 2007


Leonard J. Reder wrote:
> What is the best way to process a Relax NG Schema and auto generate XML
> Python parser/generator code?
> Any suggestions?

Not sure what you mean with "XML Python parser/generator code", but regarding
RNG, you should definitely give lxml a try. It may already be what you were
looking for anyway.

http://codespeak.net/lxml

Have fun,
Stefan



More information about the Python-list mailing list