Files
vim/.vim_runtime/sources_non_forked/snipmate-snippets/xslt/choose.snippet
2016-12-27 19:38:56 -07:00

8 lines
118 B
Plaintext

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