serializing DOM object

Steve Holden sholden at holdenweb.com
Tue May 14 10:26:03 EDT 2002


"Billy Ng" <kwokng at earthlink.net> wrote in message
news:ff7E8.123$Ec.17778 at newsread2.prod.itd.earthlink.net...
> Hi folks,
>
> 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.
>

Look at the pickle, cpickle and marshal modules, each of which has merits in
such applications.

regards
 Steve
--
-----------------------------------------------------------------------
Steve Holden                                 http://www.holdenweb.com/
Python Web Programming                http://pydish.holdenweb.com/pwp/
-----------------------------------------------------------------------








More information about the Python-list mailing list