Syntax
npsobj_break ::= <npsobj break />
Task
Inside an NPSOBJ-list instruction, this element causes the rest of the NPSOBJ-list element to be ignored and no iterations for the remaining list elements to be made.
Outside an NPSOBJ-list element, the instruction causes the export of the file to be stopped.
Example
<npsobj list="toclist" sortKey1="attribute-name">
<npsobj condition="isEqual" name1="name" value2="news">
<npsobj break />
</npsobj>
</npsobj>