Skip to content

ProcessNode#

Executes all given nodes. The elements, that are to be executed, are given with the attribute selection.

Child elements#

(none)

Parent elements#

AtPageCreation, AtPageShipout, Case, Contents, ForAll, Function, Loop, Otherwise, Record, Until, While

Attributes#

limit (number, optional)
Limits the number of items processed with this command
mode (text, optional)
Name of the mode. This must match the mode at the corresponding Record element. With this it is possible to have different rules for the same element.
select (XPath expressions)
Selection of child elements, that are to be processed.

Example#

<ProcessNode select="*" mode="sum" />

See also#