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 , SavePages , Until , While
Attributes
limit(number, optional, since version 2.5.6)- 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 expression )- Selection of child elements, that are to be processed.
Example
<ProcessNode select="*" mode="sum" />
