<txp:if_variable /> container tag, 2 attributes

if_variable

The if_variable tag is a conditional tag and always used as an opening and closing pair, like this…

<txp:if_variable>
...conditional statements...
</txp:if_variable>

It tests the existence and/or value of a global variable set with the variable tag.

attributes

name="unset" 
  • The name of the variable you wish to check.
value="unset" 
  • (optionally) the value which the named variable must match in order for the contained statements to be executed. If this attribute is omitted, the tag returns true if the named variable contains any value at all (i.e. it is not empty, or is defined).

genealogy

Version 4.0.7

  • Added as a new tag.
<txp:if_variable /> 0 examples