<xsl:text>, but no template matches.</xsl:text>
</xsl:message>
- <font color="red">
+ <span style="color: red">
<xsl:text><</xsl:text>
<xsl:value-of select="name(.)"/>
<xsl:text>></xsl:text>
<xsl:text></</xsl:text>
<xsl:value-of select="name(.)"/>
<xsl:text>></xsl:text>
- </font>
+ </span>
</xsl:template>
<xsl:template match="text()">
</xsl:template>\r
\r
<xsl:template match='xslthl:string'>\r
- <b class="hl-string"><i><font color='red'><xsl:apply-templates/></font></i></b>\r
+ <b class="hl-string"><i style="color:red"><xsl:apply-templates/></i></b>\r
</xsl:template>\r
\r
<xsl:template match='xslthl:comment'>\r
- <i class="hl-comment"><font color='silver'><xsl:apply-templates/></font></i>\r
+ <i class="hl-comment" style="color: silver"><xsl:apply-templates/></i>\r
</xsl:template>\r
\r
<xsl:template match='xslthl:tag'>\r
- <b class="hl-tag"><font color='blue'><xsl:apply-templates/></font></b>\r
+ <b class="hl-tag" style="color: blue"><xsl:apply-templates/></b>\r
</xsl:template>\r
\r
<xsl:template match='xslthl:attribute'>\r
- <span class="hl-attribute"><font color='blue'><xsl:apply-templates/></font></span>\r
+ <span class="hl-attribute" style="color: blue"><xsl:apply-templates/></span>\r
</xsl:template>\r
\r
<xsl:template match='xslthl:value'>\r
- <span class="hl-value"><font color='blue'><xsl:apply-templates/></font></span>\r
+ <span class="hl-value" style="color: blue"><xsl:apply-templates/></span>\r
</xsl:template>\r
\r
<xsl:template match='xslthl:html'>\r
- <b><i><font color='red'><xsl:apply-templates/></font></i></b>\r
+ <b><i style="color: red"><xsl:apply-templates/></i></b>\r
</xsl:template>\r
\r
<xsl:template match='xslthl:xslt'>\r
- <b><font color='blue'><xsl:apply-templates/></font></b>\r
+ <b style="color: blue"><xsl:apply-templates/></b>\r
</xsl:template>\r
\r
<xsl:template match='xslthl:section'>\r
<b><xsl:apply-templates/></b>\r
</xsl:template>\r
\r
-\r
</xsl:stylesheet>\r
\r