serializing DOM object

Martin v. Loewis martin at v.loewis.de
Tue May 14 16:27:33 EDT 2002


"Billy Ng" <kwokng at earthlink.net> writes:

> I want to use Java to save the DOM object to a blob field in mysql.  Then,
> using python to open it later.  Is it possible?  Someone told me as long as
> I need to serialize the DOM object, it is doable.  If anybody have this
> experience, would you please share with me.

I recommend to serialize DOM documents as XML.

Regards,
Martin



More information about the Python-list mailing list