I’m completely rookie in XPath (I don’t even know how to paste proper html into this post ;-p) subject and I need some help. I would like to retrieve text which is in quotation marks and put it into a one cell in Google Spreadsheet. Right now I can only retrieve this text into separate cells.
Share
Does
string(//tr[class='darkGreen']/td[2])result in what you want? Your XML fragment looks incomplete and I’m not sure if you only want the contents of the second cell so it’s a wild guess if this fits your need.