]> granicus.if.org Git - docbook-dsssl/commitdiff
Added CVS $Id$ comments.
authorBob Stayton <bobs@sagehill.net>
Sun, 30 Nov 2003 19:42:23 +0000 (19:42 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 30 Nov 2003 19:42:23 +0000 (19:42 +0000)
17 files changed:
xsl/html/autoidx.xsl
xsl/html/changebars.xsl
xsl/html/chunk-code.xsl
xsl/html/chunk-common.xsl
xsl/html/chunk.xsl
xsl/html/chunker.xsl
xsl/html/chunkfast.xsl
xsl/html/chunktoc.xsl
xsl/html/html-rtf.xsl
xsl/html/htmltbl.xsl
xsl/html/maketoc.xsl
xsl/html/manifest.xsl
xsl/html/oldchunker.xsl
xsl/html/onechunk.xsl
xsl/html/profile-chunk.xsl
xsl/html/profile-onechunk.xsl
xsl/html/task.xsl

index 9985e79d9171f4850a60aa2095909bf319561af1..0b0f16e87596ab5c893c18264d54379208b4f5a4 100644 (file)
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version="1.0">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
 <!-- ==================================================================== -->
 <!-- Jeni Tennison gets all the credit for what follows.
      I think I understand it :-) Anyway, I've hacked it a bit, so the
index ff96241242b9bdada189f463bdd5ebebfc429b5e..441b24c5ae9b5e66d098bcc5d119cba68e1f6a09 100644 (file)
@@ -2,6 +2,17 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version="1.0">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
+<!-- ==================================================================== -->
 <xsl:import href="docbook.xsl"/>
 
 <xsl:param name="show.revisionflag" select="'1'"/>
index c1aa0ab21d44466f2ad6e46a12b6007784551f9f..71abab64ad3f39db73056764d0c2200aed918212 100644 (file)
@@ -3,6 +3,18 @@
                version="1.0"
                 exclude-result-prefixes="exsl">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
+<!-- ==================================================================== -->
+
 <xsl:param name="onechunk" select="0"/>
 <xsl:param name="refentry.separator" select="0"/>
 <xsl:param name="chunk.fast" select="0"/>
              |preceding::bibliography[1]
              |preceding::glossary[1]
              |preceding::index[$generate.index != 0][1]
-             |preceding::setindex[1]
+             |preceding::setindex[$generate.index != 0][1]
              |ancestor::set
              |ancestor::book[1]
              |ancestor::preface[1]
              |following::glossary[1]
              |following::index[$generate.index != 0][1]
              |following::article[1]
-             |following::setindex[1]
+             |following::setindex[$generate.index != 0][1]
              |descendant::book[1]
              |descendant::preface[1]
              |descendant::chapter[1]
              |descendant::glossary[1]
              |descendant::index[$generate.index != 0][1]
              |descendant::colophon[1]
-             |descendant::setindex[1]
+             |descendant::setindex[$generate.index != 0][1]
              |descendant::part[1]
              |descendant::reference[1]
              |descendant::refentry[1]
              |preceding::bibliography[1]
              |preceding::glossary[1]
              |preceding::index[$generate.index != 0][1]
-             |preceding::setindex[1]
+             |preceding::setindex[$generate.index != 0][1]
              |ancestor::set
              |ancestor::book[1]
              |ancestor::preface[1]
              |following::glossary[1]
              |following::index[$generate.index != 0][1]
              |following::article[1]
-             |following::setindex[1]
+             |following::setindex[$generate.index != 0][1]
              |descendant::book[1]
              |descendant::preface[1]
              |descendant::chapter[1]
              |descendant::glossary[1]
              |descendant::index[$generate.index != 0][1]
              |descendant::colophon[1]
-             |descendant::setindex[1]
+             |descendant::setindex[$generate.index != 0][1]
              |descendant::part[1]
              |descendant::reference[1]
              |descendant::refentry[1]
index 1e2ea85f8115b7bda508e6b03463961ab105744d..1e625845118001ec37f25805f41748d55e2492c9 100644 (file)
@@ -2,6 +2,18 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version="1.0">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
+<!-- ==================================================================== -->
+
 <xsl:template name="chunk">
   <xsl:param name="node" select="."/>
   <!-- returns 1 if $node is a chunk -->
index aa2464d76f606998f4e345b04c7b5e6b0ba9bcfb..fb592332ff85eec16a09cd38da730af9e5ed32a6 100644 (file)
@@ -3,6 +3,18 @@
                version="1.0"
                 exclude-result-prefixes="exsl">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
+<!-- ==================================================================== -->
+
 <xsl:import href="docbook.xsl"/>
 <xsl:import href="chunk-common.xsl"/>
 <xsl:include href="manifest.xsl"/>
index 0f4440dbd061a2084682986d2d6773bff189bb1a..a4efc1855d6a1e2a1ff819ac9806c893f3d4dfb6 100644 (file)
@@ -8,6 +8,18 @@
                 exclude-result-prefixes="doc"
                 extension-element-prefixes="saxon xalanredirect lxslt exsl">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
