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