http://qs321.pair.com?node_id=1159021


in reply to Re^2: Problem getting fields out of an XPath node list
in thread Problem getting fields out of an XPath node list

Why do you keep using ->findvalues ? Simply retrieve the nodes or find the text within the nodes explicitly:

/tr/td/text()

Personally, I simply find the nodes and then use their ->as_text() method to get at their textual content.