How to query XML with an XPath expression by using Visual Basic .NET
This article demonstrates how to query an XPathDocument object with an XML Path Language (XPath) expression using the XPathNavigator class. XPath is used programmatically to evaluate expressions and select specific nodes in a document. Requirements The...
support.microsoft.com |