Version 8.2.2
 —  X-Query Reference Guide  —

PathExpr

Select a set of nodes along a path.


Syntax

PathExpr

LocationPath | FilterExpr | Filter Expr / RelativeLocationPath | FilterExpr // RelativeLocationPath

Top of page

Description

Starting from a given point in a document tree, a PathExpr selects a node-set by following a location path. A path expression can be one of the following:

Top of page

Compatibility

It corresponds to the expression PathExpr defined in XPath, Section 3.3, Rule 19.

Top of page

Examples

Top of page

Related Expressions

Location Path
FilterExpr
SetExpr

Top of page