I use lxml when available because of the speed, more robust HTML
parsing than BeautifulSoup, and better XPath support than ElementTree.
(The latest development snapshot of ElementTree improves the XPath
support.)
When lxml is not available I use ElementSoup (http://effbot.org/zone/
element-soup.htm) because I prefer using the ElementTree interface.

Richard


On Nov 19, 1:53 pm, mdipierro <[email protected]> wrote:
> It is not clear to me what does lxml do that element-tree does. Is it
> just an issue of speed?
>
> On Nov 18, 8:52 pm, Mark Larsen <[email protected]> wrote:
>
> > I've had good experience with ElementTree:
>
> >http://effbot.org/zone/element-index.htm
>
> > It has both straight python and a CPython versions.  It's included
> > with Python >= 2.5.
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to