I have an XML document. While reading it using the System.XML.XMLDocument object, I want to retrieve the XPath of each XMLNode that I am reading. Does anyone have any idea how it can be done?

.