Computer >> Computer tutorials >  >> Programming >> Java

Is there any tool that can convert an XSD file to a Python class as JAXB does for Java?


I would recommend generateDS for converting a XSD file to a Python class . In my opinion, it is a good tool for the said purpose.

It (generatS) generates the Python class with all methods (setters and getters, export to XML, import from XML). It does a good job and works very well !.