Element <if>

This element is a group with parts that will only be executed if a specific condition is met. The content of the subordinated condition element will be executed and the result evaluated. If this result is not equal to one of the strings "","0","false" or "no", the content of the subordered then element will be executed. Otherwise the execution of the else element will be started.


Attribute Summary
- None -

Content Summary
condition   then?   else?  

Attribute Detail