Or
Evaluates that at least one of the sub conditional tags
evaluates to a true value.
Children Tags
Usage Examples
Example #1
<if>
<or>
<neq op1="${value1}" op2="${test.value}" />
<eq op1="${value2}" op2="${test.value2}" />
</or>
<then>
<!---->
</then>
</if>