Skip to content

Instantly share code, notes, and snippets.

@jdsimcoe
Created July 12, 2012 20:19
Show Gist options
  • Save jdsimcoe/3100687 to your computer and use it in GitHub Desktop.
Save jdsimcoe/3100687 to your computer and use it in GitHub Desktop.
Teachings stuff
<xsl:for-each select="$entries">
<div class="result">
<xsl:attribute name="class">
<xsl:if test="number($pt3)">
<xsl:text>result individual</xsl:text>
</xsl:if>
</xsl:attribute>
<xsl:call-template name="teaching-entry" />
</div>
</xsl:for-each>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment