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

Martijn Faassen faassen at infrae.com
Wed Dec 7 09:17:02 EST 2005


Jean-Marc Orliaguet wrote:
> 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)?
> 
> CMFSetup uses sax, GenericSetup uses sax too. ZCML relies on sax... Does 
> it mean that writing a sax parser is the way to go, (again this is very 
> simple data) or is there any other library recommended in the context of 
> zope?

Silva uses SAX too. SAX is comparatively hard to use though.

Regards,

Martijn


More information about the Zope3-dev mailing list