This commit is contained in:
gferg 2003-05-19 14:25:40 +00:00
parent 72ebe31a8d
commit a3bb99aa28
1 changed files with 10 additions and 0 deletions

View File

@ -225,5 +225,15 @@
<xsl:apply-templates mode="titlepage.mode" select="./affiliation"/>
</xsl:template>
<!-- NOT IN LDP.DSL. Format Q and A labels.
Added by dcm 2003-05-19. -->
<xsl:template match="question" mode="label.markup">
<xsl:text>Q</xsl:text>
</xsl:template>
<xsl:template match="answer" mode="label.markup">
<xsl:text>A</xsl:text>
</xsl:template>
</xsl:stylesheet>