activeXML Element documentation - while
Description
This element repeatedly runs through the code inside until at least one of the conditions
becomes false. The conditions are checked before each run.
Attributes
None.
Contents
One or more condition elements, followed by any number of
action, while and if elements.