26 Sep
2005
26 Sep
'05
6:33 p.m.
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