Created
July 12, 2012 20:19
-
-
Save jdsimcoe/3100687 to your computer and use it in GitHub Desktop.
Teachings stuff
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: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