Tamino XML Server Version 9.7
 —  X-Query Reference Guide  —

LocationPath

Select nodes along a relative or absolute path.


Syntax

LocationPath

RelativeLocationPath | AbsoluteLocationPath

Top of page

Description

A LocationPath selects a set of nodes either relative to the context node if it is a RelativeLocationPath or relative to the root node if it is an AbsoluteLocationPath. The result of evaluating a location path expression is the node set containing the nodes selected by the location path. Location paths can recursively contain expressions that are used to filter sets of nodes.

Top of page

Compatibility

It corresponds to the expression LocationPath defined in XPath, Section 2, Rule 1.

Top of page

Examples

Top of page

Related Expressions

AbsoluteLocationPath RelativeLocationPath

Top of page