Hi everyone,
I'm interested on getting the first paragraph from each page, the Xpath I got is the following:
//*[@id="middlecolumnhome"]/div[2]/p[1]
So if I want to get the content from that first paragraph, how would the formula look like:
=xpathonurl("http://mysite.com","//*[@id="middlecolumnhome"]/div[2]/p[1]",?,?)
I'm interested on what to add on the last sections.
Any help would be much appreciated.