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

6.5.4. application

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>