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>