User talk:80.5.221.158

From Wikipedia, the free encyclopedia

A very useful site:

http://ponderer.org/download/xpath/

XPath to extract the website from an infobox

//th[contains(string(),'Website')]/following-sibling::td/a

XPath to extract the links from a third column in a table

//table/tbody/tr/td[position()=3]/a