eval Action
Last updated
Was this helpful?
Last updated
Was this helpful?
Evaluates its text content as an XPath expression. The result can be assigned to a variable.
The action is mostly used to assign variables.
Besides atomic values such as strings, numbers and booleans, an expression may yield a DOM node-set:
If you need to create a structured JSON object use .
The action body must contain an XPath expression.
out
is optional. If defined, it must contain a variable name. If no out
is given, the result is discarded.
Omitting output is useful to call functions with side-effects: