Extra table values using XPath and Yahoo Pipe?

90 Views Asked by At

I'd like to track the appearance of new values in a table via an RSS feed. Specifically, that is new competitions in http://www.kaggle.com/competitions

So I registered for Yahoo Pipes, found the XPath with Firefox XPath Checker to be

id('competitions-table')/tbody/tr/td[1]/div/a/h4

and used the Pipis XPath Fetch module. I'd expect the list of competition names, however, I get zero results :/

Am I doing it incorrectly? Any other suggestions to accomplish that?

1

There are 1 best solutions below

0
On BEST ANSWER

Try this one: //table[@id='competitions-table']//tr//h4