Ignore:
Timestamp:
Sep 9, 2007, 2:01:29 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a063414
Parents:
1c62f2a
Message:

Updated DocBook?-XSL code to version 1.73.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/highlight.xsl

    r1c62f2a rd7c9f58  
    1919
    2020<xsl:template match="xslthl:string">
    21   <b class="hl-string"><i><span xmlns:saxon="http://icl.com/saxon" class="ERROR"><xsl:apply-templates/></span></i></b>
     21  <b class="hl-string"><i style="color:red"><xsl:apply-templates/></i></b>
    2222</xsl:template>
    2323
    2424<xsl:template match="xslthl:comment">
    25   <i class="hl-comment"><span xmlns:saxon="http://icl.com/saxon" class="ERROR"><xsl:apply-templates/></span></i>
     25  <i class="hl-comment" style="color: silver"><xsl:apply-templates/></i>
    2626</xsl:template>
    2727
    2828<xsl:template match="xslthl:tag">
    29   <b class="hl-tag"><span xmlns:saxon="http://icl.com/saxon" class="ERROR"><xsl:apply-templates/></span></b>
     29  <b class="hl-tag" style="color: blue"><xsl:apply-templates/></b>
    3030</xsl:template>
    3131
    3232<xsl:template match="xslthl:attribute">
    33   <span class="hl-attribute"><span xmlns:saxon="http://icl.com/saxon" class="ERROR"><xsl:apply-templates/></span></span>
     33  <span class="hl-attribute" style="color: blue"><xsl:apply-templates/></span>
    3434</xsl:template>
    3535
    3636<xsl:template match="xslthl:value">
    37   <span class="hl-value"><span xmlns:saxon="http://icl.com/saxon" class="ERROR"><xsl:apply-templates/></span></span>
     37  <span class="hl-value" style="color: blue"><xsl:apply-templates/></span>
    3838</xsl:template>
    3939
    4040<xsl:template match="xslthl:html">
    41   <b><i><span xmlns:saxon="http://icl.com/saxon" class="ERROR"><xsl:apply-templates/></span></i></b>
     41  <b><i style="color: red"><xsl:apply-templates/></i></b>
    4242</xsl:template>
    4343
    4444<xsl:template match="xslthl:xslt">
    45   <b><span xmlns:saxon="http://icl.com/saxon" class="ERROR"><xsl:apply-templates/></span></b>
     45  <b style="color: blue"><xsl:apply-templates/></b>
    4646</xsl:template>
    4747
     
    5050</xsl:template>
    5151
    52 
    5352</xsl:stylesheet>
Note: See TracChangeset for help on using the changeset viewer.