tags:

views:

930

answers:

2

Hy everybody,

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

Thant you.

A: 

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 !

Kortex786
A: 

Look at http://pypi.python.org/pypi/rsl.xsd/0.2.3

Also, you might want http://pyxsd.org/ it works very nicely.

S.Lott