Next / Previous / Contents / TCC Help System / NM Tech homepage

8.5.6. firstterm

The DocBook firstterm element, denoting the first use of a term, should be italicized.

<xsl:template match="firstterm">
  <xsl:call-template name="inline.italicseq"/>
</xsl:template>