python/xpath question..

Stefan Behnel stefan_ml at behnel.de
Thu Sep 4 14:20:49 EDT 2008


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



More information about the Python-list mailing list