[Python-Dev] serializing Python as XML

Skip Montanaro skip@mojam.com (Skip Montanaro)
Sun, 24 Sep 2000 10:19:10 -0500 (CDT)


    >> Hi, everyone.  One of the Software Carpentry designers has asked
    >> whether a package exists to serialize Python data structures as XML,
    >> so that lists of dictionaries of tuples of etc. can be exchanged with
    >> other XML-aware tools.

    Fred> There are at least two implementations ... PyXML & xml_objectify 

You can also use XML-RPC (http://www.xmlrpc.com/) or SOAP
(http://www.develop.com/SOAP/).  In Fredrik Lundh's xmlrpclib library
(http://www.pythonware.com/products/xmlrpc/) you can access the dump and
load functions without actually using the rest of the protocol if you like.
I suspect there are similar hooks in soaplib
(http://www.pythonware.com/products/soap/).

-- 
Skip Montanaro (skip@mojam.com)
http://www.mojam.com/
http://www.musi-cal.com/