[XML-SIG] The Zen of DOM
Ken MacLeod
ken@bitsko.slc.ut.us
05 Apr 2000 10:27:16 -0500
"Andy Robinson" <andy@reportlab.com> writes:
> To turn this on its head, there must be a generic way to turn a
> Python class instance into XML, and unserialize it again later.
Yes, you are probably looking for a generic de/serializer, I listed
the ones I know of, with some notes, at:
<http://www.python.org/pipermail/xml-sig/2000-March/003711.html>
The Scarab implementation of SOAP is now available in a snapshot at:
<http://Casbah.org/Scarab/>
-- Ken