Merge branch 'master' of https://github.com/Otago-InfoSci-Database/XML
commit 4c6e521f68f99f6e507e3cf67885b90f50d2460a
2 parents d412d99 + 4f683d6
Nigel Stanger authored on 10 Jul 2013
Showing 2 changed files
View
7
modules/paper-calendar.xml
<xsl:call-template name="newline-internal" />
</xsl:for-each>
</common>
<common formats="/html/xhtml/">
<!-- Not sure why, but this doesn't work if you just access @current directly in the if below. -->
<!--
<xsl:variable name="current" select="@current" />
-->
<xsl:for-each select="row">
<tr>
<!-- Output the week number and dates columns. -->
<xsl:if test="position() = 1">
<common formats="/html/xhtml/">
<xsl:call-template name="generate-number-cell">
<xsl:with-param name="rows">1</xsl:with-param>
<xsl:with-param name="colour">ltgrey</xsl:with-param>
<xsl:with-param name="number" select="1 + count( preceding::week[not( @holiday )] )" />
<xsl:with-param name="number" select="1 + count( preceding::lecture[node() and not( @holiday )] )" />
</xsl:call-template>
 
<xsl:call-template name="generate-content-cell">
<xsl:with-param name="rows">1</xsl:with-param>
View
28
modules/titling.xml
</common>
</template>
 
<!--
Document subtitle. This template is merely to trap the general apply-templates and prevent the subtitle being output twice. The actual processing of this element is done in the preamble-title template above.
Document subtitle. This template exists only to trap the general apply-templates and prevent the subtitle being output twice. The actual processing of this element (for LaTeX only) is done in the preamble-title template below.
-->
<template name="preamble-subtitle" match="document/subtitle" mode="preamble" />
 
<!-- Document author. This only makes sense for LaTeX. -->
<xsl:apply-templates />
<!-- If there’s a subtitle, add it to the end of the title. -->
<xsl:if test="/document/subtitle">
<xsl:text>: </xsl:text>
<xsl:value-of select="/document/subtitle" />
<xsl:apply-templates select="/document/subtitle" mode="title" />
</xsl:if>
</h1>
</common>
</template>
<!--
Document subtitle. This template is merely to trap the general apply-templates and prevent the subtitle being output twice. The actual processing of this element is done in the document-title template above.
-->
<template name="document-subtitle" match="document/subtitle" />
Document subtitle. This template exists only to catch any embdedded markup within the subtitle.
-->
<template name="document-subtitle-title" match="document/subtitle" mode="title">
<common formats="/html/xhtml/">
<xsl:apply-templates />
</common>
</template>
<!--
This template exists only to trap the general apply-templates and prevent the subtitle being output twice. The actual processing of this element is done in the document-title template above.
-->
<template name="document-subtitle-unmoded" match="document/subtitle" />
 
<!-- Document author. -->
<template name="document-author" match="document/author">
<common formats="/html/xhtml/">