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.
In reply to Re^3: Problem getting fields out of an XPath node list
by Corion
in thread Problem getting fields out of an XPath node list
by ejc1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |