Description of Traversing the DOM Using XPath :
Traversing the DOM Using XPath is an useful tutorial for the users to gain knowledge about the process of locating the node in XML documents by using Xpath expression. In this tutorial the author discusses about two methods SelectSingleNode() and SelectNodes() which helps in matching different types of XML nodes.