Skip to content

Instantly share code, notes, and snippets.

@PiotrFerenc
Last active September 11, 2018 09:31
Show Gist options
  • Save PiotrFerenc/47ee0d9bb73a6d702a65dd17e155d95a to your computer and use it in GitHub Desktop.
Save PiotrFerenc/47ee0d9bb73a6d702a65dd17e155d95a to your computer and use it in GitHub Desktop.
<xsl:if test="contains(@status,'test')">
<xsl:call-template name="test"/>
</xsl:if>
<xsl:if test="contains(@status,'test2')">
<xsl:call-template name="test2"/>
</xsl:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment