Skip to content

Instantly share code, notes, and snippets.

@zapatoche
Created August 4, 2011 12:53
Multiple conditions test in xsl
<xsl:choose>
<xsl:when test="$var1='value1' or $var2='value2" or $var3='value3'">
<!-- blah blah -->
</xsl:when>
</xsl:choose>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment