Can generateDS be used like xsd.exe
- by BozoJoe
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