We want DocBook application elements to be set in italic sans-serif font. For the font markup template, see Section 6.5.1, “The inline.italicsansseq template”.
<xsl:template match="application"> <xsl:call-template name="inline.italicsansseq"/> </xsl:template> |