In Xpath // means go back to the root node.
In xpath .// means relative to the current node.
Does it work if you use this:
In xpath .// means relative to the current node.
Does it work if you use this:
var nameNode = trNode.SelectSingleNode(".//td[@class='name']");