my problem is like this. Let\'s say i have xml like this
Value1
the problem here is the XPath expression you are using, try it without the '//'. Like that:
node.SelectSingleNode( "element3" );
Read more here .