simple xml pickle

Martin v. Loewis martin at v.loewis.de
Wed Sep 4 03:06:24 EDT 2002


Michael Stenner <mstenner at phy.duke.edu> writes:

> Does anyone know of anything else? 

PyXML offers xml.marshal.generic, and xml.marshal.wddx (which supports
the WDDX DTD). They require xml.sax, but are otherwise "mostly"
standalone (meaning that they could be ported to pure Python 2.x with
little effort - if you do that, please consider contributing your
patches).

HTH,
Martin




More information about the Python-list mailing list