[XML-SIG] Converting XML Schema to data struture and then to XML

Karl Norby karl.norby at gmail.com
Mon Jan 28 10:47:08 CET 2008


You could also try pyXSD (pyxsd.org) as a starting point. It does much
of what you describe.
-Karl

2008/1/27 Good Z <goodz158 at yahoo.com>:
>
> Hello,
> I need to write an application to convert XML schema (.xsd) to a data
> structure then using this data structure and the data from some other files,
> generate an XML file.
>
> I have seen generateDS and pyfo library that can be combined to write this
> application but my problem is that i somehow do not like DOM and would like
> to write this in ElementTree. I wonder if anyone can point me how to write
> this quickly in ElementTree or someone has already done this effort.
>
> Regards,
> Mike.
>
>  ________________________________
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it
> now.
> _______________________________________________
> XML-SIG maillist  -  XML-SIG at python.org
> http://mail.python.org/mailman/listinfo/xml-sig
>
>


More information about the XML-SIG mailing list