Parsing XML scheme (xsd) to python objects
Bizarro-02
Bizarro.M at gmail.com
Thu Feb 9 08:36:48 EST 2006
I have a XML scheme (xsd) from which I have created with xjc (a java
binding compiler (JAXB)) my java objects with all the get and set
methods. Now I have to use this scheme and do the same in python but I
can't find a tool which can read the scheme. I already tried
generateDS.py but it couldn't parse the data.
Does anyone know a tool which compiles my scheme and creates an object
library in python?
Regards,
Matthias
More information about the Python-list
mailing list