August 2003
Beginner to intermediate
240 pages
7h 44m
English
position( ) — returns the context position from the expression evaluation
| Defined in: XPath 1.0 |
Parameters: <none>
|
| Return type: number |
This example returns the 4th para element child of
the context node (or an empty node-set if there is no 4th
para element):
para[position()=4]
Read now
Unlock full access