7 lines
118 B
Text
7 lines
118 B
Text
<xsl:choose>
|
|
<xsl:when test="${1:test}">
|
|
${2}
|
|
</xsl:when>
|
|
<xsl:otherwise>
|
|
</xsl:otherwise>
|
|
</xsl:choose>
|