Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<xsl:choose>
|
||||
<xsl:when test="${1:test}">
|
||||
${2}
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
Reference in New Issue
Block a user