Hi,
There is simple JSON serialization module with name "simplejson" which easily serializes Python objects to JSON.
I'm looking for similar module which can serialize to XML.
Thank you
Hi,
There is simple JSON serialization module with name "simplejson" which easily serializes Python objects to JSON.
I'm looking for similar module which can serialize to XML.
Thank you
http://code.activestate.com/recipes/415983/
http://sourceforge.net/projects/pyxser/
http://www.ibm.com/developerworks/webservices/library/ws-pyth5/