Last active
September 11, 2018 09:31
-
-
Save PiotrFerenc/47ee0d9bb73a6d702a65dd17e155d95a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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