Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Returns the context node of the XPath expression.

Code Block
languagejs
titlecurrent
node-set current ( )

Return Value

Context node of xpath the XPath expression.

Remarks


Examples

Code Block
../../Positions/Position[Id=current()/Position]/Name

...