The XPathNavigator class (located in the System.Xml.XPath namespace) provides a random, cursor-style API that allows XML documents to be parsed. The ASP.NET pages available in the sample download demonstrate different ways that the XPathNavigator class can be used to parse and extract data from XML documents.
|