[XML-SIG] xsd and python

Stefan Behnel stefan_ml at behnel.de
Wed Sep 12 13:35:37 CEST 2007


Jachym Cepicky wrote:
> could anybody point me to best documentation resource, where I could
> learn, how to work with XSD and python?
> 
> I hope, it would be possible to generate XML based on XSD or maybe some
> Python code according to to it. I have no clue, whether this is possible
> or if it is possible in general, but not with python yet.

I'm not aware of any Python tool that "generates XML based on XSD" (whatever
that means), but there are a couple of tools that support validation with XML
Schema, such as lxml.etree.

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

Stefan


More information about the XML-SIG mailing list