Python and XML?

Stefan Behnel stefan.behnel-n05pAM at web.de
Sun Apr 15 05:50:02 EDT 2007


Leonard J. Reder wrote:
> What I as really after though was other possible solutions
> like JAX in the Java world or Gnosis in the Python world.
> 
> Something that can take a Relax NG Schema and compile
> it into a bunch of parser/generator objects for handling
> an XML format.

That's why I was asking why you need this. Validation is provided by RNG
itself, so all you would need is some kind of mapping that outputs and parses
it for you? What's your target format? Python objects?

http://codespeak.net/lxml/objectify.html

Stefan



More information about the Python-list mailing list