mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/snipmate-snippets/xslt/choose.snippet

8 lines
118 B
Plaintext

<xsl:choose>
<xsl:when test="${1:test}">
${2}
</xsl:when>
<xsl:otherwise>
</xsl:otherwise>
</xsl:choose>