xml parsing - Java's XJC like tool in Python -


is there equivalent tool in python xjc? xjc takes schema , generates java classes. 1 can populate in-memory data-structure using these classes. no need write them hand.

you can try pyxb: http://pyxb.sourceforge.net

pyxb (“pixbee”) pure python package generates python source code classes correspond data structures defined xmlschema.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -