Skip to content

Instantly share code, notes, and snippets.

@neopunisher
Created July 20, 2012 16:05
Show Gist options
  • Save neopunisher/3151582 to your computer and use it in GitHub Desktop.
Save neopunisher/3151582 to your computer and use it in GitHub Desktop.
XSL choose
<xsl:choose>
<xsl:when test="/SAM/page/@id = $myHomePageID">
</xsl:when>
<xsl:otherwise>
</xsl:otherwise>
</xsl:choose>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment