dotar/vim/snippets/xslt/choose.snippet

8 lines
118 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
<xsl:choose>
<xsl:when test="${1:test}">
${2}
</xsl:when>
<xsl:otherwise>
</xsl:otherwise>
</xsl:choose>