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

6.5.7. firstterm

Normally the DocBook firstterm element receives no special markup. As we use this element rather heavily, we want its content italicized.

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