my problem is like this. Let\'s say i have xml like this
Value1
The XPath expression you have isn't what you want.
Replace it with this:
node.SelectSingleNode( "element3" );
And you'll get the result you're looking for.