2007-07-07 18:25:55 +08:00
|
|
|
<?xml version="1.0" encoding="ASCII"?>
|
|
|
|
<!--This file was created automatically by html2xhtml-->
|
|
|
|
<!--from the HTML stylesheets.-->
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xslthl="http://xslthl.sf.net" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="xslthl" version="1.0">
|
|
|
|
|
|
|
|
<!-- ********************************************************************
|
|
|
|
$Id$
|
|
|
|
********************************************************************
|
|
|
|
|
|
|
|
This file is part of the XSL DocBook Stylesheet distribution.
|
|
|
|
See ../README or http://docbook.sf.net/release/xsl/current/ for
|
|
|
|
and other information.
|
|
|
|
|
|
|
|
******************************************************************** -->
|
|
|
|
|
|
|
|
<xsl:template match="xslthl:keyword">
|
|
|
|
<b class="hl-keyword"><xsl:apply-templates/></b>
|
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
<xsl:template match="xslthl:string">
|
2007-09-09 16:59:49 +08:00
|
|
|
<b class="hl-string"><i style="color:red"><xsl:apply-templates/></i></b>
|
2007-07-07 18:25:55 +08:00
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
<xsl:template match="xslthl:comment">
|
2007-09-09 16:59:49 +08:00
|
|
|
<i class="hl-comment" style="color: silver"><xsl:apply-templates/></i>
|
2007-07-07 18:25:55 +08:00
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
<xsl:template match="xslthl:tag">
|
2007-09-09 16:59:49 +08:00
|
|
|
<b class="hl-tag" style="color: blue"><xsl:apply-templates/></b>
|
2007-07-07 18:25:55 +08:00
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
<xsl:template match="xslthl:attribute">
|
2007-09-09 16:59:49 +08:00
|
|
|
<span class="hl-attribute" style="color: blue"><xsl:apply-templates/></span>
|
2007-07-07 18:25:55 +08:00
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
<xsl:template match="xslthl:value">
|
2007-09-09 16:59:49 +08:00
|
|
|
<span class="hl-value" style="color: blue"><xsl:apply-templates/></span>
|
2007-07-07 18:25:55 +08:00
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
<xsl:template match="xslthl:html">
|
2007-09-09 16:59:49 +08:00
|
|
|
<b><i style="color: red"><xsl:apply-templates/></i></b>
|
2007-07-07 18:25:55 +08:00
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
<xsl:template match="xslthl:xslt">
|
2007-09-09 16:59:49 +08:00
|
|
|
<b style="color: blue"><xsl:apply-templates/></b>
|
2007-07-07 18:25:55 +08:00
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
<xsl:template match="xslthl:section">
|
|
|
|
<b><xsl:apply-templates/></b>
|
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
</xsl:stylesheet>
|