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?
Try this one: //table[@id='competitions-table']//tr//h4