Can generateDS be used like xsd.exe
Posted
by BozoJoe
on Stack Overflow
See other posts from Stack Overflow
or by BozoJoe
Published on 2010-03-03T04:55:37Z
Indexed on
2010/03/18
20:21 UTC
Read the original article
Hit count: 508
Can I use generateDS.py in python in a similar way that I would use xsd.exe to create C# classes from xsd?
Basically, given an xsd schema I want to create a data structure, in python, fill its data in, and then render it into an xml string.
perhaps pyXSD is better?
oh, and yes, I'm a python newbie
© Stack Overflow or respective owner