XPath and .NET

An XML Document is modeled as a tree as of nodes that contains a variety of different data types. Each data type can include elements, attributes, and even text. The XML Path Language (XPath) is an expression based language that is used to identify and select these different data types from an XML document. Each XPath expression is a pre-defined set of criteria that can include data type, name, values, and even relationships. More..