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
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to