We use the tag <emphasis role='strong'> to mean strong emphasis. This is rendered in boldface. The inline.boldseq template is part of the stock stylesheets, residing in html/inline.xsl.
<xsl:template match="emphasis[@role='strong']"> <xsl:call-template name="inline.boldseq"/> </xsl:template> |