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
Post a Comment