<%@ page language="C#" masterpagefile="~/templates/Documentation.master" inherits="Page" pagetitle="Chapter 9 Writing XPath Expressions" keywords="Chapter 9 Writing XPath Expressions"%>

Chapter 9 Writing XPath Expressions


The XPath processor allows you to retrieve a subset of an XML document. A query, which is always an XPath expression, returns a well-formed XML node-list or an XPath value object. In XPath 2.0, an expression returns a sequence of XML nodes and/or XPath value objects.

This section discusses the following topics: