activeXML Element documentation - if

Description


This element checks a series of conditions, and runs one block of code (in the then element) if they all are true, or another (in the else element) if at least one returns false.

Attributes


None.

Contents


This contains 1 or more condition elements at the start, followed by a then element, and then an else element.