Hi,
I need to find an inner text of an element inside an XmlDocument and return it's Xpath. for example, searching for "ThisText" inside :
<xml>
<xml2 val="ThisText"></xml2>
</xml>
should return the Xpath of xml2
what's the most efficient way of doing this in c#?