+<!-- ==================================================================== -->
+
 <!-- This stylesheet works with XSLT implementations that support -->
 <!-- exsl:document, saxon:output, or xalanredirect:write -->
 <!-- Note: Only Saxon 6.4.2 or later is supported. -->
index 0312fcac7a51a4106b7af6f5cc50be94e5996d13..bd49ac843387935d766135815d35062d86720cb5 100644 (file)
@@ -3,6 +3,18 @@
                version="1.0"
                 exclude-result-prefixes="exsl">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
+<!-- ==================================================================== -->
+
 <xsl:import href="chunk.xsl"/>
 <xsl:param name="chunk.fast" select="1"/>
 
index 97d068bafa7c3259e51d7efbd817b1738256d5e3..d75cd03bc0f155da4712ae1678ac6e08c2f67ab9 100644 (file)
@@ -3,6 +3,18 @@
                version="1.0"
                 exclude-result-prefixes="doc">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
+<!-- ==================================================================== -->
+
 <xsl:import href="docbook.xsl"/>
 <xsl:import href="chunk-common.xsl"/>
 
index 237bbcf4bbd373c6f36f4246030b5c3d2ac3daf7..dbf4c98207378d877c3571344e3fda7838403c65 100644 (file)
@@ -5,6 +5,18 @@
                 exclude-result-prefixes="exsl set"
                 version="1.0">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
+<!-- ==================================================================== -->
+
 <!-- This module contains templates that match against HTML nodes. It is used
      to post-process result tree fragments for some sorts of cleanup.
      These templates can only ever be fired by a processor that supports
index d1f3ceb3ebd98c766b4a66e73d415d912d9ba4d5..feb79fa6f8a756d65f2ecc418a386f57146d8a3c 100644 (file)
@@ -2,6 +2,18 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version="1.0">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
+<!-- ==================================================================== -->
+
 <xsl:template match="colgroup" mode="htmlTable">
   <xsl:copy>
     <xsl:copy-of select="@*"/>
index 3c264fce05911d2893e7a874aa5e1daf9d9cb831..d4d63fbec897dee8bde3dab98250a88f41d97bf8 100644 (file)
@@ -3,6 +3,18 @@
                version="1.0"
                 exclude-result-prefixes="doc">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
+<!-- ==================================================================== -->
+
 <xsl:import href="docbook.xsl"/>
 <xsl:import href="chunk.xsl"/>
 
index e43ad3cacc3bca84a6f75e366b6b10af1ad6100e..0f10f6017b1292f02ceb1c9d6c2e729d2a223a5a 100644 (file)
@@ -3,6 +3,18 @@
                version="1.0"
                 exclude-result-prefixes="doc">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
+<!-- ==================================================================== -->
+
 <xsl:variable name="manifest.base.dir">
 </xsl:variable>
 
index 9f9f2bad3f95406cbcc64e5728f511143444278e..b9f0fed96b6f290ee2e2cd9bccd928c3b0e988a9 100644 (file)
@@ -7,6 +7,18 @@
                 exclude-result-prefixes="doc"
                 extension-element-prefixes="saxon xalanredirect lxslt">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
+<!-- ==================================================================== -->
+
 <!-- This stylesheet works with Saxon and Xalan; for XT use xtchunker.xsl -->
 
 <!-- ==================================================================== -->
index 64d12b1cce8c5576c91f89fe9c3912abee036315..5f0c005c9c0ac7270bd77c0eab187aa4b9a9c049 100644 (file)
@@ -4,6 +4,18 @@
                 version="1.0"
                 exclude-result-prefixes="doc">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
+<!-- ==================================================================== -->
+
 <xsl:import href="chunk.xsl"/>
 
 <!-- Ok, using the onechunk parameter makes this all work again. -->
index 1d3a3db1f8ef1d6915646fe882129dcb56436a43..918c7ba571c2cfb8d6a12a22d9a73ae00742c8ae 100644 (file)
@@ -3,6 +3,18 @@
                version="1.0"
                 exclude-result-prefixes="exsl">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
+<!-- ==================================================================== -->
+
 <xsl:import href="docbook.xsl"/>
 <xsl:import href="chunk-common.xsl"/>
 <xsl:include href="manifest.xsl"/>
index 6e963a8ed5880d3fd2279c92f5f9b4c0e156b543..42597c97f9357d94505fe5e538ea6c6d936c0b98 100644 (file)
@@ -4,6 +4,18 @@
                 version="1.0"
                 exclude-result-prefixes="doc">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
+<!-- ==================================================================== -->
+
 <xsl:import href="profile-chunk.xsl"/>
 
 <!-- Ok, using the onechunk parameter makes this all work again. -->
index 9ceb009951f72e2b79c19e172eb0ff5f3c8d8140..faa9feddeb92cfa0b37f156f3de82e89992c1f1b 100644 (file)
@@ -2,6 +2,18 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version="1.0">
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
+     and other information.
+
+     ******************************************************************** -->
+
+<!-- ==================================================================== -->
+
 <xsl:template match="task">
   <xsl:variable name="param.placement"
                 select="substring-after(normalize-space($formal.title.placement),