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, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, 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

Location:
stylesheets/lfs-xsl/docbook-xsl-snapshot/common
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/common/de.xml

    r336d44e3 raaab3da7  
    170170<l:gentext key="unsupported" text="wird nicht unterstützt"/>
    171171<l:gentext key="xrefto" text="xref auf"/>
    172 <l:gentext key="Authors" text="Authors" lang="en"/>
     172<l:gentext key="Authors" text="Autoren"/>
    173173<l:gentext key="copyeditor" text="Copy Editor" lang="en"/>
    174174<l:gentext key="graphicdesigner" text="Graphic Designer" lang="en"/>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/common/pi.xsl

    r336d44e3 raaab3da7  
    9090  <refpurpose>Inserts a date timestamp</refpurpose>
    9191  <refdescription>
    92     <para>Use the <tag>dbtimestamp</tag> PI at any point in a
     92    <para>Use the <tag class="xmlpi">dbtimestamp</tag> PI at any point in a
    9393      source document to cause a date timestamp (a formatted
    9494      string representing the current date and time) to be
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/common/stripns.xsl

    r336d44e3 raaab3da7  
    1717     copyright and other information.
    1818
    19      This file contains general templates common to both the HTML and FO
    20      versions of the DocBook stylesheets.
    2119     ******************************************************************** -->
    22 
    23 <xsl:import href="utility.xsl"/>
    24 
    25 <!-- * Get a title for current doc so that we let the user -->
    26 <!-- * know what document we are processing at this point. -->
    27 <xsl:variable name="doc.title">
    28   <xsl:call-template name="get.doc.title"/>
    29 </xsl:variable>
    3020
    3121<!-- put an xml:base attribute on the root element -->
     
    268258        </xsl:when>
    269259        <xsl:otherwise>
    270           <xsl:call-template name="log.message">
    271             <xsl:with-param name="level">Warn</xsl:with-param>
    272             <xsl:with-param name="source" select="$doc.title"/>
    273             <xsl:with-param name="context-desc">
    274               <xsl:text>no @xml:base</xsl:text>
    275             </xsl:with-param>
    276             <xsl:with-param name="message">
    277               <xsl:text>cannot add @xml:base to node-set root element</xsl:text>
    278             </xsl:with-param>
    279           </xsl:call-template>
    280           <xsl:call-template name="log.message">
    281             <xsl:with-param name="level">Warn</xsl:with-param>
    282             <xsl:with-param name="source" select="$doc.title"/>
    283             <xsl:with-param name="context-desc">
    284               <xsl:text>no @xml:base</xsl:text>
    285             </xsl:with-param>
    286             <xsl:with-param name="message">
    287               <xsl:text>relative paths may not work</xsl:text>
    288             </xsl:with-param>
    289           </xsl:call-template>
     260          <xsl:message>
     261            <xsl:text>WARNING: cannot add @xml:base to node </xsl:text>
     262            <xsl:text>set root element.  </xsl:text>
     263            <xsl:text>Relative paths may not work.</xsl:text>
     264          </xsl:message>
    290265        </xsl:otherwise>
    291266      </xsl:choose>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/common/utility.xsl

    r336d44e3 raaab3da7  
    3232    <note>
    3333      <para>These templates are defined in a separate file from the set
    34         of “common” templates because some of the comment templates
     34        of “common” templates because some of the common templates
    3535        reference DocBook XSL stylesheet parameters, requiring the
    3636        entire set of parameters to be imported/included in any
Note: See TracChangeset for help on using the changeset viewer.