John Machin wrote:

> One can even use ElementTree, if the HTML is well-formed. See below.
> However if it is as ill-formed as the sample (4th "td" element not
> closed; I've omitted it below), then the OP would be better off
> sticking with Beautiful Soup :-)

or get the best of both worlds:

    http://effbot.org/zone/element-soup.htm

</F> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to