]> granicus.if.org Git - docbook-dsssl/commitdiff
Did some touch-ups to a few files to ensure that building from PDF
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 1 Sep 2006 00:16:45 +0000 (00:16 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 1 Sep 2006 00:16:45 +0000 (00:16 +0000)
and text from reference.dbk will work.

xsl/common/common.xsl
xsl/common/refentry.xsl
xsl/docsrc/legalnotice.xml
xsl/docsrc/pi/pi.xml
xsl/docsrc/reference.xml
xsl/fo/table.xsl
xsl/lib/lib.xweb
xsl/template/titlepage.xsl
xsl/wordml/param.xweb

index c28f666cd86099f9f6a0a05b76cb6106dc35af47..8cdb713e6f4e376dd8d7e729712e383399805bf5 100644 (file)
@@ -32,7 +32,7 @@ $Id$
 <title>Common Template Reference</title>
 
 <partintro id="partintro">
-<section id="intro"><title>Introduction</title>
+<title>Introduction</title>
 
 <para>This is technical reference documentation for the DocBook XSL
 Stylesheets; it documents (some of) the parameters, templates, and
@@ -45,7 +45,6 @@ works</quote>.</para>
 
 <para>Although I am trying to be thorough, this documentation is known
 to be incomplete. Don't forget to read the source, too :-)</para>
-</section>
 </partintro>
 
 </doc:reference>
index 2a0c1a3538bb7b68dcb57ce665c95dd8c5e64305..d998fcb12ce7f2d6e9139c13eb364d6d8532053d 100644 (file)
@@ -30,7 +30,7 @@
   <title>Refentry Metadata-Gathering Template Reference</title>
 
   <partintro id="partintro">
-    <section id="intro"><title>Introduction</title>
+    <title>Introduction</title>
 
     <para>This is technical reference documentation for the "refentry
     metadata gathering" templates in the DocBook XSL Stylesheets.</para>
@@ -44,7 +44,6 @@
       templates. They are, however, potentially useful elsewhere.</para>
     </note>
 
-    </section>
   </partintro>
 
 </doc:reference>
index 06bb669432b2e4fe4d4afd3428a8d903e31728b0..d9f3ca8db9388285d4c29cd22f9a9bc342c38435 100644 (file)
@@ -24,14 +24,3 @@ strings in any derived Software will be changed so that no possibility
 of confusion between the derived package and this Software will
 exist.</para>
 </legalnotice>
-
-<legalnotice><title>Warranty</title>
-<para>THE SOFTWARE IS PROVIDED <quote>AS IS</quote>,
-WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
-LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
-PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL NORMAN WALSH OR ANY
-OTHER CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
-OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.</para>
-</legalnotice>
index 11cd5e67aceb20731e1343f6362af674fa90fb11..4d085f0cbe1abb7d621e57099948fee839ad65bb 100644 (file)
@@ -1,7 +1,6 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
 <!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.2//EN'
 'http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd' [
-<!ENTITY html-param.xml SYSTEM "../html/param.xml" NDATA SGML>
 ]>
 <book>
 <bookinfo>
index d4b2615d5eae31b5a2985e75d1c9a86e050a4f88..fb46a55defa6411fc4e12aeaadfcfb48472f6f4a 100644 (file)
@@ -28,7 +28,7 @@ PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
   </bookinfo>
 
   <preface id="about">
-    <title/>
+    <title>About this document</title>
 
   <para>This is generated reference documentation for the DocBook XSL
   stylesheets, primarily documentation on the parameters you can
@@ -45,8 +45,9 @@ PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
     >http://www.sagehill.net/docbookxsl/index.html</ulink></para>
   </note>
 
-  <para>This document is divided into two parts: the first provides
-  user documentation; the second, developer documentation.</para>
+  <para>This document is divided into two sets of references: the
+  first set provides user documentation; the second, developer
+  documentation.</para>
 
     <itemizedlist>
     <title>User documentation</title>
index ccc497a8e8fd2a70da7e1abb02fa809b24767c3f..da2e6a5dd65696330635acd39db686eccef1dae0 100644 (file)
@@ -36,7 +36,7 @@ $Id$
 <title>Formatting Object Table Reference</title>
 
 <partintro id="partintro">
-<section id="intro"><title>Introduction</title>
+<title>Introduction</title>
 
 <para>This is technical reference documentation for the DocBook XSL
 Stylesheets; it documents (some of) the parameters, templates, and
@@ -49,7 +49,6 @@ works</quote>.</para>
 
 <para>Although I am trying to be thorough, this documentation is known
 to be incomplete. Don't forget to read the source, too :-)</para>
-</section>
 </partintro>
 </doc:reference>
 
index 323baa493715f196eb4d35c447753e704fe5db2b..36ec1a91621824571f2fada040da6bec8f561b76 100644 (file)
@@ -34,7 +34,7 @@ to be incomplete. Don't forget to read the source, too :-)</para>
 
 </preface>
 
-<reference>
+<reference id="generallibrary">
 <title>General Library Templates</title>
 
 <refentry id="dot.count">
@@ -576,7 +576,7 @@ that has been transformed so that it can safely be output as an XML comment.
 Internal occurrences of "--" will be replaced with "- -" and a leading and/or
 trailing space will be added to the string, if necessary.</para>
 
-<programlisting><src:fragment id='comment-escape-string'>
+<programlisting><src:fragment id='comment-escape-string.frag'>
 <xsl:template name="comment-escape-string">
   <xsl:param name="string" select="''"/>
 
@@ -610,7 +610,7 @@ trailing space will be added to the string, if necessary.</para>
 <para>The <function>comment-escape-string.recursive</function> template is used
 by <function>comment-escape-string</function>.</para>
 
-<programlisting><src:fragment id="comment-escape-string.recursive">
+<programlisting><src:fragment id="comment-escape-string.recursive.frag">
 <xsl:template name="comment-escape-string.recursive">
   <xsl:param name="string" select="''"/>
   <xsl:choose>
@@ -1088,10 +1088,10 @@ does not support it.
 
 <!-- ==================================================================  -->
 
-<reference>
+<reference id="relativeuri">
 <title>Relative URI Functions</title>
 
-<partintro><title>Introduction</title>
+<partintro id="partintro"><title>Introduction</title>
 
 <para>These functions manipulate relative URI references.</para>
 
@@ -1228,8 +1228,8 @@ around these functions.</para>
 <src:fragref linkend="pi-attribute.frag"/>
 <src:fragref linkend="lookup.key.frag"/>
 <src:fragref linkend="xpath.location.frag"/>
-<src:fragref linkend="comment-escape-string"/>
-<src:fragref linkend="comment-escape-string.recursive"/>
+<src:fragref linkend="comment-escape-string.frag"/>
+<src:fragref linkend="comment-escape-string.recursive.frag"/>
 <src:fragref linkend="prepend-pad.frag"/>
 <src:fragref linkend="str.tokenize.keep.delimiters.frag"/>
 <src:fragref linkend="apply-string-subst-map.frag"/>
index 381cb2bf5b0f35a9e89ff979c31adbaebf5cfce5..728ff99d843cc9299de8c52f99bdbb66ba8b5f10 100644 (file)
@@ -34,7 +34,7 @@ $Id$
 <title>Template Stylesheet Reference</title>
 
 <partintro id="intro_partintro">
-<section id="intro"><title>Introduction</title>
+<title>Introduction</title>
 
 <para>This is technical reference documentation for the DocBook XSL
 Stylesheets; it documents (some of) the parameters, templates, and
@@ -47,7 +47,6 @@ works</quote>.</para>
 
 <para>Although I am trying to be thorough, this documentation is known
 to be incomplete. Don't forget to read the source, too :-)</para>
-</section>
 </partintro>
 
 </doc:reference>
index 2f1a851c5be964c8ab264bad54281cb7413de1b4..1443b4969aa31fdc2990af23d19cc655cee09848 100644 (file)
 
     <para>This is not intended to be <quote>user</quote> documentation.  It is provided for developers writing customisation layers for the stylesheets, and for anyone who's interested in <quote>how it works</quote>.</para>
   </preface>
-
+  <reference id="params">
+  <title>Parameters</title>
 &wordml.template;
 &pages.template;
-
+  </reference>
   <appendix id="stylesheet">
     <title>The Stylesheet</title>