The else tag is a Single Tag. The else tag is used between conditional tags to provide the means to assign default, or alternative behavior, when the condition set in the conditional tag is not met.
The else tag has the following syntactic structure…
<txp:if_conditional_tag> ...Content if true... <txp:else /> ...Content if not true... </txp:if_conditional_tag>
There are no attributes associated with else.
<txp:if_excerpt> And Furthermore &#183; <txp:excerpt /> <txp:else /> <txp:section link="1" /> </txp:if_excerpt>
Other tags used: <excerpt />, <if_excerpt>, <section />