Skip to content

Instantly share code, notes, and snippets.

@jdsimcoe
Created July 17, 2012 21:57
Show Gist options
  • Save jdsimcoe/3132429 to your computer and use it in GitHub Desktop.
Save jdsimcoe/3132429 to your computer and use it in GitHub Desktop.
Alerts
<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