Python object to xml biding

Stefan Behnel stefan.behnel-n05pAM at web.de
Mon Mar 5 12:40:17 EST 2007


raf wrote:
> I'm looking for a python to XSD/xml biding library to easy handling
> this very large protocol spec I need to tackle. I've searched google
> quite extensibly and I haven't found anything that properly fits the
> bill... I'm mostly interested at the xml -> python and python->xml
> marshalling/unmarshalling much like jaxb for java.

Consider using lxml.objectify. It's extremely powerful and simple to use at
the same time.

http://codespeak.net/lxml/dev/objectify.html#element-access-through-object-attributes

http://codespeak.net/lxml/

Have fun,
Stefan



More information about the Python-list mailing list