Python and XML?

Leonard J. Reder reder at ieee.org
Sat Apr 14 21:19:56 EDT 2007


Thanks for the response.  This package does look interesting.
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.   Guess I am going to just have try out
Gnosis since it seems like the only game in town.

Len

Stefan Behnel wrote:
> 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


-- 
===================================
Leonard J. Reder
Home office email : reder at ieee.org
Lab email         : reder at jpl.nasa.gov
Lab web page      : http://reder.jpl.nasa.gov
===================================



More information about the Python-list mailing list