Re: XMLSchema Parsing

2005-11-29 Thread uche . ogbuji
km wrote: > i'd like to know if there are any good XMLSchema (.xsd files) parsing modules > in python. > regards, Parse and do what? You can parse WXS (a.k.a. XSD) with any XML parser out there. Anyway, off-head, Python tools that handle WXS, to some extent: xsv libxml2/Python lxml generateDS.

Re: XMLSchema Parsing

2005-11-29 Thread Tim N. van der Leeuw
Hi, Depends entirely on what you want. I've written some XSD tools in Python that do exactly what I want -- but don't offer support for any XSD features that I didn't happen to need. Module I wrote supports include/import and redefine; parses sequences, complexTypes and simpleTypes, but not much m

Re: XMLSchema Parsing

2005-11-29 Thread Dennis Benzinger
km schrieb: > Hi all, > i'd like to know if there are any good XMLSchema (.xsd files) parsing modules > in python. > regards, > KM > Try lxml a pythonic binding for the libxml2 and libxslt libraries. Bye, Dennis -- http://mail.python.org/mailman/listinfo/python-

XMLSchema Parsing

2005-11-27 Thread km
Hi all, i'd like to know if there are any good XMLSchema (.xsd files) parsing modules in python. regards, KM -- http://mail.python.org/mailman/listinfo/python-list