/ Published in: XSLT
add as macro in template
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<xsl:choose> <xsl:when test="$currentPage/NAME OF TRUE FALSE HERE = '1'">CODE HERE</xsl:when> <xsl:otherwise></xsl:otherwise> </xsl:choose>