Dieter Maurer  <[EMAIL PROTECTED]> wrote:
> 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"

Also, lxml (pythonic bindings based on ElementTree API for libxml2),
which is quickly becoming the reference for Zope work.

Florent

-- 
Florent Guillaume, Nuxeo (Paris, France)   CTO, Director of R&D
+33 1 40 33 71 59   http://nuxeo.com   [EMAIL PROTECTED]
_______________________________________________
Zope maillist  -  Zope@zope.org
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 )

Reply via email to