Astley Le Jasper wrote:
> Can anyone suggest something inthat can process an XPath like the
> following:
> 
> "/html/body/table[2]/tbody/tr/td[5]/table/tbody/tr[3]/td/table[3]/
> tbody/tr[5]/td"

[skipping the obvious joke answer to your question]

In case you're asking for a tool that can process HTML using XPath, try 
lxml.html.

http://codespeak.net/lxml

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

Reply via email to