| |
---|
| | Calendar heading. We can't use generate-content-cell for this, because we're doing more complex processing of the cell contents than is possible with generate-content-cell. Here, we're calling three separate templates interspersed with text, whereas generate-content-cell can only accept a simple list of nodes to apply-templates to. |
---|
| | --> |
---|
| | <xsl:text>\multicolumn{11}{c}{\LARGE\textbf{</xsl:text> |
---|
| | <xsl:call-template name="PaperCode" /> |
---|
| | <xsl:text> Paper Calendar, </xsl:text> |
---|
| | <xsl:text> Teaching Calendar, </xsl:text> |
---|
| | <xsl:call-template name="PaperPeriod" /> |
---|
| | <xsl:text>, </xsl:text> |
---|
| | <xsl:call-template name="PaperYear" /> |
---|
| | <xsl:text>}} \\</xsl:text> |
---|
| |
---|
| | <common formats="/html/xhtml/"> |
---|
| | <!-- Calendar heading. --> |
---|
| | <h2> |
---|
| | <xsl:call-template name="PaperCode" /> |
---|
| | <xsl:text> Paper Calendar, </xsl:text> |
---|
| | <xsl:text> Teaching Calendar, </xsl:text> |
---|
| | <xsl:call-template name="PaperPeriod" /> |
---|
| | <xsl:text>, </xsl:text> |
---|
| | <xsl:call-template name="PaperYear" /> |
---|
| | </h2> |
---|
| |
---|
|