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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to