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
_______________________________________________
XML-SIG maillist  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig

Reply via email to