[Zope] Parse a XML file in Zope,
zopeXMLmethods Product not working in Zope 2.8.1
Dieter Maurer
dieter at handshake.de
Mon Sep 26 14:33:39 EDT 2005
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
More information about the Zope
mailing list