//td[ . = "gbp"]/following-sibling::td[1]
After some tests I found out the XPath 2.0 is not supported as something like this: CODE//td[ . = "gbp"]/following-sibling::td[1]doesn't seem to work. Any ideas on this topic?
in YQL