Re: Python object to xml biding

2007-02-26 Thread sjpiii
"raf" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hi there,
>
>
> 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.
>
> Any ideas?
>
Try the bindery component of the Amara XML Toolkit
(http://mail.python.org/pipermail/xml-sig/2005-October/011234.html).
 At the time of this writing the project homepage says it is temporarily 
unavailable,
but it's available from the Cheeseshop:
http://cheeseshop.python.org/pypi/Amara/ 


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Python object to xml biding

2007-03-05 Thread Stefan Behnel
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