--On 8. Juni 2006 14:28:31 +0200 Sébastien VINOT <[EMAIL PROTECTED]> wrote:



I'm wondering if it is possible to load datas for a zexp file without
the old product and then build new instances of my new product. That is
why I'd like to know if there is a good documentation concerning the
internal structure of zexp files.

The .zexp files are Python pickles. The XML generated through export/import
is basically an XML representation of the Python pickle. The most straight forward solution would be to write a migration script for your stuff and not to look into pickles...but you can of course follow the pickle road if you like it the hard way :-)

-aj


--
ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany
Web: www.zopyx.com - Email: [EMAIL PROTECTED] - Phone +49 - 7071 - 793376
E-Publishing, Python, Zope & Plone development, Consulting

Attachment: pgpEpdO6Fyo4F.pgp
Description: PGP signature

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to