XML-XSD Processing/Creation.

xkenneth xkenneth at gmail.com
Thu Jan 3 17:49:32 EST 2008


On Jan 3, 1:55 am, Stefan Behnel <stefan.behnel-n05... at web.de> wrote:
> paul wrote:
> >> Can i create python classes based off the XSD files? What else can I
> >> do with the XSD files?
> > This might be worth looking at:http://www.rexx.com/~dkuhlman/#generateDS
>
> If it's really such a complex XML language, the tool above might or might not
> be of any help, as it doesn't support the whole XSD standard (and XML Schema
> is very complex). It's worth a try, but don't expect too much.
>
> The lxml way of dealing with XML languages is namespace implementation:
>
> http://codespeak.net/lxml/dev/element_classes.html#id1
>
> However, there isn't currently a way to automatically bootstrap an
> implementation, especially not in XSD, so it depends on the language how much
> work it will be to get this to a usable state.
>
> Stefan

Just a bump in an attempt to get some more help.



More information about the Python-list mailing list