-<?xml version='1.0'?>\r
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
- xmlns:xslthl="http://xslthl.sf.net"\r
- exclude-result-prefixes="xslthl"\r
- version='1.0'>\r
-\r
-<!-- ********************************************************************\r
+<?xml version="1.0"?>\r
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xslthl="http://xslthl.sf.net" exclude-result-prefixes="xslthl" version="1.0">\r
+ <!-- ********************************************************************\r
$Id$\r
********************************************************************\r
\r
and other information.\r
\r
******************************************************************** -->\r
-\r
-<xsl:import href="../highlighting/common.xsl"/>\r
-\r
-<xsl:template match='xslthl:keyword' mode="xslthl">\r
- <b class="hl-keyword"><xsl:apply-templates mode="xslthl"/></b>\r
-</xsl:template>\r
-\r
-<xsl:template match='xslthl:string' mode="xslthl">\r
- <b class="hl-string"><i style="color:red"><xsl:apply-templates mode="xslthl"/></i></b>\r
-</xsl:template>\r
-\r
-<xsl:template match='xslthl:comment' mode="xslthl">\r
- <i class="hl-comment" style="color: silver"><xsl:apply-templates mode="xslthl"/></i>\r
-</xsl:template>\r
-\r
-<xsl:template match='xslthl:directive' mode="xslthl">\r
- <span class="hl-directive" style="color: maroon"><xsl:apply-templates mode="xslthl"/></span>\r
-</xsl:template>\r
-\r
-<xsl:template match='xslthl:tag' mode="xslthl">\r
- <b class="hl-tag" style="color: #000096"><xsl:apply-templates mode="xslthl"/></b>\r
-</xsl:template>\r
-\r
-<xsl:template match='xslthl:attribute' mode="xslthl">\r
- <span class="hl-attribute" style="color: #F5844C"><xsl:apply-templates mode="xslthl"/></span>\r
-</xsl:template>\r
-\r
-<xsl:template match='xslthl:value' mode="xslthl">\r
- <span class="hl-value" style="color: #993300"><xsl:apply-templates mode="xslthl"/></span>\r
-</xsl:template>\r
-\r
-<xsl:template match='xslthl:html' mode="xslthl">\r
- <b><i style="color: red"><xsl:apply-templates mode="xslthl"/></i></b>\r
-</xsl:template>\r
-\r
-<xsl:template match='xslthl:xslt' mode="xslthl">\r
- <b style="color: #0066FF"><xsl:apply-templates mode="xslthl"/></b>\r
-</xsl:template>\r
-\r
-<!-- Not emitted since XSLTHL 2.0 -->\r
-<xsl:template match='xslthl:section' mode="xslthl">\r
- <b><xsl:apply-templates mode="xslthl"/></b>\r
-</xsl:template>\r
-\r
-<xsl:template match='xslthl:number' mode="xslthl">\r
- <span class="hl-number"><xsl:apply-templates mode="xslthl"/></span>\r
-</xsl:template>\r
-\r
-<xsl:template match='xslthl:annotation' mode="xslthl">\r
- <i><span class="hl-annotation" style="color: gray"><xsl:apply-templates mode="xslthl"/></span></i>\r
-</xsl:template>\r
-\r
-<!-- Not sure which element will be in final XSLTHL 2.0 -->\r
-<xsl:template match='xslthl:doccomment|xslthl:doctype' mode="xslthl">\r
- <b class="hl-tag" style="color: blue"><xsl:apply-templates mode="xslthl"/></b>\r
-</xsl:template>\r
-\r
-</xsl:stylesheet>
\ No newline at end of file
+ <xsl:import href="../highlighting/common.xsl"/>\r
+ <xsl:template match="xslthl:keyword" mode="xslthl">\r
+ <strong class="hl-keyword">\r
+ <xsl:apply-templates mode="xslthl"/>\r
+ </strong>\r
+ </xsl:template>\r
+ <xsl:template match="xslthl:string" mode="xslthl">\r
+ <strong class="hl-string">\r
+ <em style="color:red">\r
+ <xsl:apply-templates mode="xslthl"/>\r
+ </em>\r
+ </strong>\r
+ </xsl:template>\r
+ <xsl:template match="xslthl:comment" mode="xslthl">\r
+ <em class="hl-comment" style="color: silver">\r
+ <xsl:apply-templates mode="xslthl"/>\r
+ </em>\r
+ </xsl:template>\r
+ <xsl:template match="xslthl:directive" mode="xslthl">\r
+ <span class="hl-directive" style="color: maroon">\r
+ <xsl:apply-templates mode="xslthl"/>\r
+ </span>\r
+ </xsl:template>\r
+ <xsl:template match="xslthl:tag" mode="xslthl">\r
+ <strong class="hl-tag" style="color: #000096">\r
+ <xsl:apply-templates mode="xslthl"/>\r
+ </strong>\r
+ </xsl:template>\r
+ <xsl:template match="xslthl:attribute" mode="xslthl">\r
+ <span class="hl-attribute" style="color: #F5844C">\r
+ <xsl:apply-templates mode="xslthl"/>\r
+ </span>\r
+ </xsl:template>\r
+ <xsl:template match="xslthl:value" mode="xslthl">\r
+ <span class="hl-value" style="color: #993300">\r
+ <xsl:apply-templates mode="xslthl"/>\r
+ </span>\r
+ </xsl:template>\r
+ <xsl:template match="xslthl:html" mode="xslthl">\r
+ <strong>\r
+ <em style="color: red">\r
+ <xsl:apply-templates mode="xslthl"/>\r
+ </em>\r
+ </strong>\r
+ </xsl:template>\r
+ <xsl:template match="xslthl:xslt" mode="xslthl">\r
+ <strong style="color: #0066FF">\r
+ <xsl:apply-templates mode="xslthl"/>\r
+ </strong>\r
+ </xsl:template>\r
+ <!-- Not emitted since XSLTHL 2.0 -->\r
+ <xsl:template match="xslthl:section" mode="xslthl">\r
+ <strong>\r
+ <xsl:apply-templates mode="xslthl"/>\r
+ </strong>\r
+ </xsl:template>\r
+ <xsl:template match="xslthl:number" mode="xslthl">\r
+ <span class="hl-number">\r
+ <xsl:apply-templates mode="xslthl"/>\r
+ </span>\r
+ </xsl:template>\r
+ <xsl:template match="xslthl:annotation" mode="xslthl">\r
+ <em>\r
+ <span class="hl-annotation" style="color: gray">\r
+ <xsl:apply-templates mode="xslthl"/>\r
+ </span>\r
+ </em>\r
+ </xsl:template>\r
+ <!-- Not sure which element will be in final XSLTHL 2.0 -->\r
+ <xsl:template match="xslthl:doccomment|xslthl:doctype" mode="xslthl">\r
+ <strong class="hl-tag" style="color: blue">\r
+ <xsl:apply-templates mode="xslthl"/>\r
+ </strong>\r
+ </xsl:template>\r
+</xsl:stylesheet>\r