my problem is like this. Let\'s say i have xml like this
Value1
The following work perfect when i want to run xpath on the specified node.
XmlNodeList nodes = xmlDoc.SelectNodes(".//Child");