Stefan Behnel wrote:
> Yes, learn to use XPath, e.g.
> 
>   //tr/td[not string()]

Oh, well...

   //tr/td[not(string())]

as I said, wrong news group. ;-)

Try something like "gmane.text.xml.xpath.general", for example.

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

Reply via email to