Ignore:
Timestamp:
07/21/2007 03:01:56 PM (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:
3f96749
Parents:
f5da8e9
Message:

Merged r8226 from new-xsl branch.

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

File:
1 edited

Legend:

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

    rf5da8e9 rbbe9b3da  
    44                xmlns:dyn="http://exslt.org/dynamic"
    55                xmlns:saxon="http://icl.com/saxon"
     6                xmlns:xlink="http://www.w3.org/1999/xlink"
    67                exclude-result-prefixes="doc dyn saxon"
    78                version='1.0'>
     
    1617
    1718     ******************************************************************** -->
    18 
    19 <doc:reference xmlns="">
    20 <referenceinfo>
    21 <releaseinfo role="meta">
    22 $Id$
    23 </releaseinfo>
    24 <corpauthor>The DocBook Project Development Team</corpauthor>
    25 <copyright><year>2007</year>
    26 <holder>The DocBook Project</holder>
    27 </copyright>
    28 </referenceinfo>
    29 <title>Utility Template Reference</title>
    30 
    31 <partintro id="partintro">
    32 <title>Introduction</title>
    33 
    34 <para>This is technical reference documentation for the
    35   miscellaneous utility templates in the DocBook XSL
    36   Stylesheets.</para>
    37 
    38 <note>
    39 <para>These templates are defined in a separate file from the set
    40   of “common” templates because some of the comment templates
    41   reference DocBook XSL stylesheet parameters, requiring the
    42   entire set of parameters to be imported/included in any
    43   stylesheet that imports/includes the common templates.</para>
    44 <para>The utility templates don’t import or include any DocBook
    45   XSL stylesheet parameters, so the utility templates can be used
    46   without importing the whole set of parameters.</para>
    47 </note>
    48 
    49 <para>The following documentation is not intended to be
    50   <quote>user</quote> documentation.  It is provided for developers
    51   writing customization layers for the stylesheets, and for anyone
    52   who's interested in <quote>how it works</quote>.</para>
    53 </partintro>
     19<doc:reference xmlns="" xml:id="utility">
     20  <info>
     21    <title>Common » Utility Template Reference</title>
     22    <releaseinfo role="meta">
     23      $Id$
     24    </releaseinfo>
     25  </info>
     26  <!-- * yes, partintro is a valid child of a reference... -->
     27  <partintro xml:id="partintro">
     28    <title>Introduction</title>
     29    <para>This is technical reference documentation for the
     30      miscellaneous utility templates in the DocBook XSL
     31      Stylesheets.</para>
     32    <note>
     33      <para>These templates are defined in a separate file from the set
     34        of “common” templates because some of the comment templates
     35        reference DocBook XSL stylesheet parameters, requiring the
     36        entire set of parameters to be imported/included in any
     37        stylesheet that imports/includes the common templates.</para>
     38      <para>The utility templates don’t import or include any DocBook
     39        XSL stylesheet parameters, so the utility templates can be used
     40        without importing the whole set of parameters.</para>
     41    </note>
     42    <para>This is not intended to be user documentation. It is
     43      provided for developers writing customization layers for the
     44      stylesheets.</para>
     45  </partintro>
    5446</doc:reference>
    5547
     
    6860  <refparameter id="log.message-params">
    6961    <variablelist>
    70       <varlistentry>
    71         <term>level</term>
     62      <varlistentry><term>level</term>
    7263        <listitem>
    7364          <para>Text to log/emit in the message-level field to
     
    7768        </listitem>
    7869      </varlistentry>
    79       <varlistentry>
    80         <term>source</term>
     70      <varlistentry><term>source</term>
    8171        <listitem>
    8272          <para>Text to log/emit in the source field to identify the
     
    9787        </listitem>
    9888      </varlistentry>
    99       <varlistentry>
    100         <term>context-desc</term>
     89      <varlistentry><term>context-desc</term>
    10190        <listitem>
    10291          <para>Text to log/emit in the context-description field to
     
    10493        </listitem>
    10594      </varlistentry>
    106       <varlistentry>
    107         <term>context-desc-field-length</term>
     95      <varlistentry><term>context-desc-field-length</term>
    10896        <listitem>
    10997          <para>Specifies length of the context-description field
     
    127115        </listitem>
    128116      </varlistentry>
    129       <varlistentry>
    130         <term>message</term>
     117      <varlistentry><term>message</term>
    131118        <listitem>
    132119          <para>Text to log/emit in the actual message field</para>
    133120        </listitem>
    134121      </varlistentry>
    135       <varlistentry>
    136         <term>message-field-length</term>
     122      <varlistentry><term>message-field-length</term>
    137123        <listitem>
    138124          <para>Specifies length of the message
     
    256242    <note>
    257243      <para>This function began as a copy of Nate Austin's
    258         <function>prepend-pad</function> function in the <ulink
    259           url="http://www.dpawson.co.uk/xsl/sect2/padding.html" >Padding
    260           Content</ulink> section of Dave Pawson's <ulink
    261           url="http://www.dpawson.co.uk/xsl/index.html" >XSLT
    262           FAQ</ulink>.</para>
     244        <function>prepend-pad</function> function in the <link
     245          xlink:href="http://www.dpawson.co.uk/xsl/sect2/padding.html" >Padding
     246          Content</link> section of Dave Pawson's <link
     247          xlink:href="http://www.dpawson.co.uk/xsl/index.html" >XSLT
     248          FAQ</link>.</para>
    263249    </note>
    264250  </refdescription>
Note: See TracChangeset for help on using the changeset viewer.