Skip to content

Instantly share code, notes, and snippets.

@kborchers
Created August 21, 2012 14:44
Show Gist options
  • Save kborchers/3416176 to your computer and use it in GitHub Desktop.
Save kborchers/3416176 to your computer and use it in GitHub Desktop.
<xsl:choose>
<xsl:when test="count(signature) > 0">
do your loop
</xsl:when>
<xsl:otherwise>
do with current
</xsl:otherwise>
</xsl:choose>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment