Created
July 17, 2012 21:57
-
-
Save jdsimcoe/3132429 to your computer and use it in GitHub Desktop.
Alerts
This file contains 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=". = 'alerts'"> | |
<xsl:call-template name="component-alerts"> | |
<xsl:with-param name="position" select="name($xpath)" /> | |
<xsl:with-param name="entries" select="//alerts-entries-by-tag/entry" /> | |
</xsl:call-template> | |
</xsl:if> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment