Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to convert XSD to Python Class

I just want to know if there is a program that can convert an XSD file to a Python class as JAXB does for Java?

like image 673
Kortex786 Avatar asked Jul 02 '09 06:07

Kortex786


1 Answers

generateDS : I think this is the good tool I need

Edit : Actually, generateDS does very well the job !! It generates the Python class with all methods (setters and getters, export to XML, import from XML). It works very well !

like image 108
Kortex786 Avatar answered Oct 06 '22 21:10

Kortex786