<%@ 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 XML Path Language (XPath) allows you to query an XML document using XPath expressions. An XPath expressions returns a well-formed XML node-list or an XPath value object. Stylus Studio supports the November 2005 W3C XPath 2.0 Candidate Recommendation. XPath 2.0 is a superset of XPath 1.0.

This section discusses the following topics: