[Zope3-dev] xml import / export in z2 & z3

Andreas Jung lists at andreas-jung.com
Tue Dec 6 12:28:19 EST 2005



--On 6. Dezember 2005 16:46:02 +0100 Jean-Marc Orliaguet 
<jmo at ita.chalmers.se> wrote:

> Hi!
>
> I'm about to write an xml importer for importing simple data (properties,
> dictionaries). Exporting is easy, importing is trickier because a parser
> is required.
>
> Is there any prefered framework for doing such things in zope3 (zope2)?
>

Sax or DOM...it depends on the usecase and the algorithmic approach you 
take. Sax is fast but you have to build your own datastructures, DOM is 
slow, takes a lot of memory but it gives you a tree to perform any fancy 
operation on it..

-aj

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope3-dev/attachments/20051206/c9647d26/attachment.bin


More information about the Zope3-dev mailing list