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

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

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

mysql - Pass value between different pages (form) with PHP -