Ignore:
Timestamp:
09/09/2007 08:59:49 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e443e502
Parents:
336d44e3
Message:

Updated DocBook-XSL code to version 1.73.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7105 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

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

    r336d44e3 raaab3da7  
    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.