\r
<xsl:output method="xml" indent="no"/>\r
\r
-<!--\r
<xsl:template match="emphasis[@role = 'keyword' or @role = 'keywordtype' or @role = 'keywordflow']">\r
- <span class="hl-keyword" style="color: #0079C1; display:inline-block">\r
+ <span class="hl-keyword" style="color: #0079C1">\r
<xsl:apply-templates/>\r
</span>\r
</xsl:template>\r
\r
<xsl:template match="emphasis[@role = 'stringliteral' or @role = 'charliteral']">\r
- <span class="hl-string" style="color: #800000; display:inline-block">\r
+ <span class="hl-string" style="color: #800000">\r
<xsl:apply-templates/>\r
</span>\r
</xsl:template>\r
\r
<xsl:template match="emphasis[@role = 'comment']">\r
- <span class="hl-comment" style="color: #008000; display:inline-block">\r
+ <em class="hl-comment" style="color: #008000">\r
<xsl:apply-templates/>\r
- </span>\r
+ </em>\r
</xsl:template>\r
\r
<xsl:template match="emphasis[@role = 'preprocessor']">\r
- <span class="hl-preprocessor" style="color: #A000A0; display:inline-block">\r
+ <span class="hl-preprocessor" style="color: #A000A0">\r
<xsl:apply-templates/>\r
</span>\r
</xsl:template>\r
\r
<xsl:template match="emphasis[@role = 'normal' and ancestor::programlisting]">\r
- <span>\r
- <xsl:apply-templates/>\r
- </span>\r
+ <xsl:apply-templates />\r
</xsl:template>\r
--->\r
\r
</xsl:stylesheet>\r