Martin Koekenberg wrote at 2005-9-26 15:57 +0200: > ... >Does annyone knows a Product of method to parse xml in Zope without the >zopeXMLmethods product ?
You can use any of the methods for XML parsing supported by Python, among others * MiniDOM * "[c]ElementTree" * SAX * "pyexpat" * "sgmlop" * "libxml2" Note that the listed options operate on different API levels (DOM, SAX, raw parsing events). -- Dieter _______________________________________________ Zope maillist - [email protected] 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 )
