Generating class definitions at runtime in memory from XSD or JSON

Stodge stodge at gmail.com
Thu Feb 16 20:15:59 EST 2012


Does anyone know of a library to generate class definitions in memory,
at runtime, from XSD or JSON? I know about PyXB, generateDS and some
others, but they all rely on generating python source files at the
command line, and then using those to parse XML.

Thanks



More information about the Python-list mailing list