[jboss-cvs] JBossRemoting/docs/guide/support/support/docbook-xsl/html ...

Tom Elrod tom.elrod at jboss.com
Wed Aug 2 12:35:06 EDT 2006


  User: telrod  
  Date: 06/08/02 12:35:06

  Modified:    docs/guide/support/support/docbook-xsl/html                                                         
                        ChangeLog admon.xsl autoidx-ng.xsl autoidx.xsl
                        autotoc.xsl biblio.xsl block.xsl callout.xsl
                        changebars.xsl chunk-code.xsl chunk-common.xsl
                        chunk.xsl chunker.xsl chunkfast.xsl chunktoc.xsl
                        component.xsl division.xsl docbook.xsl
                        docbookng.xsl ebnf.xsl footnote.xsl formal.xsl
                        glossary.xsl graphics.xsl html-rtf.xsl html.xsl
                        htmltbl.xsl index.xsl info.xsl inline.xsl
                        keywords.xsl lists.xsl maketoc.xsl manifest.xsl
                        math.xsl oldchunker.xsl onechunk.xsl param.ent
                        param.xml param.xsl pi.xsl profile-chunk-code.xsl
                        profile-chunk.xsl profile-docbook.xsl
                        profile-onechunk.xsl qandaset.xsl refentry.xsl
                        sections.xsl synop.xsl table.xsl task.xsl
                        titlepage.templates.xml titlepage.templates.xsl
                        titlepage.xsl toc.xsl verbatim.xsl xref.xsl
  Log:
  JBREM-412 - updated docbook support so formatting of guide will be a little better.
  
  Revision  Changes    Path
  1.2       +0 -0      JBossRemoting/docs/guide/support/support/docbook-xsl/html/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/ChangeLog,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ChangeLog	6 Oct 2005 03:27:23 -0000	1.1
  +++ ChangeLog	2 Aug 2006 16:35:05 -0000	1.2
  @@ -68,7 +68,7 @@
   2003-11-30  Robert Stayton <bobstayton at users.sourceforge.net>
   
   	* autoidx.xsl, changebars.xsl, chunk-code.xsl, chunk-common.xsl, chunk.xsl, chunker.xsl, chunkfast.xsl, chunktoc.xsl, html-rtf.xsl, htmltbl.xsl, maketoc.xsl, manifest.xsl, oldchunker.xsl, onechunk.xsl, profile-chunk.xsl, profile-onechunk.xsl, task.xsl: 
  -	Added CVS $Id: ChangeLog,v 1.1 2005/10/06 03:27:23 telrod Exp $ comments.
  +	Added CVS $Id: ChangeLog,v 1.2 2006/08/02 16:35:05 telrod Exp $ comments.
   
   2003-11-29  Jirka Kosek <kosek at users.sourceforge.net>
   
  
  
  
  1.2       +117 -117  JBossRemoting/docs/guide/support/support/docbook-xsl/html/admon.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: admon.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/admon.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- admon.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ admon.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: admon.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: admon.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,12 +12,12 @@
   
     ******************************************************************** -->
   
  -   <xsl:template name="admon.graphic.width">
  +<xsl:template name="admon.graphic.width">
         <xsl:param name="node" select="."/>
         <xsl:text>25</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="note|important|warning|caution|tip">
  +<xsl:template match="note|important|warning|caution|tip">
         <xsl:choose>
            <xsl:when test="$admon.graphics != 0">
               <xsl:call-template name="graphical.admonition"/>
  @@ -26,9 +26,9 @@
               <xsl:call-template name="nongraphical.admonition"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="admon.graphic">
  +<xsl:template name="admon.graphic">
         <xsl:param name="node" select="."/>
         <xsl:value-of select="$admon.graphics.path"/>
         <xsl:choose>
  @@ -40,9 +40,9 @@
            <xsl:otherwise>note</xsl:otherwise>
         </xsl:choose>
         <xsl:value-of select="$admon.graphics.extension"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="graphical.admonition">
  +<xsl:template name="graphical.admonition">
         <xsl:variable name="admon.type">
            <xsl:choose>
               <xsl:when test="local-name(.)='note'">Note</xsl:when>
  @@ -65,7 +65,7 @@
               <xsl:attribute name="summary">
                  <xsl:value-of select="$admon.type"/>
                  <xsl:if test="title">
  -                  <xsl:text>:</xsl:text>
  +          <xsl:text>: </xsl:text>
                     <xsl:value-of select="title"/>
                  </xsl:if>
               </xsl:attribute>
  @@ -94,9 +94,9 @@
               </tr>
            </table>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="nongraphical.admonition">
  +<xsl:template name="nongraphical.admonition">
         <div class="{name(.)}">
            <xsl:if test="$admon.style">
               <xsl:attribute name="style">
  @@ -113,12 +113,12 @@
   
            <xsl:apply-templates/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="note/title"></xsl:template>
  -   <xsl:template match="important/title"></xsl:template>
  -   <xsl:template match="warning/title"></xsl:template>
  -   <xsl:template match="caution/title"></xsl:template>
  -   <xsl:template match="tip/title"></xsl:template>
  +<xsl:template match="note/title"></xsl:template>
  +<xsl:template match="important/title"></xsl:template>
  +<xsl:template match="warning/title"></xsl:template>
  +<xsl:template match="caution/title"></xsl:template>
  +<xsl:template match="tip/title"></xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +44 -44    JBossRemoting/docs/guide/support/support/docbook-xsl/html/autoidx-ng.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: autoidx-ng.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/autoidx-ng.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- autoidx-ng.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ autoidx-ng.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -1,16 +1,16 @@
   <?xml version="1.0"?>
   <!DOCTYPE xsl:stylesheet [
   
  -      <!ENTITY lowercase "'abcdefghijklmnopqrstuvwxyz'">
  -      <!ENTITY uppercase "'ABCDEFGHIJKLMNOPQRSTUVWXYZ'">
  +<!ENTITY lowercase "'abcdefghijklmnopqrstuvwxyz'">
  +<!ENTITY uppercase "'ABCDEFGHIJKLMNOPQRSTUVWXYZ'">
   
  -      <!ENTITY primary   'normalize-space(concat(primary/@sortas, primary[not(@sortas)]))'>
  +<!ENTITY primary   'normalize-space(concat(primary/@sortas, primary[not(@sortas)]))'>
   <!ENTITY secondary 'normalize-space(concat(secondary/@sortas, secondary[not(@sortas)]))'>
   <!ENTITY tertiary  'normalize-space(concat(tertiary/@sortas, tertiary[not(@sortas)]))'>
   
   <!ENTITY sep '" "'>
   <!ENTITY scope 'count(ancestor::node()|$scope) = count(ancestor::node())'>
  -      ]>
  +]>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   xmlns:fo="http://www.w3.org/1999/XSL/Format"
                   version="1.0"
  @@ -18,8 +18,8 @@
                   exclude-result-prefixes="i"
                   xmlns:i="urn:cz-kosek:functions:index">
   
  -   <!-- ********************************************************************
  -  $Id: autoidx-ng.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: autoidx-ng.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the DocBook XSL Stylesheet distribution.
  @@ -28,11 +28,11 @@
   
     ******************************************************************** -->
   
  -   <xsl:include href="../common/autoidx-ng.xsl"/>
  +<xsl:include href="../common/autoidx-ng.xsl"/>
   
  -   <!-- Modified original code is using index group codes instead of just first letter
  -to gain better grouping -->
  -   <xsl:template name="generate-index">
  +<!-- Modified original code is using index group codes instead of just first letter 
  +     to gain better grouping -->
  +<xsl:template name="generate-index">
         <xsl:param name="scope" select="(ancestor::book|/)[last()]"/>
   
         <xsl:variable name="terms"
  @@ -46,9 +46,9 @@
               <xsl:sort select="i:group-index(&primary;)" data-type="number"/>
            </xsl:apply-templates>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="indexterm" mode="index-div">
  +<xsl:template match="indexterm" mode="index-div">
         <xsl:param name="scope" select="."/>
   
         <xsl:variable name="key"
  @@ -70,6 +70,6 @@
               </dl>
            </div>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +352 -365  JBossRemoting/docs/guide/support/support/docbook-xsl/html/autoidx.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: autoidx.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/autoidx.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- autoidx.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ autoidx.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -1,10 +1,10 @@
   <?xml version="1.0"?>
   <!DOCTYPE xsl:stylesheet [
   
  -      <!ENTITY lowercase "'abcdefghijklmnopqrstuvwxyz'">
  -      <!ENTITY uppercase "'ABCDEFGHIJKLMNOPQRSTUVWXYZ'">
  +<!ENTITY lowercase "'abcdefghijklmnopqrstuvwxyz'">
  +<!ENTITY uppercase "'ABCDEFGHIJKLMNOPQRSTUVWXYZ'">
   
  -      <!ENTITY primary   'normalize-space(concat(primary/@sortas, primary[not(@sortas)]))'>
  +<!ENTITY primary   'normalize-space(concat(primary/@sortas, primary[not(@sortas)]))'>
   <!ENTITY secondary 'normalize-space(concat(secondary/@sortas, secondary[not(@sortas)]))'>
   <!ENTITY tertiary  'normalize-space(concat(tertiary/@sortas, tertiary[not(@sortas)]))'>
   
  @@ -36,12 +36,12 @@
   <!ENTITY section.id 'generate-id(&section;)'>
   <!ENTITY sep '" "'>
   <!ENTITY scope 'count(ancestor::node()|$scope) = count(ancestor::node())'>
  -      ]>
  +]>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version="1.0">
   
  -   <!-- ********************************************************************
  -  $Id: autoidx.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: autoidx.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -50,54 +50,54 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  -   <!-- Jeni Tennison gets all the credit for what follows.
  -I think I understand it :-) Anyway, I've hacked it a bit, so the
  -bugs are mine. -->
  +<!-- ==================================================================== -->
  +<!-- Jeni Tennison gets all the credit for what follows.
  +     I think I understand it :-) Anyway, I've hacked it a bit, so the
  +     bugs are mine. -->
   
  -   <xsl:key name="letter"
  +<xsl:key name="letter"
               match="indexterm"
               use="translate(substring(&primary;, 1, 1),&lowercase;,&uppercase;)"/>
   
  -   <xsl:key name="primary"
  +<xsl:key name="primary"
               match="indexterm"
               use="&primary;"/>
   
  -   <xsl:key name="secondary"
  +<xsl:key name="secondary"
               match="indexterm"
               use="concat(&primary;, &sep;, &secondary;)"/>
   
  -   <xsl:key name="tertiary"
  +<xsl:key name="tertiary"
               match="indexterm"
               use="concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;)"/>
   
  -   <xsl:key name="endofrange"
  +<xsl:key name="endofrange"
               match="indexterm[@class='endofrange']"
               use="@startref"/>
   
  -   <xsl:key name="primary-section"
  +<xsl:key name="primary-section"
               match="indexterm[not(secondary) and not(see)]"
               use="concat(&primary;, &sep;, &section.id;)"/>
   
  -   <xsl:key name="secondary-section"
  +<xsl:key name="secondary-section"
               match="indexterm[not(tertiary) and not(see)]"
               use="concat(&primary;, &sep;, &secondary;, &sep;, &section.id;)"/>
   
  -   <xsl:key name="tertiary-section"
  +<xsl:key name="tertiary-section"
               match="indexterm[not(see)]"
               use="concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;, &sep;, &section.id;)"/>
   
  -   <xsl:key name="see-also"
  +<xsl:key name="see-also"
               match="indexterm[seealso]"
               use="concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;, &sep;, seealso)"/>
   
  -   <xsl:key name="see"
  +<xsl:key name="see"
               match="indexterm[see]"
               use="concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;, &sep;, see)"/>
   
  -   <xsl:key name="sections" match="*[@id]" use="@id"/>
  +<xsl:key name="sections" match="*[@id]" use="@id"/>
   
  -   <xsl:template name="generate-index">
  +<xsl:template name="generate-index">
         <xsl:param name="scope" select="(ancestor::book|/)[last()]"/>
   
         <xsl:variable name="terms"
  @@ -141,9 +141,9 @@
               <xsl:sort select="translate(&primary;, &lowercase;, &uppercase;)"/>
            </xsl:apply-templates>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="indexterm" mode="index-div">
  +<xsl:template match="indexterm" mode="index-div">
         <xsl:param name="scope" select="."/>
   
         <xsl:variable name="key"
  @@ -168,9 +168,9 @@
               </dl>
            </div>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="indexterm" mode="index-symbol-div">
  +<xsl:template match="indexterm" mode="index-symbol-div">
         <xsl:param name="scope" select="/"/>
   
         <xsl:variable name="key" select="translate(substring(&primary;, 1, 1),
  @@ -182,25 +182,23 @@
            <xsl:with-param name="scope" select="$scope"/>
            <xsl:sort select="translate(&primary;, &lowercase;, &uppercase;)"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="indexterm" mode="index-primary">
  +<xsl:template match="indexterm" mode="index-primary">
         <xsl:param name="scope" select="."/>
   
         <xsl:variable name="key" select="&primary;"/>
         <xsl:variable name="refs" select="key('primary', $key)[&scope;]"/>
         <dt>
            <xsl:value-of select="primary"/>
  -         <xsl:for-each
  -               select="$refs[generate-id() = generate-id(key('primary-section', concat($key, &sep;, &section.id;))[&scope;][1])]">
  +    <xsl:for-each select="$refs[generate-id() = generate-id(key('primary-section', concat($key, &sep;, &section.id;))[&scope;][1])]">
               <xsl:apply-templates select="." mode="reference">
                  <xsl:with-param name="scope" select="$scope"/>
               </xsl:apply-templates>
            </xsl:for-each>
   
            <xsl:if test="$refs[not(secondary)]/*[self::see]">
  -            <xsl:apply-templates
  -                  select="$refs[generate-id() = generate-id(key('see', concat(&primary;, &sep;, &sep;, &sep;, see))[&scope;][1])]"
  +      <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see', concat(&primary;, &sep;, &sep;, &sep;, see))[&scope;][1])]"
                     mode="index-see">
                  <xsl:with-param name="scope" select="$scope"/>
                  <xsl:sort select="translate(see, &lowercase;, &uppercase;)"/>
  @@ -210,14 +208,12 @@
         <xsl:if test="$refs/secondary or $refs[not(secondary)]/*[self::seealso]">
            <dd>
               <dl>
  -               <xsl:apply-templates
  -                     select="$refs[generate-id() = generate-id(key('see-also', concat(&primary;, &sep;, &sep;, &sep;, seealso))[&scope;][1])]"
  +        <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see-also', concat(&primary;, &sep;, &sep;, &sep;, seealso))[&scope;][1])]"
                        mode="index-seealso">
                     <xsl:with-param name="scope" select="$scope"/>
                     <xsl:sort select="translate(seealso, &lowercase;, &uppercase;)"/>
                  </xsl:apply-templates>
  -               <xsl:apply-templates
  -                     select="$refs[secondary and count(.|key('secondary', concat($key, &sep;, &secondary;))[&scope;][1]) = 1]"
  +        <xsl:apply-templates select="$refs[secondary and count(.|key('secondary', concat($key, &sep;, &secondary;))[&scope;][1]) = 1]" 
                        mode="index-secondary">
                     <xsl:with-param name="scope" select="$scope"/>
                     <xsl:sort select="translate(&secondary;, &lowercase;, &uppercase;)"/>
  @@ -225,25 +221,23 @@
               </dl>
            </dd>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="indexterm" mode="index-secondary">
  +<xsl:template match="indexterm" mode="index-secondary">
         <xsl:param name="scope" select="."/>
   
         <xsl:variable name="key" select="concat(&primary;, &sep;, &secondary;)"/>
         <xsl:variable name="refs" select="key('secondary', $key)[&scope;]"/>
         <dt>
            <xsl:value-of select="secondary"/>
  -         <xsl:for-each
  -               select="$refs[generate-id() = generate-id(key('secondary-section', concat($key, &sep;, &section.id;))[&scope;][1])]">
  +    <xsl:for-each select="$refs[generate-id() = generate-id(key('secondary-section', concat($key, &sep;, &section.id;))[&scope;][1])]">
               <xsl:apply-templates select="." mode="reference">
                  <xsl:with-param name="scope" select="$scope"/>
               </xsl:apply-templates>
            </xsl:for-each>
   
            <xsl:if test="$refs[not(tertiary)]/*[self::see]">
  -            <xsl:apply-templates
  -                  select="$refs[generate-id() = generate-id(key('see', concat(&primary;, &sep;, &secondary;, &sep;, &sep;, see))[&scope;][1])]"
  +      <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see', concat(&primary;, &sep;, &secondary;, &sep;, &sep;, see))[&scope;][1])]"
                     mode="index-see">
                  <xsl:with-param name="scope" select="$scope"/>
                  <xsl:sort select="translate(see, &lowercase;, &uppercase;)"/>
  @@ -253,14 +247,12 @@
         <xsl:if test="$refs/tertiary or $refs[not(tertiary)]/*[self::seealso]">
            <dd>
               <dl>
  -               <xsl:apply-templates
  -                     select="$refs[generate-id() = generate-id(key('see-also', concat(&primary;, &sep;, &secondary;, &sep;, &sep;, seealso))[&scope;][1])]"
  +        <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see-also', concat(&primary;, &sep;, &secondary;, &sep;, &sep;, seealso))[&scope;][1])]"
                        mode="index-seealso">
                     <xsl:with-param name="scope" select="$scope"/>
                     <xsl:sort select="translate(seealso, &lowercase;, &uppercase;)"/>
                  </xsl:apply-templates>
  -               <xsl:apply-templates
  -                     select="$refs[tertiary and count(.|key('tertiary', concat($key, &sep;, &tertiary;))[&scope;][1]) = 1]"
  +        <xsl:apply-templates select="$refs[tertiary and count(.|key('tertiary', concat($key, &sep;, &tertiary;))[&scope;][1]) = 1]" 
                        mode="index-tertiary">
                     <xsl:with-param name="scope" select="$scope"/>
                     <xsl:sort select="translate(&tertiary;, &lowercase;, &uppercase;)"/>
  @@ -268,25 +260,23 @@
               </dl>
            </dd>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="indexterm" mode="index-tertiary">
  +<xsl:template match="indexterm" mode="index-tertiary">
         <xsl:param name="scope" select="."/>
   
         <xsl:variable name="key" select="concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;)"/>
         <xsl:variable name="refs" select="key('tertiary', $key)[&scope;]"/>
         <dt>
            <xsl:value-of select="tertiary"/>
  -         <xsl:for-each
  -               select="$refs[generate-id() = generate-id(key('tertiary-section', concat($key, &sep;, &section.id;))[&scope;][1])]">
  +    <xsl:for-each select="$refs[generate-id() = generate-id(key('tertiary-section', concat($key, &sep;, &section.id;))[&scope;][1])]">
               <xsl:apply-templates select="." mode="reference">
                  <xsl:with-param name="scope" select="$scope"/>
               </xsl:apply-templates>
            </xsl:for-each>
   
            <xsl:if test="$refs/see">
  -            <xsl:apply-templates
  -                  select="$refs[generate-id() = generate-id(key('see', concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;, &sep;, see))[&scope;][1])]"
  +      <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see', concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;, &sep;, see))[&scope;][1])]"
                     mode="index-see">
                  <xsl:with-param name="scope" select="$scope"/>
                  <xsl:sort select="translate(see, &lowercase;, &uppercase;)"/>
  @@ -296,14 +286,12 @@
         <xsl:if test="$refs/seealso">
            <dd>
               <dl>
  -               <xsl:apply-templates
  -                     select="$refs[generate-id() = generate-id(key('see', concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;, &sep;, see))[&scope;][1])]"
  +        <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see', concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;, &sep;, see))[&scope;][1])]"
                        mode="index-see">
                     <xsl:with-param name="scope" select="$scope"/>
                     <xsl:sort select="translate(see, &lowercase;, &uppercase;)"/>
                  </xsl:apply-templates>
  -               <xsl:apply-templates
  -                     select="$refs[generate-id() = generate-id(key('see-also', concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;, &sep;, seealso))[&scope;][1])]"
  +        <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see-also', concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;, &sep;, seealso))[&scope;][1])]"
                        mode="index-seealso">
                     <xsl:with-param name="scope" select="$scope"/>
                     <xsl:sort select="translate(seealso, &lowercase;, &uppercase;)"/>
  @@ -311,9 +299,9 @@
               </dl>
            </dd>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="indexterm" mode="reference">
  +<xsl:template match="indexterm" mode="reference">
         <xsl:param name="scope" select="."/>
         <xsl:param name="separator" select="', '"/>
   
  @@ -337,8 +325,7 @@
                     </xsl:call-template>
                  </xsl:attribute>
   
  -               <xsl:value-of select="$title"/>
  -               <!-- text only -->
  +        <xsl:value-of select="$title"/> <!-- text only -->
               </a>
   
               <xsl:if test="key('endofrange', @id)[&scope;]">
  @@ -350,9 +337,9 @@
               </xsl:if>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="reference">
  +<xsl:template name="reference">
         <xsl:param name="scope" select="."/>
         <xsl:param name="zones"/>
   
  @@ -369,7 +356,7 @@
                  </xsl:attribute>
                  <xsl:apply-templates select="$target[1]" mode="index-title-content"/>
               </a>
  -            <xsl:text>,</xsl:text>
  +      <xsl:text>, </xsl:text>
               <xsl:call-template name="reference">
                  <xsl:with-param name="zones" select="substring-after($zones, ' ')"/>
                  <xsl:with-param name="scope" select="$scope"/>
  @@ -389,21 +376,21 @@
               </a>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="indexterm" mode="index-see">
  +<xsl:template match="indexterm" mode="index-see">
         <xsl:param name="scope" select="."/>
   
  -      <xsl:text>(</xsl:text>
  +  <xsl:text> (</xsl:text>
         <xsl:call-template name="gentext">
            <xsl:with-param name="key" select="'see'"/>
         </xsl:call-template>
  -      <xsl:text></xsl:text>
  +  <xsl:text> </xsl:text>
         <xsl:value-of select="see"/>
         <xsl:text>)</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="indexterm" mode="index-seealso">
  +<xsl:template match="indexterm" mode="index-seealso">
         <xsl:param name="scope" select="."/>
   
         <dt>
  @@ -411,18 +398,18 @@
            <xsl:call-template name="gentext">
               <xsl:with-param name="key" select="'seealso'"/>
            </xsl:call-template>
  -         <xsl:text></xsl:text>
  +  <xsl:text> </xsl:text>
            <xsl:value-of select="seealso"/>
            <xsl:text>)</xsl:text>
         </dt>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="index-title-content">
  +<xsl:template match="*" mode="index-title-content">
         <xsl:variable name="title">
            <xsl:apply-templates select="&section;" mode="title.markup"/>
         </xsl:variable>
   
         <xsl:value-of select="$title"/>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +509 -511  JBossRemoting/docs/guide/support/support/docbook-xsl/html/autotoc.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: autotoc.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/autotoc.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- autotoc.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ autotoc.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: autotoc.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: autotoc.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,22 +12,22 @@
   
     ******************************************************************** -->
   
  -   <xsl:variable name="toc.listitem.type">
  +<xsl:variable name="toc.listitem.type">
         <xsl:choose>
            <xsl:when test="$toc.list.type = 'dl'">dt</xsl:when>
            <xsl:otherwise>li</xsl:otherwise>
         </xsl:choose>
  -   </xsl:variable>
  +</xsl:variable>
   
  -   <!-- this is just hack because dl and ul aren't completely isomorphic -->
  -   <xsl:variable name="toc.dd.type">
  +<!-- this is just hack because dl and ul aren't completely isomorphic -->
  +<xsl:variable name="toc.dd.type">
         <xsl:choose>
            <xsl:when test="$toc.list.type = 'dl'">dd</xsl:when>
            <xsl:otherwise></xsl:otherwise>
         </xsl:choose>
  -   </xsl:variable>
  +</xsl:variable>
   
  -   <xsl:template name="make.toc">
  +<xsl:template name="make.toc">
         <xsl:param name="toc-context" select="."/>
         <xsl:param name="toc.title.p" select="true()"/>
         <xsl:param name="nodes" select="/NOT-AN-ELEMENT"/>
  @@ -75,9 +75,9 @@
               </xsl:if>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="make.lots">
  +<xsl:template name="make.lots">
         <xsl:param name="toc.params" select="''"/>
         <xsl:param name="toc"/>
   
  @@ -119,20 +119,20 @@
               <xsl:with-param name="nodes" select=".//procedure[title]"/>
            </xsl:call-template>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ====================================================================== -->
  +<!-- ====================================================================== -->
   
  -   <xsl:template name="set.toc">
  +<xsl:template name="set.toc">
         <xsl:param name="toc-context" select="."/>
   
         <xsl:call-template name="make.toc">
            <xsl:with-param name="toc-context" select="$toc-context"/>
            <xsl:with-param name="nodes" select="book|setindex"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="division.toc">
  +<xsl:template name="division.toc">
         <xsl:param name="toc-context" select="."/>
   
         <xsl:call-template name="make.toc">
  @@ -145,9 +145,9 @@
                                            |bridgehead[$bridgehead.in.toc != 0]"/>
   
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="component.toc">
  +<xsl:template name="component.toc">
         <xsl:param name="toc-context" select="."/>
         <xsl:param name="toc.title.p" select="true()"/>
   
  @@ -162,14 +162,14 @@
                                            |.//bridgehead[@renderas='sect1'
                                                           and $bridgehead.in.toc != 0]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="component.toc.separator">
  +<xsl:template name="component.toc.separator">
         <!-- Customize to output something between
     component.toc and first output -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="section.toc">
  +<xsl:template name="section.toc">
         <xsl:param name="toc-context" select="."/>
         <xsl:param name="toc.title.p" select="true()"/>
   
  @@ -181,15 +181,15 @@
                              |bridgehead[$bridgehead.in.toc != 0]"/>
   
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="section.toc.separator">
  +<xsl:template name="section.toc.separator">
         <!-- Customize to output something between
     section.toc and first output -->
  -   </xsl:template>
  -   <!-- ==================================================================== -->
  +</xsl:template>
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="subtoc">
  +<xsl:template name="subtoc">
         <xsl:param name="toc-context" select="."/>
         <xsl:param name="nodes" select="NOT-AN-ELEMENT"/>
   
  @@ -265,17 +265,15 @@
                   and $toc.max.depth > $depth.from.context">
            <xsl:copy-of select="$subtoc.list"/>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="toc.line">
  +<xsl:template name="toc.line">
         <xsl:param name="toc-context" select="."/>
         <xsl:param name="depth" select="1"/>
         <xsl:param name="depth.from.context" select="8"/>
   
         <span>
  -         <xsl:attribute name="class">
  -            <xsl:value-of select="local-name(.)"/>
  -         </xsl:attribute>
  +  <xsl:attribute name="class"><xsl:value-of select="local-name(.)"/></xsl:attribute>
            <a>
               <xsl:attribute name="href">
                  <xsl:call-template name="href.target">
  @@ -294,9 +292,9 @@
               <xsl:apply-templates select="." mode="titleabbrev.markup"/>
            </a>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="book" mode="toc">
  +<xsl:template match="book" mode="toc">
         <xsl:param name="toc-context" select="."/>
   
         <xsl:call-template name="subtoc">
  @@ -308,9 +306,9 @@
                                            |refentry
                                            |bridgehead[$bridgehead.in.toc != 0]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="setindex" mode="toc">
  +<xsl:template match="setindex" mode="toc">
         <xsl:param name="toc-context" select="."/>
   
         <!-- If the setindex tag is not empty, it should be it in the TOC -->
  @@ -319,9 +317,9 @@
               <xsl:with-param name="toc-context" select="$toc-context"/>
            </xsl:call-template>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="part|reference" mode="toc">
  +<xsl:template match="part|reference" mode="toc">
         <xsl:param name="toc-context" select="."/>
   
         <xsl:call-template name="subtoc">
  @@ -331,9 +329,9 @@
                                            |preface|reference|refentry
                                            |bridgehead[$bridgehead.in.toc != 0]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="preface|chapter|appendix|article" mode="toc">
  +<xsl:template match="preface|chapter|appendix|article" mode="toc">
         <xsl:param name="toc-context" select="."/>
   
         <xsl:call-template name="subtoc">
  @@ -341,18 +339,18 @@
            <xsl:with-param name="nodes" select="section|sect1|glossary|bibliography|index
                                            |bridgehead[$bridgehead.in.toc != 0]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect1" mode="toc">
  +<xsl:template match="sect1" mode="toc">
         <xsl:param name="toc-context" select="."/>
         <xsl:call-template name="subtoc">
            <xsl:with-param name="toc-context" select="$toc-context"/>
            <xsl:with-param name="nodes" select="sect2
                                            |bridgehead[$bridgehead.in.toc != 0]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect2" mode="toc">
  +<xsl:template match="sect2" mode="toc">
         <xsl:param name="toc-context" select="."/>
   
         <xsl:call-template name="subtoc">
  @@ -360,9 +358,9 @@
            <xsl:with-param name="nodes" select="sect3
                                            |bridgehead[$bridgehead.in.toc != 0]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect3" mode="toc">
  +<xsl:template match="sect3" mode="toc">
         <xsl:param name="toc-context" select="."/>
   
         <xsl:call-template name="subtoc">
  @@ -370,9 +368,9 @@
            <xsl:with-param name="nodes" select="sect4
                                            |bridgehead[$bridgehead.in.toc != 0]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect4" mode="toc">
  +<xsl:template match="sect4" mode="toc">
         <xsl:param name="toc-context" select="."/>
   
         <xsl:call-template name="subtoc">
  @@ -380,17 +378,17 @@
            <xsl:with-param name="nodes" select="sect5
                                            |bridgehead[$bridgehead.in.toc != 0]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect5" mode="toc">
  +<xsl:template match="sect5" mode="toc">
         <xsl:param name="toc-context" select="."/>
   
         <xsl:call-template name="subtoc">
            <xsl:with-param name="toc-context" select="$toc-context"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="section" mode="toc">
  +<xsl:template match="section" mode="toc">
         <xsl:param name="toc-context" select="."/>
   
         <xsl:call-template name="subtoc">
  @@ -398,9 +396,9 @@
            <xsl:with-param name="nodes" select="section
                                            |bridgehead[$bridgehead.in.toc != 0]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="bridgehead" mode="toc">
  +<xsl:template match="bridgehead" mode="toc">
         <xsl:param name="toc-context" select="."/>
   
         <xsl:if test="$bridgehead.in.toc != 0">
  @@ -408,17 +406,17 @@
               <xsl:with-param name="toc-context" select="$toc-context"/>
            </xsl:call-template>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="bibliography|glossary" mode="toc">
  +<xsl:template match="bibliography|glossary" mode="toc">
         <xsl:param name="toc-context" select="."/>
   
         <xsl:call-template name="subtoc">
            <xsl:with-param name="toc-context" select="$toc-context"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="index" mode="toc">
  +<xsl:template match="index" mode="toc">
         <xsl:param name="toc-context" select="."/>
   
         <!-- If the index tag is not empty, it should be it in the TOC -->
  @@ -427,9 +425,9 @@
               <xsl:with-param name="toc-context" select="$toc-context"/>
            </xsl:call-template>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refentry" mode="toc">
  +<xsl:template match="refentry" mode="toc">
         <xsl:param name="toc-context" select="."/>
   
         <xsl:variable name="refmeta" select=".//refmeta"/>
  @@ -456,13 +454,13 @@
               <xsl:copy-of select="$title"/>
            </a>
            <xsl:if test="$annotate.toc != 0">
  -            <xsl:text>-</xsl:text>
  +      <xsl:text> - </xsl:text>
               <xsl:value-of select="refnamediv/refpurpose"/>
            </xsl:if>
         </xsl:element>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="title" mode="toc">
  +<xsl:template match="title" mode="toc">
         <xsl:param name="toc-context" select="."/>
   
         <a>
  @@ -473,9 +471,9 @@
            </xsl:attribute>
            <xsl:apply-templates/>
         </a>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="manual-toc">
  +<xsl:template name="manual-toc">
         <xsl:param name="toc-context" select="."/>
         <xsl:param name="tocentry"/>
   
  @@ -516,11 +514,11 @@
               </xsl:call-template>
            </xsl:if>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="list.of.titles">
  +<xsl:template name="list.of.titles">
         <xsl:param name="toc-context" select="."/>
         <xsl:param name="titles" select="'table'"/>
         <xsl:param name="nodes" select=".//table"/>
  @@ -551,9 +549,9 @@
               </xsl:element>
            </div>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="figure|table|example|equation|procedure" mode="toc">
  +<xsl:template match="figure|table|example|equation|procedure" mode="toc">
         <xsl:param name="toc-context" select="."/>
   
         <xsl:element name="{$toc.listitem.type}">
  @@ -571,7 +569,7 @@
               <xsl:apply-templates select="." mode="titleabbrev.markup"/>
            </a>
         </xsl:element>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
   
  
  
  
  1.2       +1029 -1038JBossRemoting/docs/guide/support/support/docbook-xsl/html/biblio.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: biblio.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/biblio.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- biblio.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ biblio.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: biblio.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: biblio.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,9 +12,9 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="bibliography">
  +<xsl:template match="bibliography">
         <div class="{name(.)}">
            <xsl:if test="$generate.id.attributes != 0">
               <xsl:attribute name="id">
  @@ -30,33 +30,33 @@
               <xsl:call-template name="process.footnotes"/>
            </xsl:if>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="bibliography/bibliographyinfo"></xsl:template>
  -   <xsl:template match="bibliography/title"></xsl:template>
  -   <xsl:template match="bibliography/subtitle"></xsl:template>
  -   <xsl:template match="bibliography/titleabbrev"></xsl:template>
  +<xsl:template match="bibliography/bibliographyinfo"></xsl:template>
  +<xsl:template match="bibliography/title"></xsl:template>
  +<xsl:template match="bibliography/subtitle"></xsl:template>
  +<xsl:template match="bibliography/titleabbrev"></xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="bibliodiv">
  +<xsl:template match="bibliodiv">
         <div class="{name(.)}">
            <xsl:apply-templates/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="bibliodiv/title">
  +<xsl:template match="bibliodiv/title">
         <h3 class="{name(.)}">
            <xsl:call-template name="anchor">
               <xsl:with-param name="node" select=".."/>
            </xsl:call-template>
            <xsl:apply-templates/>
         </h3>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="bibliolist">
  +<xsl:template match="bibliolist">
         <div class="{name(.)}">
            <xsl:call-template name="anchor"/>
            <xsl:if test="blockinfo/title|title">
  @@ -71,11 +71,11 @@
               <xsl:apply-templates select="biblioentry|bibliomixed"/>
            </dl>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="biblioentry">
  +<xsl:template match="biblioentry">
         <xsl:variable name="id">
            <xsl:call-template name="object.id"/>
         </xsl:variable>
  @@ -90,18 +90,18 @@
                  </xsl:when>
                  <xsl:otherwise>
                     <xsl:message>
  -                     <xsl:text>No bibliography entry:</xsl:text>
  +            <xsl:text>No bibliography entry: </xsl:text>
                        <xsl:value-of select="$id"/>
  -                     <xsl:text>found in</xsl:text>
  +            <xsl:text> found in </xsl:text>
                        <xsl:value-of select="$bibliography.collection"/>
                     </xsl:message>
                     <div class="{name(.)}">
                        <xsl:call-template name="anchor"/>
                        <p>
                           <xsl:call-template name="biblioentry.label"/>
  -                        <xsl:text>Error: no bibliography entry:</xsl:text>
  +              <xsl:text>Error: no bibliography entry: </xsl:text>
                           <xsl:value-of select="$id"/>
  -                        <xsl:text>found in</xsl:text>
  +              <xsl:text> found in </xsl:text>
                           <xsl:value-of select="$bibliography.collection"/>
                        </p>
                     </div>
  @@ -118,9 +118,9 @@
               </div>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="bibliomixed">
  +<xsl:template match="bibliomixed">
         <xsl:variable name="id">
            <xsl:call-template name="object.id"/>
         </xsl:variable>
  @@ -135,18 +135,18 @@
                  </xsl:when>
                  <xsl:otherwise>
                     <xsl:message>
  -                     <xsl:text>No bibliography entry:</xsl:text>
  +            <xsl:text>No bibliography entry: </xsl:text>
                        <xsl:value-of select="$id"/>
  -                     <xsl:text>found in</xsl:text>
  +            <xsl:text> found in </xsl:text>
                        <xsl:value-of select="$bibliography.collection"/>
                     </xsl:message>
                     <div class="{name(.)}">
                        <xsl:call-template name="anchor"/>
                        <p>
                           <xsl:call-template name="biblioentry.label"/>
  -                        <xsl:text>Error: no bibliography entry:</xsl:text>
  +              <xsl:text>Error: no bibliography entry: </xsl:text>
                           <xsl:value-of select="$id"/>
  -                        <xsl:text>found in</xsl:text>
  +              <xsl:text> found in </xsl:text>
                           <xsl:value-of select="$bibliography.collection"/>
                        </p>
                     </div>
  @@ -163,9 +163,9 @@
               </div>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="biblioentry.label">
  +<xsl:template name="biblioentry.label">
         <xsl:param name="node" select="."/>
   
         <xsl:choose>
  @@ -173,134 +173,133 @@
               <xsl:text>[</xsl:text>
               <xsl:number from="bibliography" count="biblioentry|bibliomixed"
                           level="any" format="1"/>
  -            <xsl:text>]</xsl:text>
  +      <xsl:text>] </xsl:text>
            </xsl:when>
            <xsl:when test="local-name($node/child::*[1]) = 'abbrev'">
               <xsl:text>[</xsl:text>
               <xsl:apply-templates select="$node/abbrev[1]"/>
  -            <xsl:text>]</xsl:text>
  +      <xsl:text>] </xsl:text>
            </xsl:when>
            <xsl:when test="$node/@xreflabel">
               <xsl:text>[</xsl:text>
               <xsl:value-of select="$node/@xreflabel"/>
  -            <xsl:text>]</xsl:text>
  +      <xsl:text>] </xsl:text>
            </xsl:when>
            <xsl:when test="$node/@id">
               <xsl:text>[</xsl:text>
               <xsl:value-of select="$node/@id"/>
  -            <xsl:text>]</xsl:text>
  +      <xsl:text>] </xsl:text>
            </xsl:when>
            <xsl:otherwise><!-- nop --></xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="*" mode="bibliography.mode">
  -      <xsl:apply-templates select="."/>
  -      <!-- try the default mode -->
  -   </xsl:template>
  +<xsl:template match="*" mode="bibliography.mode">
  +  <xsl:apply-templates select="."/><!-- try the default mode -->
  +</xsl:template>
   
  -   <xsl:template match="abbrev" mode="bibliography.mode">
  +<xsl:template match="abbrev" mode="bibliography.mode">
         <xsl:if test="preceding-sibling::*">
            <xsl:apply-templates mode="bibliography.mode"/>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="abstract" mode="bibliography.mode">
  +<xsl:template match="abstract" mode="bibliography.mode">
         <!-- suppressed -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="address" mode="bibliography.mode">
  +<xsl:template match="address" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="affiliation" mode="bibliography.mode">
  +<xsl:template match="affiliation" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="shortaffil" mode="bibliography.mode">
  +<xsl:template match="shortaffil" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="jobtitle" mode="bibliography.mode">
  +<xsl:template match="jobtitle" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="artheader|articleinfo|info" mode="bibliography.mode">
  +<xsl:template match="artheader|articleinfo|info" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="artpagenums" mode="bibliography.mode">
  +<xsl:template match="artpagenums" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="author" mode="bibliography.mode">
  +<xsl:template match="author" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:call-template name="person.name"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="authorblurb|personblurb" mode="bibliography.mode">
  +<xsl:template match="authorblurb|personblurb" mode="bibliography.mode">
         <!-- suppressed -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="authorgroup" mode="bibliography.mode">
  +<xsl:template match="authorgroup" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:call-template name="person.name.list"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="authorinitials" mode="bibliography.mode">
  +<xsl:template match="authorinitials" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="bibliomisc" mode="bibliography.mode">
  +<xsl:template match="bibliomisc" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="bibliomset" mode="bibliography.mode">
  +<xsl:template match="bibliomset" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ================================================== -->
  +<!-- ================================================== -->
   
  -   <xsl:template match="biblioset" mode="bibliography.mode">
  +<xsl:template match="biblioset" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="biblioset/title|biblioset/citetitle"
  +<xsl:template match="biblioset/title|biblioset/citetitle" 
                    mode="bibliography.mode">
         <xsl:variable name="relation" select="../@relation"/>
         <xsl:choose>
  @@ -310,24 +309,22 @@
               <xsl:call-template name="gentext.endquote"/>
            </xsl:when>
            <xsl:otherwise>
  -            <i>
  -               <xsl:apply-templates/>
  -            </i>
  +      <i><xsl:apply-templates/></i>
            </xsl:otherwise>
         </xsl:choose>
         <xsl:value-of select="$biblioentry.item.separator"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ================================================== -->
  +<!-- ================================================== -->
   
  -   <xsl:template match="bookbiblio" mode="bibliography.mode">
  +<xsl:template match="bookbiblio" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="citetitle" mode="bibliography.mode">
  +<xsl:template match="citetitle" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:choose>
               <xsl:when test="@pubwork = 'article'">
  @@ -341,81 +338,81 @@
            </xsl:choose>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="collab" mode="bibliography.mode">
  +<xsl:template match="collab" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="collabname" mode="bibliography.mode">
  +<xsl:template match="collabname" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="confgroup" mode="bibliography.mode">
  +<xsl:template match="confgroup" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="confdates" mode="bibliography.mode">
  +<xsl:template match="confdates" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="conftitle" mode="bibliography.mode">
  +<xsl:template match="conftitle" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="confnum" mode="bibliography.mode">
  +<xsl:template match="confnum" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="confsponsor" mode="bibliography.mode">
  +<xsl:template match="confsponsor" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="contractnum" mode="bibliography.mode">
  +<xsl:template match="contractnum" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="contractsponsor" mode="bibliography.mode">
  +<xsl:template match="contractsponsor" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="contrib" mode="bibliography.mode">
  +<xsl:template match="contrib" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ================================================== -->
  +<!-- ================================================== -->
   
  -   <xsl:template match="copyright" mode="bibliography.mode">
  +<xsl:template match="copyright" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:call-template name="gentext">
               <xsl:with-param name="key" select="'Copyright'"/>
  @@ -432,351 +429,347 @@
            </xsl:if>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="year" mode="bibliography.mode">
  -      <xsl:apply-templates/>
  -      <xsl:text>,</xsl:text>
  -   </xsl:template>
  +<xsl:template match="year" mode="bibliography.mode">
  +  <xsl:apply-templates/><xsl:text>, </xsl:text>
  +</xsl:template>
   
  -   <xsl:template match="year[position()=last()]" mode="bibliography.mode">
  +<xsl:template match="year[position()=last()]" mode="bibliography.mode">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="holder" mode="bibliography.mode">
  +<xsl:template match="holder" mode="bibliography.mode">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ================================================== -->
  +<!-- ================================================== -->
   
  -   <xsl:template match="corpauthor" mode="bibliography.mode">
  +<xsl:template match="corpauthor" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="corpname" mode="bibliography.mode">
  +<xsl:template match="corpname" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="date" mode="bibliography.mode">
  +<xsl:template match="date" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="edition" mode="bibliography.mode">
  +<xsl:template match="edition" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="editor" mode="bibliography.mode">
  +<xsl:template match="editor" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:call-template name="person.name"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="firstname" mode="bibliography.mode">
  +<xsl:template match="firstname" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="honorific" mode="bibliography.mode">
  +<xsl:template match="honorific" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="indexterm" mode="bibliography.mode">
  +<xsl:template match="indexterm" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="invpartnumber" mode="bibliography.mode">
  +<xsl:template match="invpartnumber" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="isbn" mode="bibliography.mode">
  +<xsl:template match="isbn" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="issn" mode="bibliography.mode">
  +<xsl:template match="issn" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="issuenum" mode="bibliography.mode">
  +<xsl:template match="issuenum" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="lineage" mode="bibliography.mode">
  +<xsl:template match="lineage" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="orgname" mode="bibliography.mode">
  +<xsl:template match="orgname" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="orgdiv" mode="bibliography.mode">
  +<xsl:template match="orgdiv" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="othercredit" mode="bibliography.mode">
  +<xsl:template match="othercredit" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="othername" mode="bibliography.mode">
  +<xsl:template match="othername" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="pagenums" mode="bibliography.mode">
  +<xsl:template match="pagenums" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="printhistory" mode="bibliography.mode">
  +<xsl:template match="printhistory" mode="bibliography.mode">
         <!-- suppressed -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="productname" mode="bibliography.mode">
  +<xsl:template match="productname" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="productnumber" mode="bibliography.mode">
  +<xsl:template match="productnumber" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="pubdate" mode="bibliography.mode">
  +<xsl:template match="pubdate" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="publisher" mode="bibliography.mode">
  +<xsl:template match="publisher" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="publishername" mode="bibliography.mode">
  +<xsl:template match="publishername" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="pubsnumber" mode="bibliography.mode">
  +<xsl:template match="pubsnumber" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="releaseinfo" mode="bibliography.mode">
  +<xsl:template match="releaseinfo" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revhistory" mode="bibliography.mode">
  +<xsl:template match="revhistory" mode="bibliography.mode">
         <!-- suppressed; how could this be represented? -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="seriesinfo" mode="bibliography.mode">
  +<xsl:template match="seriesinfo" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="seriesvolnums" mode="bibliography.mode">
  +<xsl:template match="seriesvolnums" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="subtitle" mode="bibliography.mode">
  +<xsl:template match="subtitle" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="surname" mode="bibliography.mode">
  +<xsl:template match="surname" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="title" mode="bibliography.mode">
  +<xsl:template match="title" mode="bibliography.mode">
         <span class="{name(.)}">
  -         <i>
  -            <xsl:apply-templates mode="bibliography.mode"/>
  -         </i>
  +    <i><xsl:apply-templates mode="bibliography.mode"/></i>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="titleabbrev" mode="bibliography.mode">
  +<xsl:template match="titleabbrev" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="volumenum" mode="bibliography.mode">
  +<xsl:template match="volumenum" mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="bibliocoverage|biblioid|bibliorelation|bibliosource"
  +<xsl:template match="bibliocoverage|biblioid|bibliorelation|bibliosource"
                    mode="bibliography.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliography.mode"/>
            <xsl:value-of select="$biblioentry.item.separator"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="*" mode="bibliomixed.mode">
  -      <xsl:apply-templates select="."/>
  -      <!-- try the default mode -->
  -   </xsl:template>
  +<xsl:template match="*" mode="bibliomixed.mode">
  +  <xsl:apply-templates select="."/><!-- try the default mode -->
  +</xsl:template>
   
  -   <xsl:template match="abbrev" mode="bibliomixed.mode">
  +<xsl:template match="abbrev" mode="bibliomixed.mode">
         <xsl:if test="preceding-sibling::*">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="abstract" mode="bibliomixed.mode">
  +<xsl:template match="abstract" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="address" mode="bibliomixed.mode">
  +<xsl:template match="address" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="affiliation" mode="bibliomixed.mode">
  +<xsl:template match="affiliation" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="shortaffil" mode="bibliomixed.mode">
  +<xsl:template match="shortaffil" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="jobtitle" mode="bibliomixed.mode">
  +<xsl:template match="jobtitle" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="artpagenums" mode="bibliomixed.mode">
  +<xsl:template match="artpagenums" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="author" mode="bibliomixed.mode">
  +<xsl:template match="author" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="authorblurb|personblurb" mode="bibliomixed.mode">
  +<xsl:template match="authorblurb|personblurb" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="authorgroup" mode="bibliomixed.mode">
  +<xsl:template match="authorgroup" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="authorinitials" mode="bibliomixed.mode">
  +<xsl:template match="authorinitials" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="bibliomisc" mode="bibliomixed.mode">
  +<xsl:template match="bibliomisc" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ================================================== -->
  +<!-- ================================================== -->
   
  -   <xsl:template match="bibliomset" mode="bibliomixed.mode">
  +<xsl:template match="bibliomset" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="bibliomset/title|bibliomset/citetitle"
  +<xsl:template match="bibliomset/title|bibliomset/citetitle" 
                    mode="bibliomixed.mode">
         <xsl:variable name="relation" select="../@relation"/>
         <xsl:choose>
  @@ -786,22 +779,20 @@
               <xsl:call-template name="gentext.endquote"/>
            </xsl:when>
            <xsl:otherwise>
  -            <i>
  -               <xsl:apply-templates/>
  -            </i>
  +      <i><xsl:apply-templates/></i>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ================================================== -->
  +<!-- ================================================== -->
   
  -   <xsl:template match="biblioset" mode="bibliomixed.mode">
  +<xsl:template match="biblioset" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="citetitle" mode="bibliomixed.mode">
  +<xsl:template match="citetitle" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:choose>
               <xsl:when test="@pubwork = 'article'">
  @@ -814,242 +805,242 @@
               </xsl:otherwise>
            </xsl:choose>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
   
  -   <xsl:template match="collab" mode="bibliomixed.mode">
  +<xsl:template match="collab" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="confgroup" mode="bibliomixed.mode">
  +<xsl:template match="confgroup" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="contractnum" mode="bibliomixed.mode">
  +<xsl:template match="contractnum" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="contractsponsor" mode="bibliomixed.mode">
  +<xsl:template match="contractsponsor" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="contrib" mode="bibliomixed.mode">
  +<xsl:template match="contrib" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="copyright" mode="bibliomixed.mode">
  +<xsl:template match="copyright" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="corpauthor" mode="bibliomixed.mode">
  +<xsl:template match="corpauthor" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="corpname" mode="bibliomixed.mode">
  +<xsl:template match="corpname" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="date" mode="bibliomixed.mode">
  +<xsl:template match="date" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="edition" mode="bibliomixed.mode">
  +<xsl:template match="edition" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="editor" mode="bibliomixed.mode">
  +<xsl:template match="editor" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="firstname" mode="bibliomixed.mode">
  +<xsl:template match="firstname" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="honorific" mode="bibliomixed.mode">
  +<xsl:template match="honorific" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="indexterm" mode="bibliomixed.mode">
  +<xsl:template match="indexterm" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="invpartnumber" mode="bibliomixed.mode">
  +<xsl:template match="invpartnumber" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="isbn" mode="bibliomixed.mode">
  +<xsl:template match="isbn" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="issn" mode="bibliomixed.mode">
  +<xsl:template match="issn" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="issuenum" mode="bibliomixed.mode">
  +<xsl:template match="issuenum" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="lineage" mode="bibliomixed.mode">
  +<xsl:template match="lineage" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="orgname" mode="bibliomixed.mode">
  +<xsl:template match="orgname" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="othercredit" mode="bibliomixed.mode">
  +<xsl:template match="othercredit" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="othername" mode="bibliomixed.mode">
  +<xsl:template match="othername" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="pagenums" mode="bibliomixed.mode">
  +<xsl:template match="pagenums" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="printhistory" mode="bibliomixed.mode">
  +<xsl:template match="printhistory" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="productname" mode="bibliomixed.mode">
  +<xsl:template match="productname" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="productnumber" mode="bibliomixed.mode">
  +<xsl:template match="productnumber" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="pubdate" mode="bibliomixed.mode">
  +<xsl:template match="pubdate" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="publisher" mode="bibliomixed.mode">
  +<xsl:template match="publisher" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="publishername" mode="bibliomixed.mode">
  +<xsl:template match="publishername" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="pubsnumber" mode="bibliomixed.mode">
  +<xsl:template match="pubsnumber" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="releaseinfo" mode="bibliomixed.mode">
  +<xsl:template match="releaseinfo" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revhistory" mode="bibliomixed.mode">
  +<xsl:template match="revhistory" mode="bibliomixed.mode">
         <!-- suppressed; how could this be represented? -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="seriesvolnums" mode="bibliomixed.mode">
  +<xsl:template match="seriesvolnums" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="subtitle" mode="bibliomixed.mode">
  +<xsl:template match="subtitle" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="surname" mode="bibliomixed.mode">
  +<xsl:template match="surname" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="title" mode="bibliomixed.mode">
  +<xsl:template match="title" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="titleabbrev" mode="bibliomixed.mode">
  +<xsl:template match="titleabbrev" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="volumenum" mode="bibliomixed.mode">
  +<xsl:template match="volumenum" mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="bibliocoverage|biblioid|bibliorelation|bibliosource"
  +<xsl:template match="bibliocoverage|biblioid|bibliorelation|bibliosource"
                    mode="bibliomixed.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="bibliomixed.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </xsl:stylesheet>
  
  
  
  1.2       +410 -426  JBossRemoting/docs/guide/support/support/docbook-xsl/html/block.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: block.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/block.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- block.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ block.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: block.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: block.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,25 +12,25 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  -   <!-- What should we do about styling blockinfo? -->
  +<!-- ==================================================================== -->
  +<!-- What should we do about styling blockinfo? -->
   
  -   <xsl:template match="blockinfo">
  +<xsl:template match="blockinfo">
         <!-- suppress -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="block.object">
  +<xsl:template name="block.object">
         <div class="{name(.)}">
            <xsl:call-template name="anchor"/>
            <xsl:apply-templates/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="para">
  +<xsl:template match="para">
         <xsl:call-template name="paragraph">
            <xsl:with-param name="class">
               <xsl:if test="@role and $para.propagates.style != 0">
  @@ -48,9 +48,9 @@
               <xsl:apply-templates/>
            </xsl:with-param>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="paragraph">
  +<xsl:template name="paragraph">
         <xsl:param name="class" select="''"/>
         <xsl:param name="content"/>
   
  @@ -75,9 +75,9 @@
               <xsl:copy-of select="$p"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="simpara">
  +<xsl:template match="simpara">
         <!-- see also listitem/simpara in lists.xsl -->
         <p>
            <xsl:if test="@role and $para.propagates.style != 0">
  @@ -89,9 +89,9 @@
            <xsl:call-template name="anchor"/>
            <xsl:apply-templates/>
         </p>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="formalpara">
  +<xsl:template match="formalpara">
         <xsl:call-template name="paragraph">
            <xsl:with-param name="class">
               <xsl:if test="@role and $para.propagates.style != 0">
  @@ -103,9 +103,9 @@
               <xsl:apply-templates/>
            </xsl:with-param>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="formalpara/title">
  +<xsl:template match="formalpara/title">
         <xsl:variable name="titleStr">
            <xsl:apply-templates/>
         </xsl:variable>
  @@ -123,15 +123,15 @@
            </xsl:if>
            <xsl:text>&#160;</xsl:text>
         </b>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="formalpara/para">
  +<xsl:template match="formalpara/para">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="blockquote">
  +<xsl:template match="blockquote">
         <div class="{local-name(.)}">
            <xsl:if test="@lang or @xml:lang">
               <xsl:call-template name="language.attribute"/>
  @@ -166,9 +166,9 @@
               </xsl:otherwise>
            </xsl:choose>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="blockquote/title">
  +<xsl:template match="blockquote/title">
         <div class="blockquote-title">
            <p>
               <b>
  @@ -176,47 +176,41 @@
               </b>
            </p>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="epigraph">
  +<xsl:template match="epigraph">
         <div class="{name(.)}">
            <xsl:apply-templates select="para|simpara|formalpara|literallayout"/>
            <xsl:if test="attribution">
               <div class="attribution">
  -               <span>--
  -                  <xsl:apply-templates select="attribution"/>
  -               </span>
  +          <span>--<xsl:apply-templates select="attribution"/></span>
               </div>
            </xsl:if>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="attribution">
  -      <span class="{name(.)}">
  -         <xsl:apply-templates/>
  -      </span>
  -   </xsl:template>
  +<xsl:template match="attribution">
  +  <span class="{name(.)}"><xsl:apply-templates/></span>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="sidebar">
  +<xsl:template match="sidebar">
         <div class="{name(.)}">
            <xsl:call-template name="anchor"/>
            <xsl:apply-templates/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sidebar/title">
  +<xsl:template match="sidebar/title">
         <p class="title">
  -         <b>
  -            <xsl:apply-templates/>
  -         </b>
  +    <b><xsl:apply-templates/></b>
         </p>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="abstract">
  +<xsl:template match="abstract">
         <div class="{name(.)}">
            <xsl:call-template name="anchor"/>
            <xsl:call-template name="formal.object.heading">
  @@ -228,68 +222,62 @@
            </xsl:call-template>
            <xsl:apply-templates/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="abstract/title">
  -   </xsl:template>
  +<xsl:template match="abstract/title">
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="msgset">
  +<xsl:template match="msgset">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="msgentry">
  +<xsl:template match="msgentry">
         <xsl:call-template name="block.object"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="simplemsgentry">
  +<xsl:template match="simplemsgentry">
         <xsl:call-template name="block.object"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="msg">
  +<xsl:template match="msg">
         <xsl:call-template name="block.object"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="msgmain">
  +<xsl:template match="msgmain">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="msgmain/title">
  -      <b>
  -         <xsl:apply-templates/>
  -      </b>
  -   </xsl:template>
  +<xsl:template match="msgmain/title">
  +  <b><xsl:apply-templates/></b>
  +</xsl:template>
   
  -   <xsl:template match="msgsub">
  +<xsl:template match="msgsub">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="msgsub/title">
  -      <b>
  -         <xsl:apply-templates/>
  -      </b>
  -   </xsl:template>
  +<xsl:template match="msgsub/title">
  +  <b><xsl:apply-templates/></b>
  +</xsl:template>
   
  -   <xsl:template match="msgrel">
  +<xsl:template match="msgrel">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="msgrel/title">
  -      <b>
  -         <xsl:apply-templates/>
  -      </b>
  -   </xsl:template>
  +<xsl:template match="msgrel/title">
  +  <b><xsl:apply-templates/></b>
  +</xsl:template>
   
  -   <xsl:template match="msgtext">
  +<xsl:template match="msgtext">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="msginfo">
  +<xsl:template match="msginfo">
         <xsl:call-template name="block.object"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="msglevel">
  +<xsl:template match="msglevel">
         <p>
            <b>
               <xsl:call-template name="gentext.template">
  @@ -299,9 +287,9 @@
            </b>
            <xsl:apply-templates/>
         </p>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="msgorig">
  +<xsl:template match="msgorig">
         <p>
            <b>
               <xsl:call-template name="gentext.template">
  @@ -311,9 +299,9 @@
            </b>
            <xsl:apply-templates/>
         </p>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="msgaud">
  +<xsl:template match="msgaud">
         <p>
            <b>
               <xsl:call-template name="gentext.template">
  @@ -323,23 +311,19 @@
            </b>
            <xsl:apply-templates/>
         </p>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="msgexplan">
  +<xsl:template match="msgexplan">
         <xsl:call-template name="block.object"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="msgexplan/title">
  -      <p>
  -         <b>
  -            <xsl:apply-templates/>
  -         </b>
  -      </p>
  -   </xsl:template>
  +<xsl:template match="msgexplan/title">
  +  <p><b><xsl:apply-templates/></b></p>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="revhistory">
  +<xsl:template match="revhistory">
         <div class="{name(.)}">
            <table border="0" width="100%" summary="Revision history">
               <tr>
  @@ -354,9 +338,9 @@
               <xsl:apply-templates/>
            </table>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revhistory/revision">
  +<xsl:template match="revhistory/revision">
         <xsl:variable name="revnumber" select=".//revnumber"/>
         <xsl:variable name="revdate" select=".//date"/>
         <xsl:variable name="revauthor" select=".//authorinitials"/>
  @@ -396,47 +380,47 @@
               </td>
            </tr>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revision/revnumber">
  +<xsl:template match="revision/revnumber">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revision/date">
  +<xsl:template match="revision/date">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revision/authorinitials">
  -      <xsl:text>,</xsl:text>
  +<xsl:template match="revision/authorinitials">
  +  <xsl:text>, </xsl:text>
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revision/authorinitials[1]" priority="2">
  +<xsl:template match="revision/authorinitials[1]" priority="2">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revision/revremark">
  +<xsl:template match="revision/revremark">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revision/revdescription">
  +<xsl:template match="revision/revdescription">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="ackno">
  +<xsl:template match="ackno">
         <p class="{name(.)}">
            <xsl:apply-templates/>
         </p>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="highlights">
  +<xsl:template match="highlights">
         <xsl:call-template name="block.object"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </xsl:stylesheet>
  
  
  
  1.2       +173 -173  JBossRemoting/docs/guide/support/support/docbook-xsl/html/callout.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: callout.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/callout.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- callout.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ callout.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -6,8 +6,8 @@
                   exclude-result-prefixes="sverb xverb lxslt"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: callout.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: callout.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -16,10 +16,10 @@
   
     ******************************************************************** -->
   
  -   <lxslt:component prefix="xverb"
  +<lxslt:component prefix="xverb"
                       functions="insertCallouts"/>
   
  -   <xsl:template match="programlistingco|screenco">
  +<xsl:template match="programlistingco|screenco">
         <xsl:variable name="verbatim" select="programlisting|screen"/>
   
         <xsl:choose>
  @@ -73,20 +73,20 @@
               </div>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="areaspec|areaset|area">
  -   </xsl:template>
  +<xsl:template match="areaspec|areaset|area">
  +</xsl:template>
   
  -   <xsl:template match="areaset" mode="conumber">
  +<xsl:template match="areaset" mode="conumber">
         <xsl:number count="area|areaset" format="1"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="area" mode="conumber">
  +<xsl:template match="area" mode="conumber">
         <xsl:number count="area|areaset" format="1"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="co" name="co">
  +<xsl:template match="co" name="co">
         <!-- Support a single linkend in HTML -->
         <xsl:variable name="targets" select="key('id', @linkends)"/>
         <xsl:variable name="target" select="$targets[1]"/>
  @@ -111,9 +111,9 @@
               <xsl:apply-templates select="." mode="callout-bug"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="coref">
  +<xsl:template match="coref">
         <!-- tricky; this relies on the fact that we can process the "co" that's -->
         <!-- "over there" as if it were "right here" -->
   
  @@ -121,13 +121,13 @@
         <xsl:choose>
            <xsl:when test="not($co)">
               <xsl:message>
  -               <xsl:text>Error: coref link is broken:</xsl:text>
  +        <xsl:text>Error: coref link is broken: </xsl:text>
                  <xsl:value-of select="@linkend"/>
               </xsl:message>
            </xsl:when>
            <xsl:when test="local-name($co) != 'co'">
               <xsl:message>
  -               <xsl:text>Error: coref doesn't point to a co:</xsl:text>
  +        <xsl:text>Error: coref doesn't point to a co: </xsl:text>
                  <xsl:value-of select="@linkend"/>
               </xsl:message>
            </xsl:when>
  @@ -135,9 +135,9 @@
               <xsl:apply-templates select="$co"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="co" mode="callout-bug">
  +<xsl:template match="co" mode="callout-bug">
         <xsl:call-template name="callout-bug">
            <xsl:with-param name="conum">
               <xsl:number count="co"
  @@ -146,9 +146,9 @@
                           format="1"/>
            </xsl:with-param>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="callout-bug">
  +<xsl:template name="callout-bug">
         <xsl:param name="conum" select='1'/>
   
         <xsl:choose>
  @@ -176,8 +176,8 @@
                  </xsl:when>
                  <xsl:otherwise>
                     <xsl:message>
  -                     <xsl:text>Don't know how to generate Unicode callouts</xsl:text>
  -                     <xsl:text>when $callout.unicode.start.character is</xsl:text>
  +            <xsl:text>Don't know how to generate Unicode callouts </xsl:text>
  +            <xsl:text>when $callout.unicode.start.character is </xsl:text>
                        <xsl:value-of select="$callout.unicode.start.character"/>
                     </xsl:message>
                     <xsl:text>(</xsl:text>
  @@ -192,6 +192,6 @@
               <xsl:text>)</xsl:text>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +61 -61    JBossRemoting/docs/guide/support/support/docbook-xsl/html/changebars.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: changebars.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/changebars.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- changebars.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ changebars.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version="1.0">
   
  -   <!-- ********************************************************************
  -  $Id: changebars.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: changebars.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,30 +12,30 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  -   <xsl:import href="docbook.xsl"/>
  +<!-- ==================================================================== -->
  +<xsl:import href="docbook.xsl"/>
   
  -   <xsl:param name="show.revisionflag" select="'1'"/>
  +<xsl:param name="show.revisionflag" select="'1'"/>
   
  -   <xsl:template name="system.head.content">
  -      <style type="text/css">
  -         <xsl:text>
  -            div.added { background-color: #ffff99; }
  -            div.deleted { text-decoration: line-through;
  +<xsl:template name="system.head.content">
  +<style type="text/css">
  +<xsl:text>
  +div.added    { background-color: #ffff99; }
  +div.deleted  { text-decoration: line-through;
               background-color: #FF7F7F; }
  -            div.changed { background-color: #99ff99; }
  -            div.off { }
  +div.changed  { background-color: #99ff99; }
  +div.off      {  }
   
  -            span.added { background-color: #ffff99; }
  -            span.deleted { text-decoration: line-through;
  +span.added   { background-color: #ffff99; }
  +span.deleted { text-decoration: line-through;
               background-color: #FF7F7F; }
  -            span.changed { background-color: #99ff99; }
  -            span.off { }
  -         </xsl:text>
  -      </style>
  -   </xsl:template>
  +span.changed { background-color: #99ff99; }
  +span.off     {  }
  +</xsl:text>
  +</style>
  +</xsl:template>
   
  -   <xsl:template match="*[@revisionflag]">
  +<xsl:template match="*[@revisionflag]">
         <xsl:choose>
            <xsl:when test="local-name(.) = 'para'
                       or local-name(.) = 'simpara'
  @@ -82,15 +82,15 @@
            </xsl:when>
            <xsl:otherwise>
               <xsl:message>
  -               <xsl:text>Revisionflag on unexpected element:</xsl:text>
  +	<xsl:text>Revisionflag on unexpected element: </xsl:text>
                  <xsl:value-of select="local-name(.)"/>
  -               <xsl:text>(Assuming block)</xsl:text>
  +	<xsl:text> (Assuming block)</xsl:text>
               </xsl:message>
               <div class='{@revisionflag}'>
                  <xsl:apply-imports/>
               </div>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +541 -541  JBossRemoting/docs/guide/support/support/docbook-xsl/html/chunk-code.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chunk-code.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/chunk-code.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- chunk-code.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ chunk-code.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -3,8 +3,8 @@
                   version="1.0"
                   exclude-result-prefixes="exsl">
   
  -   <!-- ********************************************************************
  -  $Id: chunk-code.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: chunk-code.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -13,17 +13,17 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:param name="onechunk" select="0"/>
  -   <xsl:param name="refentry.separator" select="0"/>
  -   <xsl:param name="chunk.fast" select="0"/>
  +<xsl:param name="onechunk" select="0"/>
  +<xsl:param name="refentry.separator" select="0"/>
  +<xsl:param name="chunk.fast" select="0"/>
   
  -   <xsl:key name="genid" match="*" use="generate-id()"/>
  +<xsl:key name="genid" match="*" use="generate-id()"/>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:variable name="chunk.hierarchy">
  +<xsl:variable name="chunk.hierarchy">
         <xsl:if test="$chunk.fast != 0">
            <xsl:choose>
               <xsl:when test="function-available('exsl:node-set')">
  @@ -32,15 +32,15 @@
               </xsl:when>
               <xsl:otherwise>
                  <xsl:message>
  -                  <xsl:text>Fast chunking requires exsl:node-set().</xsl:text>
  +          <xsl:text>Fast chunking requires exsl:node-set(). </xsl:text>
                     <xsl:text>Using "slow" chunking.</xsl:text>
                  </xsl:message>
               </xsl:otherwise>
            </xsl:choose>
         </xsl:if>
  -   </xsl:variable>
  +</xsl:variable>
   
  -   <xsl:template match="*" mode="find.chunks">
  +<xsl:template match="*" mode="find.chunks">
         <xsl:variable name="chunk">
            <xsl:call-template name="chunk"/>
         </xsl:variable>
  @@ -55,11 +55,11 @@
               <xsl:apply-templates select="*" mode="find.chunks"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="process-chunk-element">
  +<xsl:template name="process-chunk-element">
         <xsl:param name="content">
            <xsl:apply-imports/>
         </xsl:param>
  @@ -115,9 +115,9 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="process-chunk">
  +<xsl:template name="process-chunk">
         <xsl:param name="prev" select="."/>
         <xsl:param name="next" select="."/>
         <xsl:param name="content">
  @@ -136,9 +136,9 @@
   
         <xsl:if test="$ischunk='0'">
            <xsl:message>
  -            <xsl:text>Error</xsl:text>
  +      <xsl:text>Error </xsl:text>
               <xsl:value-of select="name(.)"/>
  -            <xsl:text>is not a chunk!</xsl:text>
  +      <xsl:text> is not a chunk!</xsl:text>
            </xsl:message>
         </xsl:if>
   
  @@ -160,9 +160,9 @@
            </xsl:with-param>
            <xsl:with-param name="quiet" select="$chunk.quietly"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="chunk-first-section-with-parent">
  +<xsl:template name="chunk-first-section-with-parent">
         <xsl:param name="content">
            <xsl:apply-imports/>
         </xsl:param>
  @@ -352,9 +352,9 @@
            <xsl:with-param name="next" select="$next"/>
            <xsl:with-param name="content" select="$content"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="chunk-all-sections">
  +<xsl:template name="chunk-all-sections">
         <xsl:param name="content">
            <xsl:apply-imports/>
         </xsl:param>
  @@ -452,11 +452,11 @@
            <xsl:with-param name="next" select="$next"/>
            <xsl:with-param name="content" select="$content"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="/">
  +<xsl:template match="/">
         <xsl:choose>
            <xsl:when test="$rootid != ''">
               <xsl:choose>
  @@ -505,15 +505,15 @@
               </xsl:if>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="process.root">
  +<xsl:template match="*" mode="process.root">
         <xsl:apply-templates select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ====================================================================== -->
  +<!-- ====================================================================== -->
   
  -   <xsl:template match="set|book|part|preface|chapter|appendix
  +<xsl:template match="set|book|part|preface|chapter|appendix
                        |article
                        |reference|refentry
                        |book/glossary|article/glossary|part/glossary
  @@ -527,9 +527,9 @@
               <xsl:call-template name="process-chunk-element"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect1|sect2|sect3|sect4|sect5|section">
  +<xsl:template match="sect1|sect2|sect3|sect4|sect5|section">
         <xsl:variable name="ischunk">
            <xsl:call-template name="chunk"/>
         </xsl:variable>
  @@ -545,9 +545,9 @@
               <xsl:call-template name="process-chunk-element"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="setindex
  +<xsl:template match="setindex
                        |book/index
                        |article/index">
         <!-- some implementations use completely empty index tags to indicate -->
  @@ -556,11 +556,11 @@
         <xsl:if test="count(*)>0 or $generate.index != '0'">
            <xsl:call-template name="process-chunk-element"/>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="make.lots">
  +<xsl:template name="make.lots">
         <xsl:param name="toc.params" select="''"/>
         <xsl:param name="toc"/>
   
  @@ -634,11 +634,11 @@
               </xsl:otherwise>
            </xsl:choose>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="in.other.chunk">
  +<xsl:template name="in.other.chunk">
         <xsl:param name="chunk" select="."/>
         <xsl:param name="node" select="."/>
   
  @@ -648,7 +648,7 @@
            </xsl:call-template>
         </xsl:variable>
   
  -      <!--
  +<!--
           <xsl:message>
             <xsl:text>in.other.chunk: </xsl:text>
             <xsl:value-of select="name($chunk)"/>
  @@ -659,7 +659,7 @@
             <xsl:text> </xsl:text>
             <xsl:value-of select="$is.chunk"/>
           </xsl:message>
  -      -->
  +-->
   
         <xsl:choose>
            <xsl:when test="$chunk = $node">0</xsl:when>
  @@ -672,19 +672,19 @@
               </xsl:call-template>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="count.footnotes.in.this.chunk">
  +<xsl:template name="count.footnotes.in.this.chunk">
         <xsl:param name="node" select="."/>
         <xsl:param name="footnotes" select="$node//footnote"/>
         <xsl:param name="count" select="0"/>
   
  -      <!--
  +<!--
           <xsl:message>
             <xsl:text>count.footnotes.in.this.chunk: </xsl:text>
             <xsl:value-of select="name($node)"/>
           </xsl:message>
  -      -->
  +-->
   
         <xsl:variable name="in.other.chunk">
            <xsl:call-template name="in.other.chunk">
  @@ -727,15 +727,15 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="process.footnotes.in.this.chunk">
  +<xsl:template name="process.footnotes.in.this.chunk">
         <xsl:param name="node" select="."/>
         <xsl:param name="footnotes" select="$node//footnote"/>
   
  -      <!--
  +<!--
           <xsl:message>process.footnotes.in.this.chunk</xsl:message>
  -      -->
  +-->
   
         <xsl:variable name="in.other.chunk">
            <xsl:call-template name="in.other.chunk">
  @@ -777,9 +777,9 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="process.footnotes">
  +<xsl:template name="process.footnotes">
         <xsl:variable name="footnotes" select=".//footnote"/>
         <xsl:variable name="fcount">
            <xsl:call-template name="count.footnotes.in.this.chunk">
  @@ -788,13 +788,13 @@
            </xsl:call-template>
         </xsl:variable>
   
  -      <!--
  +<!--
           <xsl:message>
             <xsl:value-of select="name(.)"/>
             <xsl:text> fcount: </xsl:text>
             <xsl:value-of select="$fcount"/>
           </xsl:message>
  -      -->
  +-->
   
         <!-- Only bother to do this if there's at least one non-table footnote -->
         <xsl:if test="$fcount &gt; 0">
  @@ -807,17 +807,17 @@
               </xsl:call-template>
            </div>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="process.chunk.footnotes">
  +<xsl:template name="process.chunk.footnotes">
         <xsl:variable name="is.chunk">
            <xsl:call-template name="chunk"/>
         </xsl:variable>
         <xsl:if test="$is.chunk = 1">
            <xsl:call-template name="process.footnotes"/>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ====================================================================== -->
  +<!-- ====================================================================== -->
   
   </xsl:stylesheet>
  
  
  
  1.2       +916 -916  JBossRemoting/docs/guide/support/support/docbook-xsl/html/chunk-common.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chunk-common.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/chunk-common.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- chunk-common.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ chunk-common.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version="1.0">
   
  -   <!-- ********************************************************************
  -  $Id: chunk-common.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: chunk-common.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,36 +12,36 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="chunk">
  +<xsl:template name="chunk">
         <xsl:param name="node" select="."/>
         <!-- returns 1 if $node is a chunk -->
   
         <!-- ==================================================================== -->
         <!-- What's a chunk?
   
  -The root element
  -appendix
  -article
  -bibliography  in article or book
  -book
  -chapter
  -colophon
  -glossary      in article or book
  -index         in article or book
  -part
  -preface
  -refentry
  -reference
  -sect{1,2,3,4,5}  if position()>1 && depth < chunk.section.depth
  -section          if position()>1 && depth < chunk.section.depth
  -set
  -setindex
  +       The root element
  +       appendix
  +       article
  +       bibliography  in article or book
  +       book
  +       chapter
  +       colophon
  +       glossary      in article or book
  +       index         in article or book
  +       part
  +       preface
  +       refentry
  +       reference
  +       sect{1,2,3,4,5}  if position()>1 && depth < chunk.section.depth
  +       section          if position()>1 && depth < chunk.section.depth
  +       set
  +       setindex
         -->
         <!-- ==================================================================== -->
   
  -      <!--
  +<!--
           <xsl:message>
             <xsl:text>chunk: </xsl:text>
             <xsl:value-of select="name($node)"/>
  @@ -57,7 +57,7 @@
             <xsl:text> prs: </xsl:text>
             <xsl:value-of select="count($node/preceding-sibling::section)"/>
           </xsl:message>
  -      -->
  +-->
   
         <xsl:choose>
            <xsl:when test="not($node/parent::*)">1</xsl:when>
  @@ -131,11 +131,11 @@
            <xsl:when test="name($node)='setindex'">1</xsl:when>
            <xsl:otherwise>0</xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="*" mode="chunk-filename">
  +<xsl:template match="*" mode="chunk-filename">
         <!-- returns the filename of a chunk -->
         <xsl:variable name="ischunk">
            <xsl:call-template name="chunk"/>
  @@ -172,9 +172,9 @@
         <xsl:value-of select="$fn"/>
         <!-- You can't add the html.ext here because dbhtml filename= may already -->
         <!-- have added it. It really does have to be handled in the recursive template -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="recursive-chunk-filename">
  +<xsl:template match="*" mode="recursive-chunk-filename">
         <xsl:param name="recursive" select="false()"/>
   
         <!-- returns the filename of a chunk -->
  @@ -465,11 +465,11 @@
               </xsl:if>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="href.target.uri">
  +<xsl:template name="href.target.uri">
         <xsl:param name="object" select="."/>
         <xsl:variable name="ischunk">
            <xsl:call-template name="chunk">
  @@ -485,9 +485,9 @@
               <xsl:with-param name="object" select="$object"/>
            </xsl:call-template>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="href.target">
  +<xsl:template name="href.target">
         <xsl:param name="context" select="."/>
         <xsl:param name="object" select="."/>
   
  @@ -554,11 +554,11 @@
         -->
   
         <xsl:value-of select="$href"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="html.head">
  +<xsl:template name="html.head">
         <xsl:param name="prev" select="/foo"/>
         <xsl:param name="next" select="/foo"/>
         <xsl:variable name="this" select="."/>
  @@ -687,11 +687,11 @@
   
            <xsl:call-template name="user.head.content"/>
         </head>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="header.navigation">
  +<xsl:template name="header.navigation">
         <xsl:param name="prev" select="/foo"/>
         <xsl:param name="next" select="/foo"/>
         <xsl:param name="nav.context"/>
  @@ -769,11 +769,11 @@
               </xsl:if>
            </div>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="footer.navigation">
  +<xsl:template name="footer.navigation">
         <xsl:param name="prev" select="/foo"/>
         <xsl:param name="next" select="/foo"/>
         <xsl:param name="nav.context"/>
  @@ -906,11 +906,11 @@
               </xsl:if>
            </div>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="navig.content">
  +<xsl:template name="navig.content">
         <xsl:param name="direction" select="next"/>
         <xsl:variable name="navtext">
            <xsl:choose>
  @@ -949,17 +949,17 @@
               <xsl:value-of select="$navtext"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="processing-instruction('dbhtml')">
  +<xsl:template match="processing-instruction('dbhtml')">
         <!-- nop -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="chunk-element-content">
  +<xsl:template name="chunk-element-content">
         <xsl:param name="prev"/>
         <xsl:param name="next"/>
         <xsl:param name="nav.context"/>
  @@ -998,6 +998,6 @@
               <xsl:call-template name="user.footer.navigation"/>
            </body>
         </html>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +23 -23    JBossRemoting/docs/guide/support/support/docbook-xsl/html/chunk.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chunk.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/chunk.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- chunk.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ chunk.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -3,8 +3,8 @@
                   version="1.0"
                   exclude-result-prefixes="exsl">
   
  -   <!-- ********************************************************************
  -  $Id: chunk.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: chunk.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -13,28 +13,28 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:import href="docbook.xsl"/>
  -   <xsl:import href="chunk-common.xsl"/>
  -   <xsl:include href="manifest.xsl"/>
  +<xsl:import href="docbook.xsl"/>
  +<xsl:import href="chunk-common.xsl"/>
  +<xsl:include href="manifest.xsl"/>
   
  -   <!-- Why is chunk-code now xsl:included?
  +<!-- Why is chunk-code now xsl:included?
   
  -   Suppose you want to customize *both* the chunking algorithm used *and* the
  -   presentation of some elements that may be chunks. In order to do that, you
  -   must get the order of imports "just right". The answer is to make your own
  -   copy of this file, where you replace the initial import of "docbook.xsl"
  -   with an import of your own base.xsl (that does its own import of docbook.xsl).
  +Suppose you want to customize *both* the chunking algorithm used *and* the
  +presentation of some elements that may be chunks. In order to do that, you
  +must get the order of imports "just right". The answer is to make your own
  +copy of this file, where you replace the initial import of "docbook.xsl"
  +with an import of your own base.xsl (that does its own import of docbook.xsl).
   
  -   Put the templates for changing the presentation of elements in your base.xsl.
  +Put the templates for changing the presentation of elements in your base.xsl.
   
  -   Put the templates that control chunking after the include of chunk-code.xsl.
  +Put the templates that control chunking after the include of chunk-code.xsl.
   
  -   Voila! (Man I hope we can do this better in XSLT 2.0)
  +Voila! (Man I hope we can do this better in XSLT 2.0)
   
  -   -->
  +-->
   
  -   <xsl:include href="chunk-code.xsl"/>
  +<xsl:include href="chunk-code.xsl"/>
   
   </xsl:stylesheet>
  
  
  
  1.2       +404 -404  JBossRemoting/docs/guide/support/support/docbook-xsl/html/chunker.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chunker.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/chunker.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- chunker.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ chunker.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -8,8 +8,8 @@
                   exclude-result-prefixes="doc"
                   extension-element-prefixes="saxon xalanredirect lxslt exsl">
   
  -   <!-- ********************************************************************
  -  $Id: chunker.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: chunker.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -18,27 +18,27 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <!-- 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. -->
  -
  -   <xsl:param name="chunker.output.method" select="'html'"/>
  -   <xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
  -   <xsl:param name="chunker.output.indent" select="'no'"/>
  -   <xsl:param name="chunker.output.omit-xml-declaration" select="'no'"/>
  -   <xsl:param name="chunker.output.standalone" select="'no'"/>
  -   <xsl:param name="chunker.output.doctype-public" select="''"/>
  -   <xsl:param name="chunker.output.doctype-system" select="''"/>
  -   <xsl:param name="chunker.output.media-type" select="''"/>
  -   <xsl:param name="chunker.output.cdata-section-elements" select="''"/>
  +<!-- 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. -->
  +
  +<xsl:param name="chunker.output.method" select="'html'"/>
  +<xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
  +<xsl:param name="chunker.output.indent" select="'no'"/>
  +<xsl:param name="chunker.output.omit-xml-declaration" select="'no'"/>
  +<xsl:param name="chunker.output.standalone" select="'no'"/>
  +<xsl:param name="chunker.output.doctype-public" select="''"/>
  +<xsl:param name="chunker.output.doctype-system" select="''"/>
  +<xsl:param name="chunker.output.media-type" select="''"/>
  +<xsl:param name="chunker.output.cdata-section-elements" select="''"/>
   
  -   <xsl:param name="saxon.character.representation" select="'entity;decimal'"/>
  +<xsl:param name="saxon.character.representation" select="'entity;decimal'"/>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="make-relative-filename">
  +<xsl:template name="make-relative-filename">
         <xsl:param name="base.dir" select="'./'"/>
         <xsl:param name="base.name" select="''"/>
   
  @@ -65,14 +65,14 @@
            </xsl:when>
            <xsl:otherwise>
               <xsl:message terminate="yes">
  -               <xsl:text>Don't know how to chunk with</xsl:text>
  +        <xsl:text>Don't know how to chunk with </xsl:text>
                  <xsl:value-of select="system-property('xsl:vendor')"/>
               </xsl:message>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="write.chunk">
  +<xsl:template name="write.chunk">
         <xsl:param name="filename" select="''"/>
         <xsl:param name="quiet" select="0"/>
   
  @@ -92,10 +92,10 @@
   
         <xsl:if test="$quiet = 0">
            <xsl:message>
  -            <xsl:text>Writing</xsl:text>
  +      <xsl:text>Writing </xsl:text>
               <xsl:value-of select="$filename"/>
               <xsl:if test="name(.) != ''">
  -               <xsl:text>for</xsl:text>
  +        <xsl:text> for </xsl:text>
                  <xsl:value-of select="name(.)"/>
                  <xsl:if test="@id">
                     <xsl:text>(</xsl:text>
  @@ -353,15 +353,15 @@
            <xsl:otherwise>
               <!-- it doesn't matter since we won't be making chunks... -->
               <xsl:message terminate="yes">
  -               <xsl:text>Can't make chunks with</xsl:text>
  +        <xsl:text>Can't make chunks with </xsl:text>
                  <xsl:value-of select="system-property('xsl:vendor')"/>
                  <xsl:text>'s processor.</xsl:text>
               </xsl:message>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="write.chunk.with.doctype">
  +<xsl:template name="write.chunk.with.doctype">
         <xsl:param name="filename" select="''"/>
         <xsl:param name="quiet" select="0"/>
   
  @@ -393,9 +393,9 @@
            <xsl:with-param name="cdata-section-elements" select="$cdata-section-elements"/>
            <xsl:with-param name="content" select="$content"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="write.text.chunk">
  +<xsl:template name="write.text.chunk">
         <xsl:param name="filename" select="''"/>
         <xsl:param name="quiet" select="0"/>
         <xsl:param name="method" select="'text'"/>
  @@ -417,7 +417,7 @@
            <xsl:with-param name="cdata-section-elements"/>
            <xsl:with-param name="content" select="$content"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
   
   </xsl:stylesheet>
  
  
  
  1.2       +55 -55    JBossRemoting/docs/guide/support/support/docbook-xsl/html/chunkfast.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chunkfast.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/chunkfast.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- chunkfast.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ chunkfast.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -3,8 +3,8 @@
                   version="1.0"
                   exclude-result-prefixes="exsl">
   
  -   <!-- ********************************************************************
  -  $Id: chunkfast.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: chunkfast.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -13,16 +13,16 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:import href="chunk.xsl"/>
  -   <xsl:param name="chunk.fast" select="1"/>
  +<xsl:import href="chunk.xsl"/>
  +<xsl:param name="chunk.fast" select="1"/>
   
  -   <xsl:variable name="chunks" select="exsl:node-set($chunk.hierarchy)//div"/>
  +<xsl:variable name="chunks" select="exsl:node-set($chunk.hierarchy)//div"/>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="process-chunk-element">
  +<xsl:template name="process-chunk-element">
         <xsl:choose>
            <xsl:when test="$chunk.fast != 0 and function-available('exsl:node-set')">
               <xsl:variable name="genid" select="generate-id()"/>
  @@ -66,6 +66,6 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +226 -226  JBossRemoting/docs/guide/support/support/docbook-xsl/html/chunktoc.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chunktoc.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/chunktoc.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- chunktoc.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ chunktoc.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -3,8 +3,8 @@
                   version="1.0"
                   exclude-result-prefixes="doc">
   
  -   <!-- ********************************************************************
  -  $Id: chunktoc.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: chunktoc.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -13,12 +13,12 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:import href="docbook.xsl"/>
  -   <xsl:import href="chunk-common.xsl"/>
  +<xsl:import href="docbook.xsl"/>
  +<xsl:import href="chunk-common.xsl"/>
   
  -   <xsl:template name="chunk">
  +<xsl:template name="chunk">
         <xsl:param name="node" select="."/>
         <!-- returns 1 if $node is a chunk -->
   
  @@ -34,11 +34,11 @@
            <xsl:when test="$chunks//tocentry[@linkend=$id]">1</xsl:when>
            <xsl:otherwise>0</xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="*" mode="chunk-filename">
  +<xsl:template match="*" mode="chunk-filename">
         <!-- returns the filename of a chunk -->
   
         <xsl:variable name="id">
  @@ -62,11 +62,11 @@
               <xsl:apply-templates select="parent::*" mode="chunk-filename"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="process-chunk">
  +<xsl:template name="process-chunk">
         <xsl:variable name="id">
            <xsl:call-template name="object.id"/>
         </xsl:variable>
  @@ -119,67 +119,67 @@
               </xsl:call-template>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="set">
  +<xsl:template match="set">
         <xsl:call-template name="process-chunk"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="book">
  +<xsl:template match="book">
         <xsl:call-template name="process-chunk"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="book/appendix">
  +<xsl:template match="book/appendix">
         <xsl:call-template name="process-chunk"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="book/glossary">
  +<xsl:template match="book/glossary">
         <xsl:call-template name="process-chunk"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="book/bibliography">
  +<xsl:template match="book/bibliography">
         <xsl:call-template name="process-chunk"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="dedication" mode="dedication">
  +<xsl:template match="dedication" mode="dedication">
         <xsl:call-template name="process-chunk"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="preface|chapter">
  +<xsl:template match="preface|chapter">
         <xsl:call-template name="process-chunk"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="part|reference">
  +<xsl:template match="part|reference">
         <xsl:call-template name="process-chunk"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refentry">
  +<xsl:template match="refentry">
         <xsl:call-template name="process-chunk"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="colophon">
  +<xsl:template match="colophon">
         <xsl:call-template name="process-chunk"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="article">
  +<xsl:template match="article">
         <xsl:call-template name="process-chunk"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="article/appendix">
  +<xsl:template match="article/appendix">
         <xsl:call-template name="process-chunk"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="article/glossary">
  +<xsl:template match="article/glossary">
         <xsl:call-template name="process-chunk"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="article/bibliography">
  +<xsl:template match="article/bibliography">
         <xsl:call-template name="process-chunk"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect1|sect2|sect3|sect4|sect5|section">
  +<xsl:template match="sect1|sect2|sect3|sect4|sect5|section">
         <xsl:variable name="ischunk">
            <xsl:call-template name="chunk"/>
         </xsl:variable>
  @@ -192,9 +192,9 @@
               <xsl:apply-imports/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="setindex
  +<xsl:template match="setindex
                        |book/index
                        |article/index">
         <!-- some implementations use completely empty index tags to indicate -->
  @@ -203,11 +203,11 @@
         <xsl:if test="count(*)>0 or $generate.index != '0'">
            <xsl:call-template name="process-chunk"/>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="/">
  +<xsl:template match="/">
         <xsl:choose>
            <xsl:when test="$chunk.toc = ''">
               <xsl:message terminate="yes">
  @@ -234,10 +234,10 @@
               <xsl:apply-templates select="/" mode="process.root"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="process.root">
  +<xsl:template match="*" mode="process.root">
         <xsl:apply-templates select="."/>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +362 -363  JBossRemoting/docs/guide/support/support/docbook-xsl/html/component.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: component.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/component.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- component.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ component.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: component.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: component.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,9 +12,9 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="component.title">
  +<xsl:template name="component.title">
         <xsl:param name="node" select="."/>
         <h2 class="title">
            <xsl:call-template name="anchor">
  @@ -25,9 +25,9 @@
               <xsl:with-param name="allow-anchors" select="1"/>
            </xsl:apply-templates>
         </h2>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="component.subtitle">
  +<xsl:template name="component.subtitle">
         <xsl:param name="node" select="."/>
         <xsl:variable name="subtitle"
                       select="($node/docinfo/subtitle
  @@ -46,43 +46,42 @@
               </i>
            </h3>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="component.separator">
  -   </xsl:template>
  +<xsl:template name="component.separator">
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="dedication" mode="dedication">
  +<xsl:template match="dedication" mode="dedication">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:call-template name="dedication.titlepage"/>
            <xsl:apply-templates/>
            <xsl:call-template name="process.footnotes"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="dedication/title" mode="titlepage.mode" priority="2">
  +<xsl:template match="dedication/title" mode="titlepage.mode" priority="2">
         <xsl:call-template name="component.title">
            <xsl:with-param name="node" select="ancestor::dedication[1]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="dedication/subtitle" mode="titlepage.mode" priority="2">
  +<xsl:template match="dedication/subtitle" mode="titlepage.mode" priority="2">
         <xsl:call-template name="component.subtitle">
            <xsl:with-param name="node" select="ancestor::dedication[1]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="dedication"></xsl:template>
  -   <!-- see mode="dedication" -->
  -   <xsl:template match="dedication/title"></xsl:template>
  -   <xsl:template match="dedication/subtitle"></xsl:template>
  -   <xsl:template match="dedication/titleabbrev"></xsl:template>
  +<xsl:template match="dedication"></xsl:template> <!-- see mode="dedication" -->
  +<xsl:template match="dedication/title"></xsl:template>
  +<xsl:template match="dedication/subtitle"></xsl:template>
  +<xsl:template match="dedication/titleabbrev"></xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="colophon">
  +<xsl:template match="colophon">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:if test="$generate.id.attributes != 0">
  @@ -98,13 +97,13 @@
            <xsl:apply-templates/>
            <xsl:call-template name="process.footnotes"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="colophon/title"></xsl:template>
  +<xsl:template match="colophon/title"></xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="preface">
  +<xsl:template match="preface">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:if test="$generate.id.attributes != 0">
  @@ -131,15 +130,15 @@
            <xsl:apply-templates/>
            <xsl:call-template name="process.footnotes"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="preface/title" mode="titlepage.mode" priority="2">
  +<xsl:template match="preface/title" mode="titlepage.mode" priority="2">
         <xsl:call-template name="component.title">
            <xsl:with-param name="node" select="ancestor::preface[1]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="preface/subtitle
  +<xsl:template match="preface/subtitle
                        |preface/prefaceinfo/subtitle
                        |preface/info/subtitle
                        |preface/docinfo/subtitle"
  @@ -147,16 +146,16 @@
         <xsl:call-template name="component.subtitle">
            <xsl:with-param name="node" select="ancestor::preface[1]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="preface/docinfo|prefaceinfo"></xsl:template>
  -   <xsl:template match="preface/title"></xsl:template>
  -   <xsl:template match="preface/titleabbrev"></xsl:template>
  -   <xsl:template match="preface/subtitle"></xsl:template>
  +<xsl:template match="preface/docinfo|prefaceinfo"></xsl:template>
  +<xsl:template match="preface/title"></xsl:template>
  +<xsl:template match="preface/titleabbrev"></xsl:template>
  +<xsl:template match="preface/subtitle"></xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="chapter">
  +<xsl:template match="chapter">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:if test="$generate.id.attributes != 0">
  @@ -182,15 +181,15 @@
            <xsl:apply-templates/>
            <xsl:call-template name="process.footnotes"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="chapter/title" mode="titlepage.mode" priority="2">
  +<xsl:template match="chapter/title" mode="titlepage.mode" priority="2">
         <xsl:call-template name="component.title">
            <xsl:with-param name="node" select="ancestor::chapter[1]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="chapter/subtitle
  +<xsl:template match="chapter/subtitle
                        |chapter/chapterinfo/subtitle
                        |chapter/info/subtitle
                        |chapter/docinfo/subtitle"
  @@ -198,16 +197,16 @@
         <xsl:call-template name="component.subtitle">
            <xsl:with-param name="node" select="ancestor::chapter[1]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="chapter/docinfo|chapterinfo"></xsl:template>
  -   <xsl:template match="chapter/title"></xsl:template>
  -   <xsl:template match="chapter/titleabbrev"></xsl:template>
  -   <xsl:template match="chapter/subtitle"></xsl:template>
  +<xsl:template match="chapter/docinfo|chapterinfo"></xsl:template>
  +<xsl:template match="chapter/title"></xsl:template>
  +<xsl:template match="chapter/titleabbrev"></xsl:template>
  +<xsl:template match="chapter/subtitle"></xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="appendix">
  +<xsl:template match="appendix">
         <xsl:variable name="ischunk">
            <xsl:call-template name="chunk"/>
         </xsl:variable>
  @@ -254,15 +253,15 @@
               <xsl:call-template name="process.footnotes"/>
            </xsl:if>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="appendix/title" mode="titlepage.mode" priority="2">
  +<xsl:template match="appendix/title" mode="titlepage.mode" priority="2">
         <xsl:call-template name="component.title">
            <xsl:with-param name="node" select="ancestor::appendix[1]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="appendix/subtitle
  +<xsl:template match="appendix/subtitle
                        |appendix/appendixinfo/subtitle
                        |appendix/info/subtitle
                        |appendix/docinfo/subtitle"
  @@ -270,24 +269,24 @@
         <xsl:call-template name="component.subtitle">
            <xsl:with-param name="node" select="ancestor::appendix[1]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="appendix/docinfo|appendixinfo"></xsl:template>
  -   <xsl:template match="appendix/title"></xsl:template>
  -   <xsl:template match="appendix/titleabbrev"></xsl:template>
  -   <xsl:template match="appendix/subtitle"></xsl:template>
  +<xsl:template match="appendix/docinfo|appendixinfo"></xsl:template>
  +<xsl:template match="appendix/title"></xsl:template>
  +<xsl:template match="appendix/titleabbrev"></xsl:template>
  +<xsl:template match="appendix/subtitle"></xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="dedication" mode="component.number">
  +<xsl:template match="dedication" mode="component.number">
         <xsl:param name="add.space" select="false()"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="preface" mode="component.number">
  +<xsl:template match="preface" mode="component.number">
         <xsl:param name="add.space" select="false()"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="chapter" mode="component.number">
  +<xsl:template match="chapter" mode="component.number">
         <xsl:param name="add.space" select="false()"/>
   
         <xsl:choose>
  @@ -306,9 +305,9 @@
            </xsl:when>
            <xsl:otherwise></xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="appendix" mode="component.number">
  +<xsl:template match="appendix" mode="component.number">
         <xsl:param name="add.space" select="false()"/>
   
         <xsl:choose>
  @@ -327,27 +326,27 @@
            </xsl:when>
            <xsl:otherwise></xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="article" mode="component.number">
  +<xsl:template match="article" mode="component.number">
         <xsl:param name="add.space" select="false()"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="bibliography" mode="component.number">
  +<xsl:template match="bibliography" mode="component.number">
         <xsl:param name="add.space" select="false()"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="glossary" mode="component.number">
  +<xsl:template match="glossary" mode="component.number">
         <xsl:param name="add.space" select="false()"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="index" mode="component.number">
  +<xsl:template match="index" mode="component.number">
         <xsl:param name="add.space" select="false()"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="article">
  +<xsl:template match="article">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:if test="$generate.id.attributes != 0">
  @@ -376,15 +375,15 @@
            <xsl:apply-templates/>
            <xsl:call-template name="process.footnotes"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="article/title" mode="titlepage.mode" priority="2">
  +<xsl:template match="article/title" mode="titlepage.mode" priority="2">
         <xsl:call-template name="component.title">
            <xsl:with-param name="node" select="ancestor::article[1]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="article/subtitle
  +<xsl:template match="article/subtitle
                        |article/articleinfo/subtitle
                        |article/info/subtitle
                        |article/artheader/subtitle"
  @@ -392,14 +391,14 @@
         <xsl:call-template name="component.subtitle">
            <xsl:with-param name="node" select="ancestor::article[1]"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="article/artheader|article/articleinfo"></xsl:template>
  -   <xsl:template match="article/title"></xsl:template>
  -   <xsl:template match="article/titleabbrev"></xsl:template>
  -   <xsl:template match="article/subtitle"></xsl:template>
  +<xsl:template match="article/artheader|article/articleinfo"></xsl:template>
  +<xsl:template match="article/title"></xsl:template>
  +<xsl:template match="article/titleabbrev"></xsl:template>
  +<xsl:template match="article/subtitle"></xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </xsl:stylesheet>
   
  
  
  
  1.2       +167 -169  JBossRemoting/docs/guide/support/support/docbook-xsl/html/division.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: division.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/division.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- division.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ division.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: division.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: division.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,9 +12,9 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="set">
  +<xsl:template match="set">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:if test="$generate.id.attributes != 0">
  @@ -38,16 +38,16 @@
   
            <xsl:apply-templates/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="set/setinfo"></xsl:template>
  -   <xsl:template match="set/title"></xsl:template>
  -   <xsl:template match="set/titleabbrev"></xsl:template>
  -   <xsl:template match="set/subtitle"></xsl:template>
  +<xsl:template match="set/setinfo"></xsl:template>
  +<xsl:template match="set/title"></xsl:template>
  +<xsl:template match="set/titleabbrev"></xsl:template>
  +<xsl:template match="set/subtitle"></xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="book">
  +<xsl:template match="book">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:if test="$generate.id.attributes != 0">
  @@ -73,16 +73,16 @@
   
            <xsl:apply-templates/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="book/bookinfo"></xsl:template>
  -   <xsl:template match="book/title"></xsl:template>
  -   <xsl:template match="book/titleabbrev"></xsl:template>
  -   <xsl:template match="book/subtitle"></xsl:template>
  +<xsl:template match="book/bookinfo"></xsl:template>
  +<xsl:template match="book/title"></xsl:template>
  +<xsl:template match="book/titleabbrev"></xsl:template>
  +<xsl:template match="book/subtitle"></xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="part">
  +<xsl:template match="part">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:if test="$generate.id.attributes != 0">
  @@ -103,23 +103,23 @@
            </xsl:if>
            <xsl:apply-templates/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="part" mode="make.part.toc">
  +<xsl:template match="part" mode="make.part.toc">
         <xsl:call-template name="division.toc"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="reference" mode="make.part.toc">
  +<xsl:template match="reference" mode="make.part.toc">
         <xsl:call-template name="division.toc"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="part/docinfo"></xsl:template>
  -   <xsl:template match="part/partinfo"></xsl:template>
  -   <xsl:template match="part/title"></xsl:template>
  -   <xsl:template match="part/titleabbrev"></xsl:template>
  -   <xsl:template match="part/subtitle"></xsl:template>
  +<xsl:template match="part/docinfo"></xsl:template>
  +<xsl:template match="part/partinfo"></xsl:template>
  +<xsl:template match="part/title"></xsl:template>
  +<xsl:template match="part/titleabbrev"></xsl:template>
  +<xsl:template match="part/subtitle"></xsl:template>
   
  -   <xsl:template match="partintro">
  +<xsl:template match="partintro">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:if test="$generate.id.attributes != 0">
  @@ -143,35 +143,33 @@
            </xsl:if>
            <xsl:call-template name="process.footnotes"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="partintro/title"></xsl:template>
  -   <xsl:template match="partintro/titleabbrev"></xsl:template>
  -   <xsl:template match="partintro/subtitle"></xsl:template>
  +<xsl:template match="partintro/title"></xsl:template>
  +<xsl:template match="partintro/titleabbrev"></xsl:template>
  +<xsl:template match="partintro/subtitle"></xsl:template>
   
  -   <xsl:template match="partintro/title" mode="partintro.title.mode">
  +<xsl:template match="partintro/title" mode="partintro.title.mode">
         <h2>
            <xsl:apply-templates/>
         </h2>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="partintro/subtitle" mode="partintro.title.mode">
  +<xsl:template match="partintro/subtitle" mode="partintro.title.mode">
         <h3>
  -         <i>
  -            <xsl:apply-templates/>
  -         </i>
  +    <i><xsl:apply-templates/></i>
         </h3>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="book" mode="division.number">
  +<xsl:template match="book" mode="division.number">
         <xsl:number from="set" count="book" format="1."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="part" mode="division.number">
  +<xsl:template match="part" mode="division.number">
         <xsl:number from="book" count="part" format="I."/>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
   
  
  
  
  1.2       +375 -377  JBossRemoting/docs/guide/support/support/docbook-xsl/html/docbook.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: docbook.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/docbook.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- docbook.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ docbook.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -4,12 +4,12 @@
                   exclude-result-prefixes="exsl"
                   version='1.0'>
   
  -   <xsl:output method="html"
  +<xsl:output method="html"
                  encoding="ISO-8859-1"
                  indent="no"/>
   
  -   <!-- ********************************************************************
  -  $Id: docbook.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: docbook.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -18,70 +18,70 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:include href="../VERSION"/>
  -   <xsl:include href="param.xsl"/>
  -   <xsl:include href="../lib/lib.xsl"/>
  -   <xsl:include href="../common/l10n.xsl"/>
  -   <xsl:include href="../common/common.xsl"/>
  -   <xsl:include href="../common/labels.xsl"/>
  -   <xsl:include href="../common/titles.xsl"/>
  -   <xsl:include href="../common/subtitles.xsl"/>
  -   <xsl:include href="../common/gentext.xsl"/>
  -   <xsl:include href="../common/targets.xsl"/>
  -   <xsl:include href="../common/pi.xsl"/>
  -   <xsl:include href="autotoc.xsl"/>
  -   <xsl:include href="autoidx.xsl"/>
  -   <xsl:include href="lists.xsl"/>
  -   <xsl:include href="callout.xsl"/>
  -   <xsl:include href="verbatim.xsl"/>
  -   <xsl:include href="graphics.xsl"/>
  -   <xsl:include href="xref.xsl"/>
  -   <xsl:include href="formal.xsl"/>
  -   <xsl:include href="table.xsl"/>
  -   <xsl:include href="htmltbl.xsl"/>
  -   <xsl:include href="sections.xsl"/>
  -   <xsl:include href="inline.xsl"/>
  -   <xsl:include href="footnote.xsl"/>
  -   <xsl:include href="html.xsl"/>
  -   <xsl:include href="info.xsl"/>
  -   <xsl:include href="keywords.xsl"/>
  -   <xsl:include href="division.xsl"/>
  -   <xsl:include href="toc.xsl"/>
  -   <xsl:include href="index.xsl"/>
  -   <xsl:include href="refentry.xsl"/>
  -   <xsl:include href="math.xsl"/>
  -   <xsl:include href="admon.xsl"/>
  -   <xsl:include href="component.xsl"/>
  -   <xsl:include href="biblio.xsl"/>
  -   <xsl:include href="glossary.xsl"/>
  -   <xsl:include href="block.xsl"/>
  -   <xsl:include href="task.xsl"/>
  -   <xsl:include href="qandaset.xsl"/>
  -   <xsl:include href="synop.xsl"/>
  -   <xsl:include href="titlepage.xsl"/>
  -   <xsl:include href="titlepage.templates.xsl"/>
  -   <xsl:include href="pi.xsl"/>
  -   <xsl:include href="ebnf.xsl"/>
  -   <xsl:include href="chunker.xsl"/>
  -   <xsl:include href="html-rtf.xsl"/>
  -   <xsl:include href="docbookng.xsl"/>
  -
  -   <xsl:param name="stylesheet.result.type" select="'html'"/>
  +<xsl:include href="../VERSION"/>
  +<xsl:include href="param.xsl"/>
  +<xsl:include href="../lib/lib.xsl"/>
  +<xsl:include href="../common/l10n.xsl"/>
  +<xsl:include href="../common/common.xsl"/>
  +<xsl:include href="../common/labels.xsl"/>
  +<xsl:include href="../common/titles.xsl"/>
  +<xsl:include href="../common/subtitles.xsl"/>
  +<xsl:include href="../common/gentext.xsl"/>
  +<xsl:include href="../common/targets.xsl"/>
  +<xsl:include href="../common/pi.xsl"/>
  +<xsl:include href="autotoc.xsl"/>
  +<xsl:include href="autoidx.xsl"/>
  +<xsl:include href="lists.xsl"/>
  +<xsl:include href="callout.xsl"/>
  +<xsl:include href="verbatim.xsl"/>
  +<xsl:include href="graphics.xsl"/>
  +<xsl:include href="xref.xsl"/>
  +<xsl:include href="formal.xsl"/>
  +<xsl:include href="table.xsl"/>
  +<xsl:include href="htmltbl.xsl"/>
  +<xsl:include href="sections.xsl"/>
  +<xsl:include href="inline.xsl"/>
  +<xsl:include href="footnote.xsl"/>
  +<xsl:include href="html.xsl"/>
  +<xsl:include href="info.xsl"/>
  +<xsl:include href="keywords.xsl"/>
  +<xsl:include href="division.xsl"/>
  +<xsl:include href="toc.xsl"/>
  +<xsl:include href="index.xsl"/>
  +<xsl:include href="refentry.xsl"/>
  +<xsl:include href="math.xsl"/>
  +<xsl:include href="admon.xsl"/>
  +<xsl:include href="component.xsl"/>
  +<xsl:include href="biblio.xsl"/>
  +<xsl:include href="glossary.xsl"/>
  +<xsl:include href="block.xsl"/>
  +<xsl:include href="task.xsl"/>
  +<xsl:include href="qandaset.xsl"/>
  +<xsl:include href="synop.xsl"/>
  +<xsl:include href="titlepage.xsl"/>
  +<xsl:include href="titlepage.templates.xsl"/>
  +<xsl:include href="pi.xsl"/>
  +<xsl:include href="ebnf.xsl"/>
  +<xsl:include href="chunker.xsl"/>
  +<xsl:include href="html-rtf.xsl"/>
  +<xsl:include href="docbookng.xsl"/>
  +
  +<xsl:param name="stylesheet.result.type" select="'html'"/>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:key name="id" match="*" use="@id"/>
  +<xsl:key name="id" match="*" use="@id"/>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="*">
  +<xsl:template match="*">
         <xsl:message>
  -         <xsl:text>No template matches</xsl:text>
  +    <xsl:text>No template matches </xsl:text>
            <xsl:value-of select="name(.)"/>
            <xsl:if test="parent::*">
  -            <xsl:text>in</xsl:text>
  +      <xsl:text> in </xsl:text>
               <xsl:value-of select="name(parent::*)"/>
            </xsl:if>
            <xsl:text>.</xsl:text>
  @@ -96,21 +96,21 @@
            <xsl:value-of select="name(.)"/>
            <xsl:text>&gt;</xsl:text>
         </font>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="text()">
  +<xsl:template match="text()">
         <xsl:value-of select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="body.attributes">
  +<xsl:template name="body.attributes">
         <xsl:attribute name="bgcolor">white</xsl:attribute>
         <xsl:attribute name="text">black</xsl:attribute>
         <xsl:attribute name="link">#0000FF</xsl:attribute>
         <xsl:attribute name="vlink">#840084</xsl:attribute>
         <xsl:attribute name="alink">#0000FF</xsl:attribute>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="head.content">
  +<xsl:template name="head.content">
         <xsl:param name="node" select="."/>
         <xsl:param name="title">
            <xsl:apply-templates select="$node" mode="object.title.markup.textonly"/>
  @@ -160,7 +160,7 @@
                     <xsl:for-each select="$info/abstract[1]/*">
                        <xsl:value-of select="."/>
                        <xsl:if test="position() &lt; last()">
  -                        <xsl:text></xsl:text>
  +              <xsl:text> </xsl:text>
                        </xsl:if>
                     </xsl:for-each>
                  </xsl:attribute>
  @@ -172,11 +172,9 @@
                   ($draft.mode = 'maybe' and
                   ancestor-or-self::*[@status][1]/@status = 'draft'))
                   and $draft.watermark.image != ''">
  -         <style type="text/css">
  -            <xsl:text>
  -               body { background-image: url('</xsl:text>
  -            <xsl:value-of select="$draft.watermark.image"/>
  -            <xsl:text>');
  +    <style type="text/css"><xsl:text>
  +body { background-image: url('</xsl:text>
  +<xsl:value-of select="$draft.watermark.image"/><xsl:text>');
                  background-repeat: no-repeat;
                  background-position: top left;
                  /* The following properties make the watermark "fixed" on the page. */
  @@ -187,9 +185,9 @@
            </style>
         </xsl:if>
         <xsl:apply-templates select="." mode="head.keywords.content"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="output.html.stylesheets">
  +<xsl:template name="output.html.stylesheets">
         <xsl:param name="stylesheets" select="''"/>
   
         <xsl:choose>
  @@ -215,11 +213,11 @@
               </link>
            </xsl:when>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ============================================================ -->
  +<!-- ============================================================ -->
   
  -   <xsl:template match="*" mode="head.keywords.content">
  +<xsl:template match="*" mode="head.keywords.content">
         <xsl:apply-templates select="chapterinfo/keywordset" mode="html.header"/>
         <xsl:apply-templates select="appendixinfo/keywordset" mode="html.header"/>
         <xsl:apply-templates select="prefaceinfo/keywordset" mode="html.header"/>
  @@ -248,42 +246,42 @@
                   and parent::*">
            <xsl:apply-templates select="parent::*" mode="head.keywords.content"/>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ============================================================ -->
  +<!-- ============================================================ -->
   
  -   <xsl:template name="system.head.content">
  +<xsl:template name="system.head.content">
         <xsl:param name="node" select="."/>
   
         <!-- system.head.content is like user.head.content, except that
  -it is called before head.content. This is important because it
  -means, for example, that <style> elements output by system.head.content
  -have a lower CSS precedence than the users stylesheet. -->
  -   </xsl:template>
  +       it is called before head.content. This is important because it
  +       means, for example, that <style> elements output by system.head.content
  +       have a lower CSS precedence than the users stylesheet. -->
  +</xsl:template>
   
  -   <!-- ============================================================ -->
  +<!-- ============================================================ -->
   
  -   <xsl:template name="user.head.content">
  +<xsl:template name="user.head.content">
         <xsl:param name="node" select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="user.header.navigation">
  +<xsl:template name="user.header.navigation">
         <xsl:param name="node" select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="user.header.content">
  +<xsl:template name="user.header.content">
         <xsl:param name="node" select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="user.footer.content">
  +<xsl:template name="user.footer.content">
         <xsl:param name="node" select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="user.footer.navigation">
  +<xsl:template name="user.footer.navigation">
         <xsl:param name="node" select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="/">
  +<xsl:template match="/">
         <xsl:choose>
            <xsl:when test="function-available('exsl:node-set')
                       and namespace-uri(*[1]) = 'http://docbook.org/docbook-ng'">
  @@ -339,9 +337,9 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="process.root">
  +<xsl:template match="*" mode="process.root">
         <xsl:variable name="doc" select="self::*"/>
   
         <xsl:call-template name="root.messages"/>
  @@ -369,25 +367,25 @@
               </xsl:call-template>
            </body>
         </html>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="root.messages">
  +<xsl:template name="root.messages">
         <!-- redefine this any way you'd like to output messages -->
         <!-- DO NOT OUTPUT ANYTHING FROM THIS TEMPLATE -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="chunk">
  +<xsl:template name="chunk">
         <xsl:param name="node" select="."/>
   
         <!-- The default is that we are not chunking... -->
         <xsl:text>0</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="*" mode="stripNS">
  +<xsl:template match="*" mode="stripNS">
         <xsl:choose>
            <xsl:when test="namespace-uri(.) = 'http://docbook.org/docbook-ng'">
               <xsl:element name="{local-name(.)}">
  @@ -402,12 +400,12 @@
               </xsl:copy>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="comment()|processing-instruction()|text()" mode="stripNS">
  +<xsl:template match="comment()|processing-instruction()|text()" mode="stripNS">
         <xsl:copy/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </xsl:stylesheet>
  
  
  
  1.2       +1 -1      JBossRemoting/docs/guide/support/support/docbook-xsl/html/docbookng.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: docbookng.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/docbookng.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- docbookng.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ docbookng.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,6 +2,6 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <xsl:template match="info"/>
  +<xsl:template match="info"/>
   
   </xsl:stylesheet>
  
  
  
  1.2       +307 -321  JBossRemoting/docs/guide/support/support/docbook-xsl/html/ebnf.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ebnf.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/ebnf.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ebnf.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ ebnf.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -4,8 +4,8 @@
                   exclude-result-prefixes="doc"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: ebnf.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: ebnf.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -14,53 +14,43 @@
   
     ******************************************************************** -->
   
  -   <doc:reference xmlns="">
  -      <referenceinfo>
  -         <releaseinfo role="meta">
  -            $Id: ebnf.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<doc:reference xmlns="">
  +<referenceinfo>
  +<releaseinfo role="meta">
  +$Id: ebnf.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
   </releaseinfo>
  -         <author>
  -            <surname>Walsh</surname>
  -            <firstname>Norman</firstname>
  -         </author>
  -         <copyright>
  -            <year>1999</year>
  -            <year>2000</year>
  -            <holder>Norman Walsh</holder>
  -         </copyright>
  -      </referenceinfo>
  -      <title>HTML EBNF Reference</title>
  -
  -      <partintro>
  -         <section>
  -            <title>Introduction</title>
  -
  -            <para>This is technical reference documentation for the DocBook XSL
  -               Stylesheets; it documents (some of) the parameters, templates, and
  -               other elements of the stylesheets.</para>
  -
  -            <para>This reference describes the templates and parameters relevant
  -               to formatting EBNF markup.</para>
  -
  -            <para>This is not intended to be
  -               <quote>user</quote>
  -               documentation.
  -               It is provided for developers writing customization layers for the
  -               stylesheets, and for anyone who's interested in
  -               <quote>how it
  -                  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>
  +<author><surname>Walsh</surname>
  +<firstname>Norman</firstname></author>
  +<copyright><year>1999</year><year>2000</year>
  +<holder>Norman Walsh</holder>
  +</copyright>
  +</referenceinfo>
  +<title>HTML EBNF Reference</title>
  +
  +<partintro>
  +<section><title>Introduction</title>
  +
  +<para>This is technical reference documentation for the DocBook XSL
  +Stylesheets; it documents (some of) the parameters, templates, and
  +other elements of the stylesheets.</para>
  +
  +<para>This reference describes the templates and parameters relevant
  +to formatting EBNF markup.</para>
  +
  +<para>This is not intended to be <quote>user</quote> documentation.
  +It is provided for developers writing customization layers for the
  +stylesheets, and for anyone who's interested in <quote>how it
  +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>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="productionset">
  +<xsl:template match="productionset">
         <table width="100%" cellpadding="5">
            <xsl:if test="$ebnf.table.bgcolor != ''">
               <xsl:attribute name="bgcolor">
  @@ -76,7 +66,7 @@
            <xsl:attribute name="summary">
               <xsl:text>EBNF</xsl:text>
               <xsl:if test="title">
  -               <xsl:text>for</xsl:text>
  +	<xsl:text> for </xsl:text>
                  <xsl:value-of select="title"/>
               </xsl:if>
            </xsl:attribute>
  @@ -105,13 +95,13 @@
               </td>
            </tr>
         </table>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="productionset/title">
  +<xsl:template match="productionset/title">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="production">
  +<xsl:template match="production">
         <xsl:param name="recap" select="false()"/>
         <tr>
            <td align="left" valign="top" width="3%">
  @@ -156,15 +146,15 @@
               </xsl:choose>
            </td>
         </tr>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="productionrecap">
  +<xsl:template match="productionrecap">
         <xsl:variable name="targets" select="key('id', at linkend)"/>
         <xsl:variable name="target" select="$targets[1]"/>
   
         <xsl:if test="count($targets)=0">
            <xsl:message>
  -            <xsl:text>Error: no ID for productionrecap linkend:</xsl:text>
  +      <xsl:text>Error: no ID for productionrecap linkend: </xsl:text>
               <xsl:value-of select="@linkend"/>
               <xsl:text>.</xsl:text>
            </xsl:message>
  @@ -172,7 +162,7 @@
   
         <xsl:if test="count($targets)>1">
            <xsl:message>
  -            <xsl:text>Warning: multiple "IDs" for productionrecap linkend:</xsl:text>
  +      <xsl:text>Warning: multiple "IDs" for productionrecap linkend: </xsl:text>
               <xsl:value-of select="@linkend"/>
               <xsl:text>.</xsl:text>
            </xsl:message>
  @@ -181,21 +171,21 @@
         <xsl:apply-templates select="$target">
            <xsl:with-param name="recap" select="true()"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="lhs">
  +<xsl:template match="lhs">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="rhs">
  +<xsl:template match="rhs">
         <xsl:apply-templates/>
         <xsl:if test="following-sibling::rhs">
  -         <xsl:text>|</xsl:text>
  +    <xsl:text> |</xsl:text>
            <br/>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="nonterminal">
  +<xsl:template match="nonterminal">
         <xsl:variable name="linkend">
            <xsl:call-template name="xpointer.idref">
               <xsl:with-param name="xpointer" select="@def"/>
  @@ -217,11 +207,11 @@
            <xsl:otherwise>
               <xsl:if test="$linkend = ''">
                  <xsl:message>
  -                  <xsl:text>Non-terminals with no content must point to</xsl:text>
  +	  <xsl:text>Non-terminals with no content must point to </xsl:text>
                     <xsl:text>production elements in the current document.</xsl:text>
                  </xsl:message>
                  <xsl:message>
  -                  <xsl:text>Invalid xpointer for empty nt:</xsl:text>
  +	  <xsl:text>Invalid xpointer for empty nt: </xsl:text>
                     <xsl:value-of select="@def"/>
                  </xsl:message>
               </xsl:if>
  @@ -262,20 +252,20 @@
               </xsl:otherwise>
            </xsl:choose>
         </a>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="rhs/lineannotation">
  +<xsl:template match="rhs/lineannotation">
         <!--nop-->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="rhs/lineannotation" mode="rhslo">
  +<xsl:template match="rhs/lineannotation" mode="rhslo">
         <xsl:text>/*&#160;</xsl:text>
         <xsl:apply-templates/>
         <xsl:text>&#160;*/</xsl:text>
         <br/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="constraint">
  +<xsl:template match="constraint">
         <xsl:call-template name="check.id.unique">
            <xsl:with-param name="linkend" select="@linkend"/>
         </xsl:call-template>
  @@ -298,14 +288,14 @@
         <xsl:choose>
            <xsl:when test="@role">
               <xsl:value-of select="@role"/>
  -            <xsl:text>:</xsl:text>
  +      <xsl:text>: </xsl:text>
            </xsl:when>
            <xsl:otherwise>
               <xsl:variable name="targets" select="key('id', at linkend)"/>
               <xsl:variable name="target" select="$targets[1]"/>
               <xsl:if test="$target/@role">
                  <xsl:value-of select="$target/@role"/>
  -               <xsl:text>:</xsl:text>
  +	<xsl:text>: </xsl:text>
               </xsl:if>
            </xsl:otherwise>
         </xsl:choose>
  @@ -319,23 +309,19 @@
         <xsl:if test="following-sibling::constraint">
            <br/>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="constraintdef">
  +<xsl:template match="constraintdef">
         <div class="{name(.)}">
            <xsl:call-template name="anchor"/>
            <xsl:apply-templates/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="constraintdef/title">
  -      <p>
  -         <b>
  -            <xsl:apply-templates/>
  -         </b>
  -      </p>
  -   </xsl:template>
  +<xsl:template match="constraintdef/title">
  +  <p><b><xsl:apply-templates/></b></p>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </xsl:stylesheet>
  
  
  
  1.2       +244 -244  JBossRemoting/docs/guide/support/support/docbook-xsl/html/footnote.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: footnote.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/footnote.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- footnote.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ footnote.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -4,8 +4,8 @@
                   exclude-result-prefixes="exsl"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: footnote.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: footnote.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -14,7 +14,7 @@
   
     ******************************************************************** -->
   
  -   <xsl:template match="footnote">
  +<xsl:template match="footnote">
         <xsl:variable name="name">
            <xsl:call-template name="object.id"/>
         </xsl:variable>
  @@ -43,9 +43,9 @@
               </sup>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="footnoteref">
  +<xsl:template match="footnoteref">
         <xsl:variable name="targets" select="key('id', at linkend)"/>
         <xsl:variable name="footnote" select="$targets[1]"/>
         <xsl:variable name="href">
  @@ -61,9 +61,9 @@
            </a>
            <xsl:text>]</xsl:text>
         </sup>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="footnote" mode="footnote.number">
  +<xsl:template match="footnote" mode="footnote.number">
         <xsl:choose>
            <xsl:when test="ancestor::tgroup">
               <xsl:variable name="tfnum">
  @@ -95,11 +95,11 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="footnote/para[1]|footnote/simpara[1]" priority="2">
  +<xsl:template match="footnote/para[1]|footnote/simpara[1]" priority="2">
         <!-- this only works if the first thing in a footnote is a para, -->
         <!-- which is ok, because it usually is. -->
         <xsl:variable name="name">
  @@ -121,15 +121,15 @@
                  <xsl:apply-templates select="ancestor::footnote"
                                       mode="footnote.number"/>
               </a>
  -            <xsl:text>]</xsl:text>
  +      <xsl:text>] </xsl:text>
            </sup>
            <xsl:apply-templates/>
         </p>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="*" mode="footnote.body.number">
  +<xsl:template match="*" mode="footnote.body.number">
         <xsl:variable name="name">
            <xsl:text>ftn.</xsl:text>
            <xsl:call-template name="object.id">
  @@ -149,7 +149,7 @@
                  <xsl:apply-templates select="ancestor::footnote"
                                       mode="footnote.number"/>
               </a>
  -            <xsl:text>]</xsl:text>
  +      <xsl:text>] </xsl:text>
            </sup>
         </xsl:variable>
   
  @@ -177,12 +177,12 @@
               <xsl:copy-of select="$html"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <!--
  -   <xsl:template name="count-element-from">
  +<!--
  +<xsl:template name="count-element-from">
        <xsl:param name="from" select=".."/>
        <xsl:param name="to" select="."/>
        <xsl:param name="count" select="0"/>
  @@ -199,12 +199,12 @@
          <xsl:otherwise>
          </xsl:otherwise>
        </xsl:choose>
  -   </xsl:template>
  -   -->
  +</xsl:template>
  +-->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="process.footnotes">
  +<xsl:template name="process.footnotes">
         <xsl:variable name="footnotes" select=".//footnote"/>
         <xsl:variable name="table.footnotes"
                       select=".//tgroup//footnote"/>
  @@ -217,13 +217,13 @@
               <xsl:apply-templates select="$footnotes" mode="process.footnote.mode"/>
            </div>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="process.chunk.footnotes">
  +<xsl:template name="process.chunk.footnotes">
         <!-- nop -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="footnote" name="process.footnote" mode="process.footnote.mode">
  +<xsl:template match="footnote" name="process.footnote" mode="process.footnote.mode">
         <xsl:choose>
            <xsl:when test="local-name(*[1]) = 'para' or local-name(*[1]) = 'simpara'">
               <div class="{name(.)}">
  @@ -240,24 +240,24 @@
   
            <xsl:otherwise>
               <xsl:message>
  -               <xsl:text>Warning: footnote number may not be generated</xsl:text>
  -               <xsl:text>correctly;</xsl:text>
  +        <xsl:text>Warning: footnote number may not be generated </xsl:text>
  +        <xsl:text>correctly; </xsl:text>
                  <xsl:value-of select="local-name(*[1])"/>
  -               <xsl:text>unexpected as first child of footnote.</xsl:text>
  +        <xsl:text> unexpected as first child of footnote.</xsl:text>
               </xsl:message>
               <div class="{name(.)}">
                  <xsl:apply-templates/>
               </div>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="tgroup//footnote"
  +<xsl:template match="tgroup//footnote"
                    mode="process.footnote.mode">
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="footnote" mode="table.footnote.mode">
  +<xsl:template match="footnote" mode="table.footnote.mode">
         <xsl:call-template name="process.footnote"/>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +301 -309  JBossRemoting/docs/guide/support/support/docbook-xsl/html/formal.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: formal.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/formal.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- formal.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ formal.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: formal.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: formal.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,7 +12,7 @@
   
     ******************************************************************** -->
   
  -   <xsl:template name="formal.object">
  +<xsl:template name="formal.object">
         <xsl:param name="placement" select="'before'"/>
         <xsl:param name="class" select="local-name(.)"/>
   
  @@ -32,14 +32,10 @@
                     <xsl:call-template name="table.longdesc"/>
                  </xsl:if>
   
  -               <xsl:if test="$spacing.paras != 0">
  -                  <p/>
  -               </xsl:if>
  +        <xsl:if test="$spacing.paras != 0"><p/></xsl:if>
               </xsl:when>
               <xsl:otherwise>
  -               <xsl:if test="$spacing.paras != 0">
  -                  <p/>
  -               </xsl:if>
  +        <xsl:if test="$spacing.paras != 0"><p/></xsl:if>
                  <xsl:apply-templates/>
   
                  <!-- HACK: This doesn't belong inside formal.object; it should be done by -->
  @@ -52,9 +48,9 @@
               </xsl:otherwise>
            </xsl:choose>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="formal.object.heading">
  +<xsl:template name="formal.object.heading">
         <xsl:param name="object" select="."/>
         <p class="title">
            <b>
  @@ -63,15 +59,13 @@
               </xsl:apply-templates>
            </b>
         </p>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="informal.object">
  +<xsl:template name="informal.object">
         <xsl:param name="class" select="local-name(.)"/>
   
         <div class="{$class}">
  -         <xsl:if test="$spacing.paras != 0">
  -            <p/>
  -         </xsl:if>
  +    <xsl:if test="$spacing.paras != 0"><p/></xsl:if>
            <xsl:call-template name="anchor"/>
            <xsl:apply-templates/>
   
  @@ -81,13 +75,11 @@
               <xsl:call-template name="table.longdesc"/>
            </xsl:if>
   
  -         <xsl:if test="$spacing.paras != 0">
  -            <p/>
  -         </xsl:if>
  +    <xsl:if test="$spacing.paras != 0"><p/></xsl:if>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="semiformal.object">
  +<xsl:template name="semiformal.object">
         <xsl:param name="placement" select="'before'"/>
         <xsl:param name="class" select="local-name(.)"/>
   
  @@ -104,9 +96,9 @@
               </xsl:call-template>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="figure">
  +<xsl:template match="figure">
         <xsl:variable name="param.placement"
                       select="substring-after(normalize-space($formal.title.placement),
                                           concat(local-name(.), ' '))"/>
  @@ -139,7 +131,7 @@
               <div class="figure-float">
                  <xsl:if test="$float = 'left' or $float = 'right'">
                     <xsl:attribute name="style">
  -                     <xsl:text>float:</xsl:text>
  +            <xsl:text>float: </xsl:text>
                        <xsl:value-of select="$float"/>
                        <xsl:text>;</xsl:text>
                     </xsl:attribute>
  @@ -155,9 +147,9 @@
               </xsl:call-template>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="table">
  +<xsl:template match="table">
         <xsl:choose>
            <xsl:when test="tgroup|mediaobject|graphic">
               <xsl:call-template name="calsTable"/>
  @@ -169,9 +161,9 @@
               </xsl:copy>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="calsTable">
  +<xsl:template name="calsTable">
         <xsl:if test="tgroup/tbody/tr
                   |tgroup/thead/tr
                   |tgroup/tfoot/tr">
  @@ -208,9 +200,9 @@
               </xsl:choose>
            </xsl:with-param>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="htmlTable">
  +<xsl:template name="htmlTable">
         <xsl:if test="tgroup/tbody/row
                   |tgroup/thead/row
                   |tgroup/tfoot/row">
  @@ -218,9 +210,9 @@
         </xsl:if>
   
         <xsl:apply-templates mode="htmlTable"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="example">
  +<xsl:template match="example">
         <xsl:variable name="param.placement"
                       select="substring-after(normalize-space($formal.title.placement),
                                           concat(local-name(.), ' '))"/>
  @@ -241,9 +233,9 @@
            <xsl:with-param name="placement" select="$placement"/>
            <xsl:with-param name="class" select="local-name(.)"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="equation">
  +<xsl:template match="equation">
         <xsl:variable name="param.placement"
                       select="substring-after(normalize-space($formal.title.placement),
                                           concat(local-name(.), ' '))"/>
  @@ -263,27 +255,27 @@
         <xsl:call-template name="semiformal.object">
            <xsl:with-param name="placement" select="$placement"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="figure/title"></xsl:template>
  -   <xsl:template match="figure/titleabbrev"></xsl:template>
  -   <xsl:template match="table/title"></xsl:template>
  -   <xsl:template match="table/titleabbrev"></xsl:template>
  -   <xsl:template match="table/textobject"></xsl:template>
  -   <xsl:template match="example/title"></xsl:template>
  -   <xsl:template match="example/titleabbrev"></xsl:template>
  -   <xsl:template match="equation/title"></xsl:template>
  -   <xsl:template match="equation/titleabbrev"></xsl:template>
  +<xsl:template match="figure/title"></xsl:template>
  +<xsl:template match="figure/titleabbrev"></xsl:template>
  +<xsl:template match="table/title"></xsl:template>
  +<xsl:template match="table/titleabbrev"></xsl:template>
  +<xsl:template match="table/textobject"></xsl:template>
  +<xsl:template match="example/title"></xsl:template>
  +<xsl:template match="example/titleabbrev"></xsl:template>
  +<xsl:template match="equation/title"></xsl:template>
  +<xsl:template match="equation/titleabbrev"></xsl:template>
   
  -   <xsl:template match="informalfigure">
  +<xsl:template match="informalfigure">
         <xsl:call-template name="informal.object"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="informalexample">
  +<xsl:template match="informalexample">
         <xsl:call-template name="informal.object"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="informaltable">
  +<xsl:template match="informaltable">
         <xsl:choose>
            <xsl:when test="tgroup|mediaobject|graphic">
               <xsl:call-template name="informal.object">
  @@ -306,11 +298,11 @@
               </table>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="informaltable/textobject"></xsl:template>
  +<xsl:template match="informaltable/textobject"></xsl:template>
   
  -   <xsl:template name="table.longdesc">
  +<xsl:template name="table.longdesc">
         <!-- HACK: This doesn't belong inside formal.objectt; it should be done by -->
         <!-- the table template, but I want the link to be inside the DIV, so... -->
         <xsl:variable name="longdesc.uri">
  @@ -332,10 +324,10 @@
               <xsl:with-param name="longdesc.uri" select="$longdesc.uri"/>
            </xsl:call-template>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="informalequation">
  +<xsl:template match="informalequation">
         <xsl:call-template name="informal.object"/>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +341 -341  JBossRemoting/docs/guide/support/support/docbook-xsl/html/glossary.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: glossary.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/glossary.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- glossary.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ glossary.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: glossary.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: glossary.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,9 +12,9 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="glossary">
  +<xsl:template match="glossary">
         <div class="{name(.)}">
            <xsl:if test="$generate.id.attributes != 0">
               <xsl:attribute name="id">
  @@ -48,16 +48,16 @@
               <xsl:call-template name="process.footnotes"/>
            </xsl:if>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="glossary/glossaryinfo"></xsl:template>
  -   <xsl:template match="glossary/title"></xsl:template>
  -   <xsl:template match="glossary/subtitle"></xsl:template>
  -   <xsl:template match="glossary/titleabbrev"></xsl:template>
  +<xsl:template match="glossary/glossaryinfo"></xsl:template>
  +<xsl:template match="glossary/title"></xsl:template>
  +<xsl:template match="glossary/subtitle"></xsl:template>
  +<xsl:template match="glossary/titleabbrev"></xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="glosslist">
  +<xsl:template match="glosslist">
         <div class="{name(.)}">
            <xsl:call-template name="anchor"/>
            <xsl:if test="blockinfo/title|title">
  @@ -67,11 +67,11 @@
               <xsl:apply-templates select="glossentry"/>
            </dl>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="glossdiv">
  +<xsl:template match="glossdiv">
         <div class="{name(.)}">
            <xsl:apply-templates select="(glossentry[1]/preceding-sibling::*)"/>
   
  @@ -79,25 +79,25 @@
               <xsl:apply-templates select="glossentry"/>
            </dl>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="glossdiv/title">
  +<xsl:template match="glossdiv/title">
         <h3 class="{name(.)}">
            <xsl:apply-templates/>
         </h3>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <!--
  -   GlossEntry ::=
  +<!--
  +GlossEntry ::=
        GlossTerm, Acronym?, Abbrev?,
        (IndexTerm)*,
        RevHistory?,
        (GlossSee | GlossDef+)
  -   -->
  +-->
   
  -   <xsl:template match="glossentry">
  +<xsl:template match="glossentry">
         <xsl:choose>
            <xsl:when test="$glossentry.show.acronym = 'primary'">
               <dt>
  @@ -113,7 +113,7 @@
                  <xsl:choose>
                     <xsl:when test="acronym|abbrev">
                        <xsl:apply-templates select="acronym|abbrev"/>
  -                     <xsl:text>(</xsl:text>
  +            <xsl:text> (</xsl:text>
                        <xsl:apply-templates select="glossterm"/>
                        <xsl:text>)</xsl:text>
                     </xsl:when>
  @@ -137,7 +137,7 @@
                  <xsl:apply-templates select="glossterm"/>
   
                  <xsl:if test="acronym|abbrev">
  -                  <xsl:text>(</xsl:text>
  +          <xsl:text> (</xsl:text>
                     <xsl:apply-templates select="acronym|abbrev"/>
                     <xsl:text>)</xsl:text>
                  </xsl:if>
  @@ -160,27 +160,27 @@
         </xsl:choose>
   
         <xsl:apply-templates select="indexterm|revhistory|glosssee|glossdef"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="glossentry/glossterm">
  +<xsl:template match="glossentry/glossterm">
         <xsl:apply-templates/>
  -      <xsl:if test="following-sibling::glossterm">,</xsl:if>
  -   </xsl:template>
  +  <xsl:if test="following-sibling::glossterm">, </xsl:if>
  +</xsl:template>
   
  -   <xsl:template match="glossentry/acronym">
  +<xsl:template match="glossentry/acronym">
         <xsl:apply-templates/>
  -      <xsl:if test="following-sibling::acronym|following-sibling::abbrev">,</xsl:if>
  -   </xsl:template>
  +  <xsl:if test="following-sibling::acronym|following-sibling::abbrev">, </xsl:if>
  +</xsl:template>
   
  -   <xsl:template match="glossentry/abbrev">
  +<xsl:template match="glossentry/abbrev">
         <xsl:apply-templates/>
  -      <xsl:if test="following-sibling::acronym|following-sibling::abbrev">,</xsl:if>
  -   </xsl:template>
  +  <xsl:if test="following-sibling::acronym|following-sibling::abbrev">, </xsl:if>
  +</xsl:template>
   
  -   <xsl:template match="glossentry/revhistory">
  -   </xsl:template>
  +<xsl:template match="glossentry/revhistory">
  +</xsl:template>
   
  -   <xsl:template match="glossentry/glosssee">
  +<xsl:template match="glossentry/glosssee">
         <xsl:variable name="otherterm" select="@otherterm"/>
         <xsl:variable name="targets" select="//node()[@id=$otherterm]"/>
         <xsl:variable name="target" select="$targets[1]"/>
  @@ -199,7 +199,7 @@
                  </xsl:when>
                  <xsl:when test="$otherterm != '' and not($target)">
                     <xsl:message>
  -                     <xsl:text>Warning: glosssee @otherterm reference not found:</xsl:text>
  +            <xsl:text>Warning: glosssee @otherterm reference not found: </xsl:text>
                        <xsl:value-of select="$otherterm"/>
                     </xsl:message>
                     <xsl:apply-templates/>
  @@ -211,9 +211,9 @@
               <xsl:text>.</xsl:text>
            </p>
         </dd>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="glossentry/glossdef">
  +<xsl:template match="glossentry/glossdef">
         <dd>
            <xsl:apply-templates select="*[local-name(.) != 'glossseealso']"/>
            <xsl:if test="glossseealso">
  @@ -226,9 +226,9 @@
               </p>
            </xsl:if>
         </dd>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="glossseealso">
  +<xsl:template match="glossseealso">
         <xsl:variable name="otherterm" select="@otherterm"/>
         <xsl:variable name="targets" select="//node()[@id=$otherterm]"/>
         <xsl:variable name="target" select="$targets[1]"/>
  @@ -241,7 +241,7 @@
            </xsl:when>
            <xsl:when test="$otherterm != '' and not($target)">
               <xsl:message>
  -               <xsl:text>Warning: glossseealso @otherterm reference not found:</xsl:text>
  +        <xsl:text>Warning: glossseealso @otherterm reference not found: </xsl:text>
                  <xsl:value-of select="$otherterm"/>
               </xsl:message>
               <xsl:apply-templates/>
  @@ -256,29 +256,29 @@
               <xsl:text>.</xsl:text>
            </xsl:when>
            <xsl:otherwise>
  -            <xsl:text>,</xsl:text>
  +      <xsl:text>, </xsl:text>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <!-- Glossary collection -->
  +<!-- Glossary collection -->
   
  -   <xsl:template match="glossary[@role='auto']" priority="2">
  +<xsl:template match="glossary[@role='auto']" priority="2">
         <xsl:variable name="terms" select="//glossterm[not(parent::glossdef)]|//firstterm"/>
         <xsl:variable name="collection" select="document($glossary.collection, .)"/>
   
         <xsl:if test="$glossary.collection = ''">
            <xsl:message>
  -            <xsl:text>Warning: processing automatic glossary</xsl:text>
  +      <xsl:text>Warning: processing automatic glossary </xsl:text>
               <xsl:text>without a glossary.collection file.</xsl:text>
            </xsl:message>
         </xsl:if>
   
         <xsl:if test="not($collection) and $glossary.collection != ''">
            <xsl:message>
  -            <xsl:text>Warning: processing automatic glossary but unable to</xsl:text>
  +      <xsl:text>Warning: processing automatic glossary but unable to </xsl:text>
               <xsl:text>open glossary.collection file '</xsl:text>
               <xsl:value-of select="$glossary.collection"/>
               <xsl:text>'</xsl:text>
  @@ -330,14 +330,14 @@
               <xsl:call-template name="process.footnotes"/>
            </xsl:if>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="auto-glossary">
  +<xsl:template match="*" mode="auto-glossary">
         <!-- pop back out to the default mode for most elements -->
         <xsl:apply-templates select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="glossdiv" mode="auto-glossary">
  +<xsl:template match="glossdiv" mode="auto-glossary">
         <xsl:param name="terms" select="."/>
   
         <div class="{name(.)}">
  @@ -352,8 +352,8 @@
               </xsl:for-each>
            </dl>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </xsl:stylesheet>
  
  
  
  1.2       +1039 -1041JBossRemoting/docs/guide/support/support/docbook-xsl/html/graphics.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: graphics.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/graphics.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- graphics.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ graphics.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -10,8 +10,8 @@
                   extension-element-prefixes="stext xtext"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: graphics.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: graphics.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -23,13 +23,13 @@
   
     ******************************************************************** -->
   
  -   <lxslt:component prefix="xtext" elements="insertfile"/>
  -   <lxslt:component prefix="ximg" functions="new getWidth getDepth"/>
  +<lxslt:component prefix="xtext" elements="insertfile"/>
  +<lxslt:component prefix="ximg" functions="new getWidth getDepth"/>
   
  -   <!-- ==================================================================== -->
  -   <!-- Graphic format tests for the HTML backend -->
  +<!-- ==================================================================== -->
  +<!-- Graphic format tests for the HTML backend -->
   
  -   <xsl:template name="is.graphic.format">
  +<xsl:template name="is.graphic.format">
         <xsl:param name="format"></xsl:param>
         <xsl:if test="$format = 'SVG'
                   or $format = 'PNG'
  @@ -40,9 +40,9 @@
                   or $format = 'GIF87a'
                   or $format = 'GIF89a'
                   or $format = 'BMP'">1</xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="is.graphic.extension">
  +<xsl:template name="is.graphic.extension">
         <xsl:param name="ext"></xsl:param>
         <xsl:if test="$ext = 'svg'
                   or $ext = 'png'
  @@ -54,22 +54,22 @@
                   or $ext = 'qt'
                   or $ext = 'gif'
                   or $ext = 'bmp'">1</xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="screenshot">
  +<xsl:template match="screenshot">
         <div class="{name(.)}">
            <xsl:apply-templates/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="screeninfo">
  -   </xsl:template>
  +<xsl:template match="screeninfo">
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="process.image">
  +<xsl:template name="process.image">
         <!-- When this template is called, the current node should be  -->
         <!-- a graphic, inlinegraphic, imagedata, or videodata. All    -->
         <!-- those elements have the same set of attributes, so we can -->
  @@ -193,9 +193,7 @@
               <xsl:when test="$ignore.image.scaling != 0">0</xsl:when>
               <xsl:when test="@contentwidth or @contentdepth">0</xsl:when>
               <xsl:when test="@scale">0</xsl:when>
  -            <xsl:when test="@scalefit">
  -               <xsl:value-of select="@scalefit"/>
  -            </xsl:when>
  +      <xsl:when test="@scalefit"><xsl:value-of select="@scalefit"/></xsl:when>
               <xsl:when test="$width != '' or @depth">1</xsl:when>
               <xsl:otherwise>0</xsl:otherwise>
            </xsl:choose>
  @@ -447,24 +445,24 @@
            </xsl:choose>
         </xsl:variable>
   
  -      <!--
  +<!--
           <xsl:message>=====================================
  -      scale: <xsl:value-of select="$scale"/>, <xsl:value-of select="$scalefit"/>
  -      @contentwidth <xsl:value-of select="@contentwidth"/>
  -      $contentwidth <xsl:value-of select="$contentwidth"/>
  -      scaled.contentwidth: <xsl:value-of select="$scaled.contentwidth"/>
  -      @width: <xsl:value-of select="@width"/>
  -      width: <xsl:value-of select="$width"/>
  -      html.width: <xsl:value-of select="$html.width"/>
  -      @contentdepth <xsl:value-of select="@contentdepth"/>
  -      $contentdepth <xsl:value-of select="$contentdepth"/>
  -      scaled.contentdepth: <xsl:value-of select="$scaled.contentdepth"/>
  -      @depth: <xsl:value-of select="@depth"/>
  -      depth: <xsl:value-of select="$depth"/>
  -      html.depth: <xsl:value-of select="$html.depth"/>
  -      align: <xsl:value-of select="@align"/>
  -      valign: <xsl:value-of select="@valign"/></xsl:message>
  -      -->
  +scale: <xsl:value-of select="$scale"/>, <xsl:value-of select="$scalefit"/>
  + at contentwidth <xsl:value-of select="@contentwidth"/>
  +$contentwidth <xsl:value-of select="$contentwidth"/>
  +scaled.contentwidth: <xsl:value-of select="$scaled.contentwidth"/>
  + at width: <xsl:value-of select="@width"/>
  +width: <xsl:value-of select="$width"/>
  +html.width: <xsl:value-of select="$html.width"/>
  + at contentdepth <xsl:value-of select="@contentdepth"/>
  +$contentdepth <xsl:value-of select="$contentdepth"/>
  +scaled.contentdepth: <xsl:value-of select="$scaled.contentdepth"/>
  + at depth: <xsl:value-of select="@depth"/>
  +depth: <xsl:value-of select="$depth"/>
  +html.depth: <xsl:value-of select="$html.depth"/>
  +align: <xsl:value-of select="@align"/>
  +valign: <xsl:value-of select="@valign"/></xsl:message>
  +-->
   
         <xsl:variable name="img">
            <xsl:choose>
  @@ -581,7 +579,7 @@
                        <xsl:choose>
                           <xsl:when test="$css.decoration != 0">
                              <xsl:attribute name="style">
  -                              <xsl:text>height:</xsl:text>
  +                  <xsl:text>height: </xsl:text>
                                 <xsl:value-of select="$html.depth"/>
                                 <xsl:text>px</xsl:text>
                              </xsl:attribute>
  @@ -598,7 +596,7 @@
                           <xsl:choose>
                              <xsl:when test="$css.decoration != 0">
                                 <xsl:attribute name="style">
  -                                 <xsl:text>background-color:</xsl:text>
  +                    <xsl:text>background-color: </xsl:text>
                                    <xsl:value-of select="$bgcolor"/>
                                 </xsl:attribute>
                              </xsl:when>
  @@ -628,9 +626,9 @@
               <xsl:copy-of select="$img"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="process.image.attributes">
  +<xsl:template name="process.image.attributes">
         <xsl:param name="alt"/>
         <xsl:param name="html.width"/>
         <xsl:param name="html.depth"/>
  @@ -742,11 +740,11 @@
               </xsl:choose>
            </xsl:attribute>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="graphic">
  +<xsl:template match="graphic">
         <xsl:choose>
            <xsl:when test="parent::inlineequation">
               <xsl:call-template name="anchor"/>
  @@ -764,9 +762,9 @@
               </div>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="inlinegraphic">
  +<xsl:template match="inlinegraphic">
         <xsl:variable name="filename">
            <xsl:choose>
               <xsl:when test="@entityref">
  @@ -811,11 +809,11 @@
               <xsl:call-template name="process.image"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="mediaobject|mediaobjectco">
  +<xsl:template match="mediaobject|mediaobjectco">
   
         <xsl:variable name="olist" select="imageobject|imageobjectco
                        |videoobject|audioobject
  @@ -847,34 +845,34 @@
            <xsl:apply-templates select="$object"/>
            <xsl:apply-templates select="caption"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="inlinemediaobject">
  +<xsl:template match="inlinemediaobject">
         <span class="{name(.)}">
            <xsl:if test="@id">
               <a name="{@id}"/>
            </xsl:if>
            <xsl:call-template name="select.mediaobject"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="programlisting/inlinemediaobject
  +<xsl:template match="programlisting/inlinemediaobject
                        |screen/inlinemediaobject" priority="2">
         <!-- the additional span causes problems in some cases -->
         <xsl:call-template name="select.mediaobject"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="imageobjectco">
  +<xsl:template match="imageobjectco">
         <xsl:if test="@id">
            <a name="{@id}"/>
         </xsl:if>
         <xsl:apply-templates select="imageobject"/>
         <xsl:apply-templates select="calloutlist"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="imageobject">
  +<xsl:template match="imageobject">
         <xsl:choose>
            <xsl:when xmlns:svg="http://www.w3.org/2000/svg"
                      test="svg:*">
  @@ -884,9 +882,9 @@
               <xsl:apply-templates select="imagedata"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="imagedata">
  +<xsl:template match="imagedata">
         <xsl:variable name="filename">
            <xsl:call-template name="mediaobject.filename">
               <xsl:with-param name="object" select=".."/>
  @@ -951,11 +949,11 @@
               </xsl:if>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="longdesc.uri">
  +<xsl:template name="longdesc.uri">
         <xsl:param name="mediaobject" select="."/>
   
         <xsl:if test="$html.longdesc">
  @@ -988,9 +986,9 @@
               <xsl:value-of select="$filename"/>
            </xsl:if>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="write.longdesc">
  +<xsl:template name="write.longdesc">
         <xsl:param name="mediaobject" select="."/>
         <xsl:if test="$html.longdesc != 0 and $mediaobject/textobject[not(phrase)]">
            <xsl:variable name="filename">
  @@ -1023,9 +1021,9 @@
               </xsl:with-param>
            </xsl:call-template>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="longdesc.link">
  +<xsl:template name="longdesc.link">
         <xsl:param name="longdesc.uri" select="''"/>
   
         <xsl:variable name="this.uri">
  @@ -1053,45 +1051,45 @@
               <xsl:text>]</xsl:text>
            </span>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="videoobject">
  +<xsl:template match="videoobject">
         <xsl:apply-templates select="videodata"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="videodata">
  +<xsl:template match="videodata">
         <xsl:call-template name="process.image">
            <xsl:with-param name="tag" select="'embed'"/>
            <xsl:with-param name="alt">
               <xsl:apply-templates select="(../../textobject/phrase)[1]"/>
            </xsl:with-param>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="audioobject">
  +<xsl:template match="audioobject">
         <xsl:apply-templates select="audiodata"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="audiodata">
  +<xsl:template match="audiodata">
         <xsl:call-template name="process.image">
            <xsl:with-param name="tag" select="'embed'"/>
            <xsl:with-param name="alt">
               <xsl:apply-templates select="(../../textobject/phrase)[1]"/>
            </xsl:with-param>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="textobject">
  +<xsl:template match="textobject">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="textdata">
  +<xsl:template match="textdata">
         <xsl:variable name="filename">
            <xsl:choose>
               <xsl:when test="@entityref">
  @@ -1125,24 +1123,24 @@
                  href="{$filename}"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="caption">
  +<xsl:template match="caption">
         <div class="{name(.)}">
            <xsl:apply-templates/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  -   <!-- "Support" for SVG -->
  +<!-- ==================================================================== -->
  +<!-- "Support" for SVG -->
   
  -   <xsl:template match="svg:*" xmlns:svg="http://www.w3.org/2000/svg">
  +<xsl:template match="svg:*" xmlns:svg="http://www.w3.org/2000/svg">
         <xsl:copy>
            <xsl:copy-of select="@*"/>
            <xsl:apply-templates/>
         </xsl:copy>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +307 -309  JBossRemoting/docs/guide/support/support/docbook-xsl/html/html-rtf.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: html-rtf.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/html-rtf.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- html-rtf.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ html-rtf.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -5,8 +5,8 @@
                   exclude-result-prefixes="exsl set"
                   version="1.0">
   
  -   <!-- ********************************************************************
  -  $Id: html-rtf.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: html-rtf.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -15,26 +15,26 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <!-- This module contains templates that match against HTML nodes. It is used
  +<!-- 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
     exslt:node-set(). -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <!-- insert.html.p mode templates insert a particular RTF at the beginning
  -of the first paragraph in the primary RTF. -->
  +<!-- insert.html.p mode templates insert a particular RTF at the beginning
  +     of the first paragraph in the primary RTF. -->
   
  -   <xsl:template match="/" mode="insert.html.p">
  +<xsl:template match="/" mode="insert.html.p">
         <xsl:param name="mark" select="'?'"/>
         <xsl:apply-templates mode="insert.html.p">
            <xsl:with-param name="mark" select="$mark"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="insert.html.p">
  +<xsl:template match="*" mode="insert.html.p">
         <xsl:param name="mark" select="'?'"/>
         <xsl:copy>
            <xsl:copy-of select="@*"/>
  @@ -42,9 +42,9 @@
               <xsl:with-param name="mark" select="$mark"/>
            </xsl:apply-templates>
         </xsl:copy>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template xmlns:html="http://www.w3.org/1999/xhtml"
  +<xsl:template xmlns:html="http://www.w3.org/1999/xhtml"
                    match="html:p|p" mode="insert.html.p">
         <xsl:param name="mark" select="'?'"/>
         <xsl:copy>
  @@ -56,26 +56,26 @@
               <xsl:with-param name="mark" select="$mark"/>
            </xsl:apply-templates>
         </xsl:copy>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="text()|processing-instruction()|comment()" mode="insert.html.p">
  +<xsl:template match="text()|processing-instruction()|comment()" mode="insert.html.p">
         <xsl:param name="mark" select="'?'"/>
         <xsl:copy/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <!-- insert.html.text mode templates insert a particular RTF at the beginning
  -of the first text-node in the primary RTF. -->
  +<!-- insert.html.text mode templates insert a particular RTF at the beginning
  +     of the first text-node in the primary RTF. -->
   
  -   <xsl:template match="/" mode="insert.html.text">
  +<xsl:template match="/" mode="insert.html.text">
         <xsl:param name="mark" select="'?'"/>
         <xsl:apply-templates mode="insert.html.text">
            <xsl:with-param name="mark" select="$mark"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="insert.html.text">
  +<xsl:template match="*" mode="insert.html.text">
         <xsl:param name="mark" select="'?'"/>
         <xsl:copy>
            <xsl:copy-of select="@*"/>
  @@ -83,9 +83,9 @@
               <xsl:with-param name="mark" select="$mark"/>
            </xsl:apply-templates>
         </xsl:copy>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="text()|processing-instruction()|comment()" mode="insert.html.text">
  +<xsl:template match="text()|processing-instruction()|comment()" mode="insert.html.text">
         <xsl:param name="mark" select="'?'"/>
   
         <xsl:if test="not(preceding::text())">
  @@ -93,19 +93,19 @@
         </xsl:if>
   
         <xsl:copy/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="processing-instruction()|comment()" mode="insert.html.text">
  +<xsl:template match="processing-instruction()|comment()" mode="insert.html.text">
         <xsl:param name="mark" select="'?'"/>
         <xsl:copy/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <!-- unwrap.p mode templates remove blocks from HTML p elements (and
  -other places where blocks aren't allowed) -->
  +<!-- unwrap.p mode templates remove blocks from HTML p elements (and
  +     other places where blocks aren't allowed) -->
   
  -   <xsl:template name="unwrap.p">
  +<xsl:template name="unwrap.p">
         <xsl:param name="p"/>
         <xsl:choose>
            <xsl:when test="function-available('exsl:node-set')
  @@ -117,9 +117,9 @@
               <xsl:copy-of select="$p"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template xmlns:html="http://www.w3.org/1999/xhtml"
  +<xsl:template xmlns:html="http://www.w3.org/1999/xhtml"
                    match="html:p|p" mode="unwrap.p">
         <!-- xmlns:html is necessary for the xhtml stylesheet case -->
         <xsl:variable name="blocks" xmlns:html="http://www.w3.org/1999/xhtml"
  @@ -145,20 +145,20 @@
               </xsl:copy>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="unwrap.p">
  +<xsl:template match="*" mode="unwrap.p">
         <xsl:copy>
            <xsl:copy-of select="@*"/>
            <xsl:apply-templates mode="unwrap.p"/>
         </xsl:copy>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="text()|processing-instruction()|comment()" mode="unwrap.p">
  +<xsl:template match="text()|processing-instruction()|comment()" mode="unwrap.p">
         <xsl:copy/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="unwrap.p.nodes">
  +<xsl:template name="unwrap.p.nodes">
         <xsl:param name="wrap" select="."/>
         <xsl:param name="first" select="0"/>
         <xsl:param name="nodes"/>
  @@ -211,27 +211,27 @@
               </xsl:otherwise>
            </xsl:choose>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  -   <!-- make.verbatim.mode replaces spaces and newlines -->
  +<!-- ==================================================================== -->
  +<!-- make.verbatim.mode replaces spaces and newlines -->
   
  -   <xsl:template match="/" mode="make.verbatim.mode">
  +<xsl:template match="/" mode="make.verbatim.mode">
         <xsl:apply-templates mode="make.verbatim.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="make.verbatim.mode">
  +<xsl:template match="*" mode="make.verbatim.mode">
         <xsl:copy>
            <xsl:copy-of select="@*"/>
            <xsl:apply-templates mode="make.verbatim.mode"/>
         </xsl:copy>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="processing-instruction()|comment()" mode="make.verbatim.mode">
  +<xsl:template match="processing-instruction()|comment()" mode="make.verbatim.mode">
         <xsl:copy/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="text()" mode="make.verbatim.mode">
  +<xsl:template match="text()" mode="make.verbatim.mode">
         <xsl:variable name="text" select="translate(., ' ', '&#160;')"/>
   
         <xsl:choose>
  @@ -244,8 +244,7 @@
   
               <xsl:choose>
                  <xsl:when test="$len = 1">
  -                  <br/>
  -                  <xsl:text>&#xA;</xsl:text>
  +          <br/><xsl:text>&#xA;</xsl:text>
                  </xsl:when>
   
                  <xsl:otherwise>
  @@ -261,9 +260,9 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="make-verbatim-recursive">
  +<xsl:template name="make-verbatim-recursive">
         <xsl:param name="text" select="''"/>
   
         <xsl:choose>
  @@ -276,8 +275,7 @@
   
               <xsl:choose>
                  <xsl:when test="$len = 1">
  -                  <br/>
  -                  <xsl:text>&#xA;</xsl:text>
  +          <br/><xsl:text>&#xA;</xsl:text>
                  </xsl:when>
   
                  <xsl:otherwise>
  @@ -293,13 +291,13 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <!-- remove.empty.div mode templates remove empty blocks -->
  +<!-- remove.empty.div mode templates remove empty blocks -->
   
  -   <xsl:template name="remove.empty.div">
  +<xsl:template name="remove.empty.div">
         <xsl:param name="div"/>
         <xsl:choose>
            <xsl:when test="function-available('exsl:node-set')">
  @@ -309,9 +307,9 @@
               <xsl:copy-of select="$div"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template xmlns:html="http://www.w3.org/1999/xhtml"
  +<xsl:template xmlns:html="http://www.w3.org/1999/xhtml"
                    match="html:p|p|html:div|div" mode="remove.empty.div">
         <xsl:if test="node()">
            <xsl:copy>
  @@ -319,19 +317,19 @@
               <xsl:apply-templates mode="remove.empty.div"/>
            </xsl:copy>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="remove.empty.div">
  +<xsl:template match="*" mode="remove.empty.div">
         <xsl:copy>
            <xsl:copy-of select="@*"/>
            <xsl:apply-templates mode="remove.empty.div"/>
         </xsl:copy>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="text()|processing-instruction()|comment()" mode="remove.empty.div">
  +<xsl:template match="text()|processing-instruction()|comment()" mode="remove.empty.div">
         <xsl:copy/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </xsl:stylesheet>
  
  
  
  1.2       +83 -83    JBossRemoting/docs/guide/support/support/docbook-xsl/html/html.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: html.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/html.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- html.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ html.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: html.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: html.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,7 +12,7 @@
   
     ******************************************************************** -->
   
  -   <xsl:template name="anchor">
  +<xsl:template name="anchor">
         <xsl:param name="node" select="."/>
         <xsl:param name="conditional" select="1"/>
         <xsl:variable name="id">
  @@ -23,27 +23,27 @@
         <xsl:if test="$conditional = 0 or $node/@id">
            <a name="{$id}"/>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="href.target.uri">
  +<xsl:template name="href.target.uri">
         <xsl:param name="context" select="."/>
         <xsl:param name="object" select="."/>
         <xsl:text>#</xsl:text>
         <xsl:call-template name="object.id">
            <xsl:with-param name="object" select="$object"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="href.target">
  +<xsl:template name="href.target">
         <xsl:param name="context" select="."/>
         <xsl:param name="object" select="."/>
         <xsl:text>#</xsl:text>
         <xsl:call-template name="object.id">
            <xsl:with-param name="object" select="$object"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="href.target.with.base.dir">
  +<xsl:template name="href.target.with.base.dir">
         <xsl:param name="object" select="."/>
         <xsl:if test="$manifest.in.base.dir = 0">
            <xsl:value-of select="$base.dir"/>
  @@ -51,16 +51,16 @@
         <xsl:call-template name="href.target">
            <xsl:with-param name="object" select="$object"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="dingbat">
  +<xsl:template name="dingbat">
         <xsl:param name="dingbat">bullet</xsl:param>
         <xsl:call-template name="dingbat.characters">
            <xsl:with-param name="dingbat" select="$dingbat"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="dingbat.characters">
  +<xsl:template name="dingbat.characters">
         <!-- now that I'm using the real serializer, all that dingbat malarky -->
         <!-- isn't necessary anymore... -->
         <xsl:param name="dingbat">bullet</xsl:param>
  @@ -84,7 +84,7 @@
               <xsl:text>&#x2022;</xsl:text>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
   
  
  
  
  1.2       +49 -50    JBossRemoting/docs/guide/support/support/docbook-xsl/html/htmltbl.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: htmltbl.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/htmltbl.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- htmltbl.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ htmltbl.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version="1.0">
   
  -   <!-- ********************************************************************
  -  $Id: htmltbl.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: htmltbl.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,22 +12,22 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="colgroup" mode="htmlTable">
  +<xsl:template match="colgroup" mode="htmlTable">
         <xsl:copy>
            <xsl:copy-of select="@*"/>
            <xsl:apply-templates mode="htmlTable"/>
         </xsl:copy>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="col" mode="htmlTable">
  +<xsl:template match="col" mode="htmlTable">
         <xsl:copy>
            <xsl:copy-of select="@*"/>
         </xsl:copy>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="caption" mode="htmlTable">
  +<xsl:template match="caption" mode="htmlTable">
         <xsl:copy>
            <xsl:copy-of select="@*"/>
   
  @@ -36,21 +36,20 @@
            </xsl:apply-templates>
   
         </xsl:copy>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="thead|tbody|tgroup|tr" mode="htmlTable">
  +<xsl:template match="thead|tbody|tgroup|tr" mode="htmlTable">
         <xsl:copy>
            <xsl:copy-of select="@*"/>
            <xsl:apply-templates mode="htmlTable"/>
         </xsl:copy>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="th|td" mode="htmlTable">
  +<xsl:template match="th|td" mode="htmlTable">
         <xsl:copy>
            <xsl:copy-of select="@*"/>
  -         <xsl:apply-templates/>
  -         <!-- *not* mode=htmlTable -->
  +    <xsl:apply-templates/> <!-- *not* mode=htmlTable -->
         </xsl:copy>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +184 -184  JBossRemoting/docs/guide/support/support/docbook-xsl/html/index.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: index.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/index.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- index.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ index.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: index.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: index.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,9 +12,9 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="index">
  +<xsl:template match="index">
         <!-- some implementations use completely empty index tags to indicate -->
         <!-- where an automatically generated index should be inserted. so -->
         <!-- if the index is completely empty, skip it. Unless generate.index -->
  @@ -43,9 +43,9 @@
               </xsl:if>
            </div>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="setindex">
  +<xsl:template match="setindex">
         <!-- some implementations use completely empty index tags to indicate -->
         <!-- where an automatically generated index should be inserted. so -->
         <!-- if the index is completely empty, skip it. Unless generate.index -->
  @@ -74,15 +74,15 @@
               </xsl:if>
            </div>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="index/title"></xsl:template>
  -   <xsl:template match="index/subtitle"></xsl:template>
  -   <xsl:template match="index/titleabbrev"></xsl:template>
  +<xsl:template match="index/title"></xsl:template>
  +<xsl:template match="index/subtitle"></xsl:template>
  +<xsl:template match="index/titleabbrev"></xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="indexdiv">
  +<xsl:template match="indexdiv">
         <div class="{name(.)}">
            <xsl:if test="$generate.id.attributes != 0">
               <xsl:attribute name="id">
  @@ -96,35 +96,35 @@
               <xsl:apply-templates select="indexentry"/>
            </dl>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="indexdiv/title">
  +<xsl:template match="indexdiv/title">
         <h3 class="{name(.)}">
            <xsl:apply-templates/>
         </h3>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="indexterm">
  +<xsl:template match="indexterm">
         <!-- this one must have a name, even if it doesn't have an ID -->
         <xsl:variable name="id">
            <xsl:call-template name="object.id"/>
         </xsl:variable>
   
         <a class="indexterm" name="{$id}"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="primary|secondary|tertiary|see|seealso">
  -   </xsl:template>
  +<xsl:template match="primary|secondary|tertiary|see|seealso">
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="indexentry">
  +<xsl:template match="indexentry">
         <xsl:apply-templates select="primaryie"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="primaryie">
  +<xsl:template match="primaryie">
         <dt>
            <xsl:apply-templates/>
         </dt>
  @@ -146,9 +146,9 @@
               </dd>
            </xsl:when>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="secondaryie">
  +<xsl:template match="secondaryie">
         <dt>
            <xsl:apply-templates/>
         </dt>
  @@ -170,9 +170,9 @@
               </dd>
            </xsl:when>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="tertiaryie">
  +<xsl:template match="tertiaryie">
         <dt>
            <xsl:apply-templates/>
         </dt>
  @@ -185,12 +185,12 @@
               </dl>
            </dd>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="seeie|seealsoie">
  +<xsl:template match="seeie|seealsoie">
         <dt>
            <xsl:apply-templates/>
         </dt>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +46 -46    JBossRemoting/docs/guide/support/support/docbook-xsl/html/info.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: info.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/info.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- info.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ info.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: info.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: info.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,42 +12,42 @@
   
     ******************************************************************** -->
   
  -   <!-- These templates define the "default behavior" for info
  -elements.  Even if you don't process the *info wrappers,
  -some of these elements are needed because the elements are
  -processed from named templates that are called with modes.
  -Since modes aren't sticky, these rules apply.
  -(TODO: clarify this comment) -->
  +<!-- These templates define the "default behavior" for info
  +     elements.  Even if you don't process the *info wrappers,
  +     some of these elements are needed because the elements are
  +     processed from named templates that are called with modes.
  +     Since modes aren't sticky, these rules apply. 
  +     (TODO: clarify this comment) -->
   
  -   <!-- ==================================================================== -->
  -   <!-- called from named templates in a given mode -->
  +<!-- ==================================================================== -->
  +<!-- called from named templates in a given mode -->
   
  -   <xsl:template match="corpauthor">
  +<xsl:template match="corpauthor">
         <span class="{name(.)}">
            <xsl:apply-templates/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="jobtitle">
  +<xsl:template match="jobtitle">
         <span class="{name(.)}">
            <xsl:apply-templates/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="orgname">
  +<xsl:template match="orgname">
         <span class="{name(.)}">
            <xsl:apply-templates/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="orgdiv">
  +<xsl:template match="orgdiv">
         <span class="{name(.)}">
            <xsl:apply-templates/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </xsl:stylesheet>
  
  
  
  1.2       +1069 -1088JBossRemoting/docs/guide/support/support/docbook-xsl/html/inline.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: inline.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/inline.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- inline.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ inline.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -5,8 +5,8 @@
                   exclude-result-prefixes="xlink suwl"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: inline.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: inline.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -15,7 +15,7 @@
   
     ******************************************************************** -->
   
  -   <xsl:template name="simple.xlink">
  +<xsl:template name="simple.xlink">
         <xsl:param name="node" select="."/>
         <xsl:param name="content">
            <xsl:apply-templates/>
  @@ -55,7 +55,7 @@
                              <xsl:choose>
                                 <xsl:when test="count($target) = 0">
                                    <xsl:message>
  -                                    <xsl:text>XLink to nonexistent id:</xsl:text>
  +                      <xsl:text>XLink to nonexistent id: </xsl:text>
                                       <xsl:value-of select="$idref"/>
                                    </xsl:message>
                                    <xsl:text>???</xsl:text>
  @@ -91,9 +91,9 @@
               <xsl:copy-of select="$link"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="inline.charseq">
  +<xsl:template name="inline.charseq">
         <xsl:param name="content">
            <xsl:call-template name="anchor"/>
            <xsl:call-template name="simple.xlink">
  @@ -110,9 +110,9 @@
            </xsl:if>
            <xsl:copy-of select="$content"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="inline.monoseq">
  +<xsl:template name="inline.monoseq">
         <xsl:param name="content">
            <xsl:call-template name="anchor"/>
            <xsl:call-template name="simple.xlink">
  @@ -129,9 +129,9 @@
            </xsl:if>
            <xsl:copy-of select="$content"/>
         </tt>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="inline.boldseq">
  +<xsl:template name="inline.boldseq">
         <xsl:param name="content">
            <xsl:call-template name="anchor"/>
            <xsl:call-template name="simple.xlink">
  @@ -163,9 +163,9 @@
               </xsl:otherwise>
            </xsl:choose>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="inline.italicseq">
  +<xsl:template name="inline.italicseq">
         <xsl:param name="content">
            <xsl:call-template name="anchor"/>
            <xsl:call-template name="simple.xlink">
  @@ -182,9 +182,9 @@
            </xsl:if>
            <xsl:copy-of select="$content"/>
         </i>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="inline.boldmonoseq">
  +<xsl:template name="inline.boldmonoseq">
         <xsl:param name="content">
            <xsl:call-template name="anchor"/>
            <xsl:call-template name="simple.xlink">
  @@ -223,9 +223,9 @@
               </b>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="inline.italicmonoseq">
  +<xsl:template name="inline.italicmonoseq">
         <xsl:param name="content">
            <xsl:call-template name="anchor"/>
            <xsl:call-template name="simple.xlink">
  @@ -244,9 +244,9 @@
               <xsl:copy-of select="$content"/>
            </tt>
         </i>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="inline.superscriptseq">
  +<xsl:template name="inline.superscriptseq">
         <xsl:param name="content">
            <xsl:call-template name="anchor"/>
            <xsl:call-template name="simple.xlink">
  @@ -263,9 +263,9 @@
            </xsl:if>
            <xsl:copy-of select="$content"/>
         </sup>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="inline.subscriptseq">
  +<xsl:template name="inline.subscriptseq">
         <xsl:param name="content">
            <xsl:call-template name="anchor"/>
            <xsl:call-template name="simple.xlink">
  @@ -282,107 +282,107 @@
            </xsl:if>
            <xsl:copy-of select="$content"/>
         </sub>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  -   <!-- some special cases -->
  +<!-- ==================================================================== -->
  +<!-- some special cases -->
   
  -   <xsl:template match="author">
  +<xsl:template match="author">
         <span class="{name(.)}">
            <xsl:call-template name="anchor"/>
            <xsl:call-template name="person.name"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="editor">
  +<xsl:template match="editor">
         <span class="{name(.)}">
            <xsl:call-template name="anchor"/>
            <xsl:call-template name="person.name"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="othercredit">
  +<xsl:template match="othercredit">
         <span class="{name(.)}">
            <xsl:call-template name="anchor"/>
            <xsl:call-template name="person.name"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="authorinitials">
  +<xsl:template match="authorinitials">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="accel">
  +<xsl:template match="accel">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="action">
  +<xsl:template match="action">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="application">
  +<xsl:template match="application">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="classname">
  +<xsl:template match="classname">
         <xsl:call-template name="inline.monoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="exceptionname">
  +<xsl:template match="exceptionname">
         <xsl:call-template name="inline.monoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="interfacename">
  +<xsl:template match="interfacename">
         <xsl:call-template name="inline.monoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="methodname">
  +<xsl:template match="methodname">
         <xsl:call-template name="inline.monoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="command">
  +<xsl:template match="command">
         <xsl:call-template name="inline.boldseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="computeroutput">
  +<xsl:template match="computeroutput">
         <xsl:call-template name="inline.monoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="constant">
  +<xsl:template match="constant">
         <xsl:call-template name="inline.monoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="database">
  +<xsl:template match="database">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="errorcode">
  +<xsl:template match="errorcode">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="errorname">
  +<xsl:template match="errorname">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="errortype">
  +<xsl:template match="errortype">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="errortext">
  +<xsl:template match="errortext">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="envar">
  +<xsl:template match="envar">
         <xsl:call-template name="inline.monoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="filename">
  +<xsl:template match="filename">
         <xsl:call-template name="inline.monoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="function">
  +<xsl:template match="function">
         <xsl:choose>
            <xsl:when test="$function.parens != '0'
                       and (parameter or function or replaceable)">
  @@ -404,151 +404,151 @@
               <xsl:call-template name="inline.monoseq"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="function/parameter" priority="2">
  +<xsl:template match="function/parameter" priority="2">
         <xsl:call-template name="inline.italicmonoseq"/>
         <xsl:if test="following-sibling::*">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="function/replaceable" priority="2">
  +<xsl:template match="function/replaceable" priority="2">
         <xsl:call-template name="inline.italicmonoseq"/>
         <xsl:if test="following-sibling::*">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="guibutton">
  +<xsl:template match="guibutton">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="guiicon">
  +<xsl:template match="guiicon">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="guilabel">
  +<xsl:template match="guilabel">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="guimenu">
  +<xsl:template match="guimenu">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="guimenuitem">
  +<xsl:template match="guimenuitem">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="guisubmenu">
  +<xsl:template match="guisubmenu">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="hardware">
  +<xsl:template match="hardware">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="interface">
  +<xsl:template match="interface">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="interfacedefinition">
  +<xsl:template match="interfacedefinition">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="keycap">
  +<xsl:template match="keycap">
         <xsl:call-template name="inline.boldseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="keycode">
  +<xsl:template match="keycode">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="keysym">
  +<xsl:template match="keysym">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="literal">
  +<xsl:template match="literal">
         <xsl:call-template name="inline.monoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="code">
  +<xsl:template match="code">
         <xsl:call-template name="inline.monoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="medialabel">
  +<xsl:template match="medialabel">
         <xsl:call-template name="inline.italicseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="shortcut">
  +<xsl:template match="shortcut">
         <xsl:call-template name="inline.boldseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="mousebutton">
  +<xsl:template match="mousebutton">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="option">
  +<xsl:template match="option">
         <xsl:call-template name="inline.monoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="parameter">
  +<xsl:template match="parameter">
         <xsl:call-template name="inline.italicmonoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="property">
  +<xsl:template match="property">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="prompt">
  +<xsl:template match="prompt">
         <xsl:call-template name="inline.monoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="replaceable" priority="1">
  +<xsl:template match="replaceable" priority="1">
         <xsl:call-template name="inline.italicmonoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="returnvalue">
  +<xsl:template match="returnvalue">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="structfield">
  +<xsl:template match="structfield">
         <xsl:call-template name="inline.italicmonoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="structname">
  +<xsl:template match="structname">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="symbol">
  +<xsl:template match="symbol">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="systemitem">
  +<xsl:template match="systemitem">
         <xsl:call-template name="inline.monoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="token">
  +<xsl:template match="token">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="type">
  +<xsl:template match="type">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="userinput">
  +<xsl:template match="userinput">
         <xsl:call-template name="inline.boldmonoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="abbrev">
  +<xsl:template match="abbrev">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="acronym">
  +<xsl:template match="acronym">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="citerefentry">
  +<xsl:template match="citerefentry">
         <xsl:choose>
            <xsl:when test="$citerefentry.link != '0'">
               <a>
  @@ -562,21 +562,21 @@
               <xsl:call-template name="inline.charseq"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="generate.citerefentry.link">
  +<xsl:template name="generate.citerefentry.link">
         <!-- nop -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="x.generate.citerefentry.link">
  +<xsl:template name="x.generate.citerefentry.link">
         <xsl:text>http://example.com/cgi-bin/man.cgi?</xsl:text>
         <xsl:value-of select="refentrytitle"/>
         <xsl:text>(</xsl:text>
         <xsl:value-of select="manvolnum"/>
         <xsl:text>)</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="citetitle">
  +<xsl:template match="citetitle">
         <xsl:choose>
            <xsl:when test="@pubwork = 'article'">
               <xsl:call-template name="gentext.startquote"/>
  @@ -587,9 +587,9 @@
               <xsl:call-template name="inline.italicseq"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="emphasis">
  +<xsl:template match="emphasis">
         <span>
            <xsl:choose>
               <xsl:when test="@role and $emphasis.propagates.style != 0">
  @@ -619,9 +619,7 @@
                              <xsl:apply-templates/>
                           </xsl:when>
                           <xsl:otherwise>
  -                           <b>
  -                              <xsl:apply-templates/>
  -                           </b>
  +                <b><xsl:apply-templates/></b>
                           </xsl:otherwise>
                        </xsl:choose>
                     </xsl:when>
  @@ -629,30 +627,28 @@
                        <xsl:apply-templates/>
                     </xsl:when>
                     <xsl:otherwise>
  -                     <em>
  -                        <xsl:apply-templates/>
  -                     </em>
  +            <em><xsl:apply-templates/></em>
                     </xsl:otherwise>
                  </xsl:choose>
               </xsl:with-param>
            </xsl:call-template>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="foreignphrase">
  +<xsl:template match="foreignphrase">
         <span class="foreignphrase">
            <xsl:if test="@lang or @xml:lang">
               <xsl:call-template name="language.attribute"/>
            </xsl:if>
            <xsl:call-template name="inline.italicseq"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="markup">
  +<xsl:template match="markup">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="phrase">
  +<xsl:template match="phrase">
         <span>
            <xsl:if test="@lang or @xml:lang">
               <xsl:call-template name="language.attribute"/>
  @@ -669,14 +665,12 @@
               </xsl:with-param>
            </xsl:call-template>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="quote">
  +<xsl:template match="quote">
         <xsl:variable name="depth">
            <xsl:call-template name="dot.count">
  -            <xsl:with-param name="string">
  -               <xsl:number level="multiple"/>
  -            </xsl:with-param>
  +      <xsl:with-param name="string"><xsl:number level="multiple"/></xsl:with-param>
            </xsl:call-template>
         </xsl:variable>
         <xsl:choose>
  @@ -691,31 +685,31 @@
               <xsl:call-template name="gentext.nestedendquote"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="varname">
  +<xsl:template match="varname">
         <xsl:call-template name="inline.monoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="wordasword">
  +<xsl:template match="wordasword">
         <xsl:call-template name="inline.italicseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="lineannotation">
  +<xsl:template match="lineannotation">
         <i class="{local-name(.)}">
            <xsl:call-template name="inline.charseq"/>
         </i>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="superscript">
  +<xsl:template match="superscript">
         <xsl:call-template name="inline.superscriptseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="subscript">
  +<xsl:template match="subscript">
         <xsl:call-template name="inline.subscriptseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="trademark">
  +<xsl:template match="trademark">
         <xsl:call-template name="inline.charseq"/>
         <xsl:choose>
            <xsl:when test="@class = 'copyright'
  @@ -733,15 +727,15 @@
               </xsl:call-template>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="firstterm">
  +<xsl:template match="firstterm">
         <xsl:call-template name="glossterm">
            <xsl:with-param name="firstterm" select="1"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="glossterm" name="glossterm">
  +<xsl:template match="glossterm" name="glossterm">
         <xsl:param name="firstterm" select="0"/>
   
         <!-- To avoid extra <a name=""> anchor from inline.italicseq -->
  @@ -783,12 +777,8 @@
                       and $glossary.collection != ''">
               <xsl:variable name="term">
                  <xsl:choose>
  -                  <xsl:when test="@baseform">
  -                     <xsl:value-of select="@baseform"/>
  -                  </xsl:when>
  -                  <xsl:otherwise>
  -                     <xsl:value-of select="."/>
  -                  </xsl:otherwise>
  +          <xsl:when test="@baseform"><xsl:value-of select="@baseform"/></xsl:when>
  +          <xsl:otherwise><xsl:value-of select="."/></xsl:otherwise>
                  </xsl:choose>
               </xsl:variable>
   
  @@ -802,9 +792,9 @@
   
               <xsl:if test="count($glossary) != 1">
                  <xsl:message>
  -                  <xsl:text>Warning: glossary.collection specified, but there are</xsl:text>
  +          <xsl:text>Warning: glossary.collection specified, but there are </xsl:text>
                     <xsl:value-of select="count($glossary)"/>
  -                  <xsl:text>automatic glossaries</xsl:text>
  +          <xsl:text> automatic glossaries</xsl:text>
                  </xsl:message>
               </xsl:if>
   
  @@ -828,9 +818,9 @@
               <xsl:choose>
                  <xsl:when test="not($cterm)">
                     <xsl:message>
  -                     <xsl:text>There's no entry for</xsl:text>
  +            <xsl:text>There's no entry for </xsl:text>
                        <xsl:value-of select="$term"/>
  -                     <xsl:text>in</xsl:text>
  +            <xsl:text> in </xsl:text>
                        <xsl:value-of select="$glossary.collection"/>
                     </xsl:message>
                     <xsl:call-template name="inline.italicseq"/>
  @@ -876,7 +866,7 @@
               <xsl:choose>
                  <xsl:when test="count($targets)=0">
                     <xsl:message>
  -                     <xsl:text>Error: no glossentry for glossterm:</xsl:text>
  +            <xsl:text>Error: no glossentry for glossterm: </xsl:text>
                        <xsl:value-of select="."/>
                        <xsl:text>.</xsl:text>
                     </xsl:message>
  @@ -908,13 +898,13 @@
               <xsl:call-template name="inline.italicseq"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sgmltag|tag">
  +<xsl:template match="sgmltag|tag">
         <xsl:call-template name="format.sgmltag"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="format.sgmltag">
  +<xsl:template name="format.sgmltag">
         <xsl:param name="class">
            <xsl:choose>
               <xsl:when test="@class">
  @@ -985,30 +975,26 @@
               </xsl:otherwise>
            </xsl:choose>
         </tt>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="email">
  +<xsl:template match="email">
         <xsl:call-template name="inline.monoseq">
            <xsl:with-param name="content">
               <xsl:text>&lt;</xsl:text>
               <a>
  -               <xsl:attribute name="href">mailto:
  -                  <xsl:value-of select="."/>
  -               </xsl:attribute>
  +       <xsl:attribute name="href">mailto:<xsl:value-of select="."/></xsl:attribute>
                  <xsl:apply-templates/>
               </a>
               <xsl:text>&gt;</xsl:text>
            </xsl:with-param>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="keycombo">
  +<xsl:template match="keycombo">
         <xsl:variable name="action" select="@action"/>
         <xsl:variable name="joinchar">
            <xsl:choose>
  -            <xsl:when test="$action='seq'">
  -               <xsl:text></xsl:text>
  -            </xsl:when>
  +      <xsl:when test="$action='seq'"><xsl:text> </xsl:text></xsl:when>
               <xsl:when test="$action='simul'">+</xsl:when>
               <xsl:when test="$action='press'">-</xsl:when>
               <xsl:when test="$action='click'">-</xsl:when>
  @@ -1018,32 +1004,29 @@
            </xsl:choose>
         </xsl:variable>
         <xsl:for-each select="*">
  -         <xsl:if test="position()>1">
  -            <xsl:value-of select="$joinchar"/>
  -         </xsl:if>
  +    <xsl:if test="position()>1"><xsl:value-of select="$joinchar"/></xsl:if>
            <xsl:apply-templates select="."/>
         </xsl:for-each>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="uri">
  +<xsl:template match="uri">
         <xsl:call-template name="inline.monoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="menuchoice">
  +<xsl:template match="menuchoice">
         <xsl:variable name="shortcut" select="./shortcut"/>
         <xsl:call-template name="process.menuchoice"/>
         <xsl:if test="$shortcut">
  -         <xsl:text>(</xsl:text>
  +    <xsl:text> (</xsl:text>
            <xsl:apply-templates select="$shortcut"/>
            <xsl:text>)</xsl:text>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="process.menuchoice">
  -      <xsl:param name="nodelist" select="guibutton|guiicon|guilabel|guimenu|guimenuitem|guisubmenu|interface"/>
  -      <!-- not(shortcut) -->
  +<xsl:template name="process.menuchoice">
  +  <xsl:param name="nodelist" select="guibutton|guiicon|guilabel|guimenu|guimenuitem|guisubmenu|interface"/><!-- not(shortcut) -->
         <xsl:param name="count" select="1"/>
   
         <xsl:choose>
  @@ -1073,75 +1056,73 @@
               </xsl:call-template>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="optional">
  +<xsl:template match="optional">
         <xsl:value-of select="$arg.choice.opt.open.str"/>
         <xsl:call-template name="inline.charseq"/>
         <xsl:value-of select="$arg.choice.opt.close.str"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="citation">
  +<xsl:template match="citation">
         <!-- todo: biblio-citation-check -->
         <xsl:text>[</xsl:text>
         <xsl:call-template name="inline.charseq"/>
         <xsl:text>]</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="comment|remark">
  +<xsl:template match="comment|remark">
         <xsl:if test="$show.comments != 0">
  -         <i>
  -            <xsl:call-template name="inline.charseq"/>
  -         </i>
  +    <i><xsl:call-template name="inline.charseq"/></i>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="productname">
  +<xsl:template match="productname">
         <xsl:call-template name="inline.charseq"/>
         <xsl:if test="@class">
            <xsl:call-template name="dingbat">
               <xsl:with-param name="dingbat" select="@class"/>
            </xsl:call-template>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="productnumber">
  +<xsl:template match="productnumber">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="pob|street|city|state|postcode|country|otheraddr">
  +<xsl:template match="pob|street|city|state|postcode|country|otheraddr">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="phone|fax">
  +<xsl:template match="phone|fax">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- in Addresses, for example -->
  -   <xsl:template match="honorific|firstname|surname|lineage|othername">
  +<!-- in Addresses, for example -->
  +<xsl:template match="honorific|firstname|surname|lineage|othername">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="personname">
  +<xsl:template match="personname">
         <xsl:call-template name="anchor"/>
         <xsl:call-template name="person.name"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="beginpage">
  +<xsl:template match="beginpage">
         <!-- does nothing; this *is not* markup to force a page break. -->
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
   
  
  
  
  1.2       +28 -28    JBossRemoting/docs/guide/support/support/docbook-xsl/html/keywords.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: keywords.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/keywords.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- keywords.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ keywords.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: keywords.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: keywords.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,24 +12,24 @@
   
     ******************************************************************** -->
   
  -   <xsl:template match="keywordset"></xsl:template>
  -   <xsl:template match="subjectset"></xsl:template>
  +<xsl:template match="keywordset"></xsl:template>
  +<xsl:template match="subjectset"></xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="keywordset" mode="html.header">
  +<xsl:template match="keywordset" mode="html.header">
         <meta name="keywords">
            <xsl:attribute name="content">
               <xsl:apply-templates select="keyword" mode="html.header"/>
            </xsl:attribute>
         </meta>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="keyword" mode="html.header">
  +<xsl:template match="keyword" mode="html.header">
         <xsl:apply-templates/>
  -      <xsl:if test="following-sibling::keyword">,</xsl:if>
  -   </xsl:template>
  +  <xsl:if test="following-sibling::keyword">, </xsl:if>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </xsl:stylesheet>
  
  
  
  1.2       +984 -996  JBossRemoting/docs/guide/support/support/docbook-xsl/html/lists.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: lists.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/lists.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- lists.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ lists.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: lists.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: lists.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,9 +12,9 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="itemizedlist">
  +<xsl:template match="itemizedlist">
         <div class="{name(.)}">
            <xsl:call-template name="anchor"/>
            <xsl:if test="title">
  @@ -47,13 +47,13 @@
                       |processing-instruction()[preceding-sibling::listitem]"/>
            </ul>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="itemizedlist/title">
  +<xsl:template match="itemizedlist/title">
         <!-- nop -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="itemizedlist/listitem">
  +<xsl:template match="itemizedlist/listitem">
         <xsl:variable name="mark" select="../@mark"/>
         <xsl:variable name="override" select="@override"/>
   
  @@ -82,7 +82,7 @@
         <li>
            <xsl:if test="$css.decoration = '1' and $cssmark != ''">
               <xsl:attribute name="style">
  -               <xsl:text>list-style-type:</xsl:text>
  +        <xsl:text>list-style-type: </xsl:text>
                  <xsl:value-of select="$cssmark"/>
               </xsl:attribute>
            </xsl:if>
  @@ -106,9 +106,9 @@
               </xsl:otherwise>
            </xsl:choose>
         </li>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="orderedlist">
  +<xsl:template match="orderedlist">
         <xsl:variable name="pi-start">
            <xsl:call-template name="dbhtml-attribute">
               <xsl:with-param name="pis"
  @@ -143,7 +143,7 @@
               <!-- What!? This should never happen -->
               <xsl:otherwise>
                  <xsl:message>
  -                  <xsl:text>Unexpected numeration:</xsl:text>
  +          <xsl:text>Unexpected numeration: </xsl:text>
                     <xsl:value-of select="$numeration"/>
                  </xsl:message>
                  <xsl:value-of select="1"/>
  @@ -188,13 +188,13 @@
                       |processing-instruction()[preceding-sibling::listitem]"/>
            </ol>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="orderedlist/title">
  +<xsl:template match="orderedlist/title">
         <!-- nop -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="orderedlist/listitem">
  +<xsl:template match="orderedlist/listitem">
         <li>
            <xsl:if test="@override">
               <xsl:attribute name="value">
  @@ -221,9 +221,9 @@
               </xsl:otherwise>
            </xsl:choose>
         </li>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="variablelist">
  +<xsl:template match="variablelist">
         <xsl:variable name="pi-presentation">
            <xsl:call-template name="dbhtml-attribute">
               <xsl:with-param name="pis"
  @@ -328,25 +328,25 @@
               </xsl:otherwise>
            </xsl:choose>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="variablelist/title">
  +<xsl:template match="variablelist/title">
         <!-- nop -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="itemizedlist/titleabbrev|orderedlist/titleabbrev">
  +<xsl:template match="itemizedlist/titleabbrev|orderedlist/titleabbrev">
         <!--nop-->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="variablelist/titleabbrev">
  +<xsl:template match="variablelist/titleabbrev">
         <!--nop-->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="listitem" mode="xref">
  +<xsl:template match="listitem" mode="xref">
         <xsl:number format="1"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="listitem/simpara" priority="2">
  +<xsl:template match="listitem/simpara" priority="2">
         <!-- If a listitem contains only a single simpara, don't output
     the <p> wrapper; this has the effect of creating an li
     with simple text content. -->
  @@ -369,9 +369,9 @@
               </p>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="varlistentry">
  +<xsl:template match="varlistentry">
         <dt>
            <xsl:call-template name="anchor"/>
            <xsl:apply-templates select="term"/>
  @@ -379,9 +379,9 @@
         <dd>
            <xsl:apply-templates select="listitem"/>
         </dd>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="varlistentry" mode="varlist-table">
  +<xsl:template match="varlistentry" mode="varlist-table">
         <xsl:variable name="presentation">
            <xsl:call-template name="dbhtml-attribute">
               <xsl:with-param name="pis"
  @@ -437,24 +437,24 @@
               <xsl:apply-templates select="listitem"/>
            </td>
         </tr>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="varlistentry/term">
  +<xsl:template match="varlistentry/term">
         <span class="term">
            <xsl:call-template name="anchor"/>
            <xsl:apply-templates/>
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="varlistentry/term[position()=last()]" priority="2">
  +<xsl:template match="varlistentry/term[position()=last()]" priority="2">
         <span class="term">
            <xsl:call-template name="anchor"/>
            <xsl:apply-templates/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="varlistentry/listitem">
  +<xsl:template match="varlistentry/listitem">
         <xsl:choose>
            <xsl:when test="$show.revisionflag != 0 and @revisionflag">
               <div class="{@revisionflag}">
  @@ -465,11 +465,11 @@
               <xsl:apply-templates/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="simplelist">
  +<xsl:template match="simplelist">
         <!-- with no type specified, the default is 'vert' -->
         <xsl:call-template name="anchor"/>
         <table class="simplelist" border="0" summary="Simple list">
  @@ -484,16 +484,16 @@
               </xsl:with-param>
            </xsl:call-template>
         </table>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="simplelist[@type='inline']">
  +<xsl:template match="simplelist[@type='inline']">
         <span class="{name(.)}">
            <xsl:call-template name="anchor"/>
            <xsl:apply-templates/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="simplelist[@type='horiz']">
  +<xsl:template match="simplelist[@type='horiz']">
         <xsl:call-template name="anchor"/>
         <table class="simplelist" border="0" summary="Simple list">
            <xsl:call-template name="simplelist.horiz">
  @@ -507,9 +507,9 @@
               </xsl:with-param>
            </xsl:call-template>
         </table>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="simplelist[@type='vert']">
  +<xsl:template match="simplelist[@type='vert']">
         <xsl:call-template name="anchor"/>
         <table class="simplelist" border="0" summary="Simple list">
            <xsl:call-template name="simplelist.vert">
  @@ -523,9 +523,9 @@
               </xsl:with-param>
            </xsl:call-template>
         </table>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="simplelist.horiz">
  +<xsl:template name="simplelist.horiz">
         <xsl:param name="cols">1</xsl:param>
         <xsl:param name="cell">1</xsl:param>
         <xsl:param name="members" select="./member"/>
  @@ -549,9 +549,9 @@
               <xsl:with-param name="members" select="$members"/>
            </xsl:call-template>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="simplelist.horiz.row">
  +<xsl:template name="simplelist.horiz.row">
         <xsl:param name="cols">1</xsl:param>
         <xsl:param name="cell">1</xsl:param>
         <xsl:param name="members" select="./member"/>
  @@ -575,9 +575,9 @@
               <xsl:with-param name="curcol" select="$curcol+1"/>
            </xsl:call-template>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="simplelist.vert">
  +<xsl:template name="simplelist.vert">
         <xsl:param name="cols">1</xsl:param>
         <xsl:param name="cell">1</xsl:param>
         <xsl:param name="members" select="./member"/>
  @@ -605,9 +605,9 @@
               <xsl:with-param name="rows" select="$rows"/>
            </xsl:call-template>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="simplelist.vert.row">
  +<xsl:template name="simplelist.vert.row">
         <xsl:param name="cols">1</xsl:param>
         <xsl:param name="rows">1</xsl:param>
         <xsl:param name="cell">1</xsl:param>
  @@ -633,26 +633,26 @@
               <xsl:with-param name="curcol" select="$curcol+1"/>
            </xsl:call-template>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="member">
  +<xsl:template match="member">
         <xsl:call-template name="anchor"/>
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="simplelist[@type='inline']/member">
  +<xsl:template match="simplelist[@type='inline']/member">
         <xsl:apply-templates/>
  -      <xsl:text>,</xsl:text>
  -   </xsl:template>
  +  <xsl:text>, </xsl:text>
  +</xsl:template>
   
  -   <xsl:template match="simplelist[@type='inline']/member[position()=last()]"
  +<xsl:template match="simplelist[@type='inline']/member[position()=last()]"
                    priority="2">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="procedure">
  +<xsl:template match="procedure">
         <xsl:variable name="param.placement"
                       select="substring-after(normalize-space($formal.title.placement),
                                           concat(local-name(.), ' '))"/>
  @@ -712,13 +712,13 @@
               <xsl:call-template name="formal.object.heading"/>
            </xsl:if>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="procedure/title">
  +<xsl:template match="procedure/title">
         <!-- nop -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="substeps">
  +<xsl:template match="substeps">
         <xsl:variable name="numeration">
            <xsl:call-template name="procedure.step.numeration"/>
         </xsl:variable>
  @@ -728,33 +728,33 @@
         <ol type="{$numeration}">
            <xsl:apply-templates/>
         </ol>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="step">
  +<xsl:template match="step">
         <li>
            <xsl:call-template name="anchor"/>
            <xsl:apply-templates/>
         </li>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="stepalternatives">
  +<xsl:template match="stepalternatives">
         <xsl:call-template name="anchor"/>
         <ul>
            <xsl:apply-templates/>
         </ul>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="step/title">
  +<xsl:template match="step/title">
         <p class="title">
            <b>
               <xsl:apply-templates/>
            </b>
         </p>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="segmentedlist">
  +<xsl:template match="segmentedlist">
         <xsl:variable name="presentation">
            <xsl:call-template name="dbhtml-attribute">
               <xsl:with-param name="pis"
  @@ -781,28 +781,24 @@
               </xsl:otherwise>
            </xsl:choose>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="segmentedlist/title">
  -      <p>
  -         <b>
  -            <xsl:apply-templates/>
  -         </b>
  -      </p>
  -   </xsl:template>
  +<xsl:template match="segmentedlist/title">
  +  <p><b><xsl:apply-templates/></b></p>
  +</xsl:template>
   
  -   <xsl:template match="segtitle">
  -   </xsl:template>
  +<xsl:template match="segtitle">
  +</xsl:template>
   
  -   <xsl:template match="segtitle" mode="segtitle-in-seg">
  +<xsl:template match="segtitle" mode="segtitle-in-seg">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="seglistitem">
  +<xsl:template match="seglistitem">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="seg">
  +<xsl:template match="seg">
         <xsl:variable name="segnum" select="count(preceding-sibling::seg)+1"/>
         <xsl:variable name="seglist" select="ancestor::segmentedlist"/>
         <xsl:variable name="segtitles" select="$seglist/segtitle"/>
  @@ -817,13 +813,13 @@
            <b>
               <xsl:apply-templates select="$segtitles[$segnum=position()]"
                                    mode="segtitle-in-seg"/>
  -            <xsl:text>:</xsl:text>
  +      <xsl:text>: </xsl:text>
            </b>
            <xsl:apply-templates/>
         </p>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="segmentedlist" mode="seglist-table">
  +<xsl:template match="segmentedlist" mode="seglist-table">
         <xsl:variable name="table-summary">
            <xsl:call-template name="dbhtml-attribute">
               <xsl:with-param name="pis"
  @@ -866,15 +862,13 @@
               <xsl:apply-templates select="seglistitem" mode="seglist-table"/>
            </tbody>
         </table>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="segtitle" mode="seglist-table">
  -      <th>
  -         <xsl:apply-templates/>
  -      </th>
  -   </xsl:template>
  +<xsl:template match="segtitle" mode="seglist-table">
  +  <th><xsl:apply-templates/></th>
  +</xsl:template>
   
  -   <xsl:template match="seglistitem" mode="seglist-table">
  +<xsl:template match="seglistitem" mode="seglist-table">
         <xsl:variable name="seglinum">
            <xsl:number from="segmentedlist" count="seglistitem"/>
         </xsl:variable>
  @@ -885,17 +879,15 @@
            </xsl:call-template>
            <xsl:apply-templates mode="seglist-table"/>
         </tr>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="seg" mode="seglist-table">
  -      <td>
  -         <xsl:apply-templates/>
  -      </td>
  -   </xsl:template>
  +<xsl:template match="seg" mode="seglist-table">
  +  <td><xsl:apply-templates/></td>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="calloutlist">
  +<xsl:template match="calloutlist">
         <div class="{name(.)}">
            <xsl:call-template name="anchor"/>
            <xsl:if test="title">
  @@ -908,18 +900,16 @@
                  </table>
               </xsl:when>
               <xsl:otherwise>
  -               <dl compact="compact">
  -                  <xsl:apply-templates/>
  -               </dl>
  +        <dl compact="compact"><xsl:apply-templates/></dl>
               </xsl:otherwise>
            </xsl:choose>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="calloutlist/title">
  -   </xsl:template>
  +<xsl:template match="calloutlist/title">
  +</xsl:template>
   
  -   <xsl:template match="callout">
  +<xsl:template match="callout">
         <xsl:choose>
            <xsl:when test="$callout.list.table != 0">
               <tr>
  @@ -947,14 +937,12 @@
                     <xsl:with-param name="arearefs" select="@arearefs"/>
                  </xsl:call-template>
               </dt>
  -            <dd>
  -               <xsl:apply-templates/>
  -            </dd>
  +      <dd><xsl:apply-templates/></dd>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="callout/simpara" priority="2">
  +<xsl:template match="callout/simpara" priority="2">
         <!-- If a callout contains only a single simpara, don't output
     the <p> wrapper; this has the effect of creating an li
     with simple text content. -->
  @@ -977,9 +965,9 @@
               </p>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="callout.arearefs">
  +<xsl:template name="callout.arearefs">
         <xsl:param name="arearefs"></xsl:param>
         <xsl:if test="$arearefs!=''">
            <xsl:choose>
  @@ -1000,9 +988,9 @@
                               select="substring-after($arearefs,' ')"/>
            </xsl:call-template>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="callout.arearef">
  +<xsl:template name="callout.arearef">
         <xsl:param name="arearef"></xsl:param>
         <xsl:variable name="targets" select="key('id',$arearef)"/>
         <xsl:variable name="target" select="$targets[1]"/>
  @@ -1023,7 +1011,7 @@
                  </xsl:attribute>
                  <xsl:apply-templates select="$target" mode="callout-bug"/>
               </a>
  -            <xsl:text></xsl:text>
  +      <xsl:text> </xsl:text>
            </xsl:when>
            <xsl:when test="local-name($target)='areaset'">
               <xsl:call-template name="callout-bug">
  @@ -1055,9 +1043,9 @@
               <xsl:text>???</xsl:text>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </xsl:stylesheet>
   
  
  
  
  1.2       +76 -76    JBossRemoting/docs/guide/support/support/docbook-xsl/html/maketoc.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: maketoc.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/maketoc.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- maketoc.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ maketoc.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -3,8 +3,8 @@
                   version="1.0"
                   exclude-result-prefixes="doc">
   
  -   <!-- ********************************************************************
  -  $Id: maketoc.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: maketoc.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -13,27 +13,27 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:import href="docbook.xsl"/>
  -   <xsl:import href="chunk.xsl"/>
  +<xsl:import href="docbook.xsl"/>
  +<xsl:import href="chunk.xsl"/>
   
  -   <xsl:output method="xml" indent="no" encoding='utf-8'/>
  +<xsl:output method="xml" indent="no" encoding='utf-8'/>
   
  -   <xsl:param name="toc.list.type" select="'tocentry'"/>
  +<xsl:param name="toc.list.type" select="'tocentry'"/>
   
  -   <!-- refentry in autotoc.xsl does not use subtoc, so must
  -handle it explicitly here. -->
  -   <xsl:template match="refentry" mode="toc">
  +<!-- refentry in autotoc.xsl does not use subtoc, so must
  +     handle it explicitly here. -->
  +<xsl:template match="refentry" mode="toc">
         <xsl:param name="toc-context" select="."/>
   
         <xsl:call-template name="subtoc">
            <xsl:with-param name="toc-context" select="$toc-context"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
   
  -   <xsl:template name="subtoc">
  +<xsl:template name="subtoc">
         <xsl:param name="nodes" select="NOT-AN-ELEMENT"/>
         <xsl:variable name="filename">
            <xsl:apply-templates select="." mode="chunk-filename"/>
  @@ -57,27 +57,27 @@
            </tocentry>
            <xsl:text>&#xA;</xsl:text>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="indent-spaces">
  +<xsl:template name="indent-spaces">
         <xsl:param name="node" select="."/>
  -      <xsl:text></xsl:text>
  +  <xsl:text>  </xsl:text>
         <xsl:if test="$node/parent::*">
            <xsl:call-template name="indent-spaces">
               <xsl:with-param name="node" select="$node/parent::*"/>
            </xsl:call-template>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="/" priority="-1">
  +<xsl:template match="/" priority="-1">
         <xsl:text>&#xA;</xsl:text>
         <toc role="chunk-toc">
            <xsl:text>&#xA;</xsl:text>
            <xsl:apply-templates select="/" mode="toc"/>
         </toc>
         <xsl:text>&#xA;</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +84 -88    JBossRemoting/docs/guide/support/support/docbook-xsl/html/manifest.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: manifest.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/manifest.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- manifest.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ manifest.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -3,8 +3,8 @@
                   version="1.0"
                   exclude-result-prefixes="doc">
   
  -   <!-- ********************************************************************
  -  $Id: manifest.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: manifest.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -13,12 +13,12 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:variable name="manifest.base.dir">
  -   </xsl:variable>
  +<xsl:variable name="manifest.base.dir">
  +</xsl:variable>
   
  -   <xsl:template name="generate.manifest">
  +<xsl:template name="generate.manifest">
         <xsl:param name="node" select="/"/>
         <xsl:call-template name="write.text.chunk">
            <xsl:with-param name="filename">
  @@ -33,9 +33,9 @@
            </xsl:with-param>
            <xsl:with-param name="encoding" select="$chunker.output.encoding"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="set|book|part|preface|chapter|appendix
  +<xsl:template match="set|book|part|preface|chapter|appendix
                        |article
                        |reference|refentry
                        |sect1|sect2|sect3|sect4|sect5
  @@ -45,9 +45,7 @@
                        |book/index|article/index
                        |colophon"
                    mode="enumerate-files">
  -      <xsl:variable name="ischunk">
  -         <xsl:call-template name="chunk"/>
  -      </xsl:variable>
  +  <xsl:variable name="ischunk"><xsl:call-template name="chunk"/></xsl:variable>
         <xsl:if test="$ischunk='1'">
            <xsl:call-template name="make-relative-filename">
               <xsl:with-param name="base.dir">
  @@ -62,12 +60,10 @@
            <xsl:text>&#10;</xsl:text>
         </xsl:if>
         <xsl:apply-templates select="*" mode="enumerate-files"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="legalnotice" mode="enumerate-files">
  -      <xsl:variable name="id">
  -         <xsl:call-template name="object.id"/>
  -      </xsl:variable>
  +<xsl:template match="legalnotice" mode="enumerate-files">
  +  <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
         <xsl:if test="$generate.legalnotice.link != 0">
            <xsl:call-template name="make-relative-filename">
               <xsl:with-param name="base.dir">
  @@ -79,9 +75,9 @@
            </xsl:call-template>
            <xsl:text>&#10;</xsl:text>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="mediaobject[imageobject] | inlinemediaobject[imageobject]" mode="enumerate-files">
  +<xsl:template match="mediaobject[imageobject] | inlinemediaobject[imageobject]" mode="enumerate-files">
         <xsl:variable name="longdesc.uri">
            <xsl:call-template name="longdesc.uri">
               <xsl:with-param name="mediaobject"
  @@ -96,9 +92,9 @@
            </xsl:call-template>
            <xsl:text>&#10;</xsl:text>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="text()" mode="enumerate-files">
  -   </xsl:template>
  +<xsl:template match="text()" mode="enumerate-files">
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +254 -254  JBossRemoting/docs/guide/support/support/docbook-xsl/html/math.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: math.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/math.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- math.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ math.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: math.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: math.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,25 +12,25 @@
   
     ******************************************************************** -->
   
  -   <xsl:template match="inlineequation">
  +<xsl:template match="inlineequation">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="alt">
  -   </xsl:template>
  +<xsl:template match="alt">
  +</xsl:template>
   
  -   <!-- "Support" for MathML -->
  +<!-- "Support" for MathML -->
   
  -   <xsl:template match="mml:*" xmlns:mml="http://www.w3.org/1998/Math/MathML">
  +<xsl:template match="mml:*" xmlns:mml="http://www.w3.org/1998/Math/MathML">
         <xsl:copy>
            <xsl:copy-of select="@*"/>
            <xsl:apply-templates/>
         </xsl:copy>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- Support for TeX math in alt -->
  +<!-- Support for TeX math in alt -->
   
  -   <xsl:template match="*" mode="collect.tex.math">
  +<xsl:template match="*" mode="collect.tex.math">
         <xsl:call-template name="write.text.chunk">
            <xsl:with-param name="filename" select="$tex.math.file"/>
            <xsl:with-param name="method" select="'text'"/>
  @@ -56,19 +56,19 @@
            </xsl:with-param>
            <xsl:with-param name="encoding" select="$chunker.output.encoding"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- PlainTeX -->
  +<!-- PlainTeX -->
   
  -   <xsl:template name="tex.math.plain.head">
  +<xsl:template name="tex.math.plain.head">
         <xsl:text>\nopagenumbers &#xA;</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="tex.math.plain.tail">
  +<xsl:template name="tex.math.plain.tail">
         <xsl:text>\bye &#xA;</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="inlineequation" mode="collect.tex.math.plain">
  +<xsl:template match="inlineequation" mode="collect.tex.math.plain">
         <xsl:variable name="filename">
            <xsl:choose>
               <xsl:when test="graphic">
  @@ -88,7 +88,7 @@
         </xsl:variable>
         <xsl:variable name="tex" select="alt[@role='tex'] | inlinemediaobject/textobject[@role='tex']"/>
         <xsl:if test="$tex">
  -         <xsl:text>\special{dvi2bitmap outputfile</xsl:text>
  +    <xsl:text>\special{dvi2bitmap outputfile </xsl:text>
            <xsl:value-of select="$filename"/>
            <xsl:text>} &#xA;</xsl:text>
            <xsl:if test="$output.delims != 0">
  @@ -100,9 +100,9 @@
            </xsl:if>
            <xsl:text>\vfill\eject &#xA;</xsl:text>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="equation|informalequation" mode="collect.tex.math.plain">
  +<xsl:template match="equation|informalequation" mode="collect.tex.math.plain">
         <xsl:variable name="filename">
            <xsl:choose>
               <xsl:when test="graphic">
  @@ -122,7 +122,7 @@
         </xsl:variable>
         <xsl:variable name="tex" select="alt[@role='tex'] | mediaobject/textobject[@role='tex']"/>
         <xsl:if test="$tex">
  -         <xsl:text>\special{dvi2bitmap outputfile</xsl:text>
  +    <xsl:text>\special{dvi2bitmap outputfile </xsl:text>
            <xsl:value-of select="$filename"/>
            <xsl:text>} &#xA;</xsl:text>
            <xsl:if test="$output.delims != 0">
  @@ -134,23 +134,23 @@
            </xsl:if>
            <xsl:text>\vfill\eject &#xA;</xsl:text>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="text()" mode="collect.tex.math.plain"/>
  +<xsl:template match="text()" mode="collect.tex.math.plain"/>
   
  -   <!-- LaTeX -->
  +<!-- LaTeX -->
   
  -   <xsl:template name="tex.math.latex.head">
  +<xsl:template name="tex.math.latex.head">
         <xsl:text>\documentclass{article} &#xA;</xsl:text>
         <xsl:text>\pagestyle{empty} &#xA;</xsl:text>
         <xsl:text>\begin{document} &#xA;</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="tex.math.latex.tail">
  +<xsl:template name="tex.math.latex.tail">
         <xsl:text>\end{document} &#xA;</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="inlineequation" mode="collect.tex.math.latex">
  +<xsl:template match="inlineequation" mode="collect.tex.math.latex">
         <xsl:variable name="filename">
            <xsl:choose>
               <xsl:when test="graphic">
  @@ -170,7 +170,7 @@
         </xsl:variable>
         <xsl:variable name="tex" select="alt[@role='tex'] | inlinemediaobject/textobject[@role='tex']"/>
         <xsl:if test="$tex">
  -         <xsl:text>\special{dvi2bitmap outputfile</xsl:text>
  +    <xsl:text>\special{dvi2bitmap outputfile </xsl:text>
            <xsl:value-of select="$filename"/>
            <xsl:text>} &#xA;</xsl:text>
            <xsl:if test="$output.delims != 0">
  @@ -182,9 +182,9 @@
            </xsl:if>
            <xsl:text>\newpage &#xA;</xsl:text>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="equation|informalequation" mode="collect.tex.math.latex">
  +<xsl:template match="equation|informalequation" mode="collect.tex.math.latex">
         <xsl:variable name="filename">
            <xsl:choose>
               <xsl:when test="graphic">
  @@ -204,7 +204,7 @@
         </xsl:variable>
         <xsl:variable name="tex" select="alt[@role='tex'] | mediaobject/textobject[@role='tex']"/>
         <xsl:if test="$tex">
  -         <xsl:text>\special{dvi2bitmap outputfile</xsl:text>
  +    <xsl:text>\special{dvi2bitmap outputfile </xsl:text>
            <xsl:value-of select="$filename"/>
            <xsl:text>} &#xA;</xsl:text>
            <xsl:if test="$output.delims != 0">
  @@ -216,13 +216,13 @@
            </xsl:if>
            <xsl:text>\newpage &#xA;</xsl:text>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="text()" mode="collect.tex.math.latex"/>
  +<xsl:template match="text()" mode="collect.tex.math.latex"/>
   
  -   <!-- Extracting image filename from mediaobject and graphic elements -->
  +<!-- Extracting image filename from mediaobject and graphic elements -->
   
  -   <xsl:template name="select.mediaobject.filename">
  +<xsl:template name="select.mediaobject.filename">
         <xsl:param name="olist"
                    select="imageobject|imageobjectco
                        |videoobject|audioobject|textobject"/>
  @@ -240,9 +240,9 @@
                               select="$olist[position() = $mediaobject.index]"/>
            </xsl:call-template>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="tex.math.output.delims">
  +<xsl:template name="tex.math.output.delims">
         <xsl:variable name="pi.delims">
            <xsl:call-template name="pi-attribute">
               <xsl:with-param name="pis" select=".//processing-instruction('dbtex')"/>
  @@ -257,6 +257,6 @@
            </xsl:choose>
         </xsl:variable>
         <xsl:value-of select="$result"/>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +190 -192  JBossRemoting/docs/guide/support/support/docbook-xsl/html/oldchunker.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: oldchunker.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/oldchunker.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- oldchunker.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ oldchunker.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -7,8 +7,8 @@
                   exclude-result-prefixes="doc"
                   extension-element-prefixes="saxon xalanredirect lxslt">
   
  -   <!-- ********************************************************************
  -  $Id: oldchunker.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: oldchunker.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -17,42 +17,40 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <!-- This stylesheet works with Saxon and Xalan; for XT use xtchunker.xsl -->
  +<!-- This stylesheet works with Saxon and Xalan; for XT use xtchunker.xsl -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:param name="default.encoding" select="'ISO-8859-1'" doc:type='string'/>
  +<xsl:param name="default.encoding" select="'ISO-8859-1'" doc:type='string'/>
   
  -   <doc:param name="default.encoding" xmlns="">
  -      <refpurpose>Encoding used in generated HTML pages</refpurpose>
  -      <refdescription>
  -         <para>This encoding is used in files generated by chunking stylesheet. Currently
  -            only Saxon is able to change output encoding.
  -         </para>
  -      </refdescription>
  -   </doc:param>
  -
  -   <!-- ==================================================================== -->
  -
  -   <xsl:param name="saxon.character.representation" select="'entity;decimal'" doc:type='string'/>
  -
  -   <doc:param name="saxon.character.representation" xmlns="">
  -      <refpurpose>Saxon character representation used in generated HTML pages</refpurpose>
  -      <refdescription>
  -         <para>This character representation is used in files generated by chunking stylesheet. If
  -            you want to suppress entity references for characters with direct representation
  -            in default.encoding, set this parameter to value
  -            <literal>native</literal>
  -            .
  -         </para>
  -      </refdescription>
  -   </doc:param>
  +<doc:param name="default.encoding" xmlns="">
  +<refpurpose>Encoding used in generated HTML pages</refpurpose>
  +<refdescription>
  +<para>This encoding is used in files generated by chunking stylesheet. Currently
  +only Saxon is able to change output encoding.
  +</para>
  +</refdescription>
  +</doc:param>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="make-relative-filename">
  +<xsl:param name="saxon.character.representation" select="'entity;decimal'" doc:type='string'/>
  +
  +<doc:param name="saxon.character.representation" xmlns="">
  +<refpurpose>Saxon character representation used in generated HTML pages</refpurpose>
  +<refdescription>
  +<para>This character representation is used in files generated by chunking stylesheet. If
  +you want to suppress entity references for characters with direct representation 
  +in default.encoding, set this parameter to value <literal>native</literal>. 
  +</para>
  +</refdescription>
  +</doc:param>
  +
  +<!-- ==================================================================== -->
  +
  +<xsl:template name="make-relative-filename">
         <xsl:param name="base.dir" select="'./'"/>
         <xsl:param name="base.name" select="''"/>
   
  @@ -69,14 +67,14 @@
            </xsl:when>
            <xsl:otherwise>
               <xsl:message terminate="yes">
  -               <xsl:text>Chunking isn't supported with</xsl:text>
  +        <xsl:text>Chunking isn't supported with </xsl:text>
                  <xsl:value-of select="$vendor"/>
               </xsl:message>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="write.chunk">
  +<xsl:template name="write.chunk">
         <xsl:param name="filename" select="''"/>
         <xsl:param name="method" select="'html'"/>
         <xsl:param name="encoding" select="$default.encoding"/>
  @@ -84,10 +82,10 @@
         <xsl:param name="content" select="''"/>
   
         <xsl:message>
  -         <xsl:text>Writing</xsl:text>
  +    <xsl:text>Writing </xsl:text>
            <xsl:value-of select="$filename"/>
            <xsl:if test="name(.) != ''">
  -            <xsl:text>for</xsl:text>
  +      <xsl:text> for </xsl:text>
               <xsl:value-of select="name(.)"/>
               <xsl:if test="@id">
                  <xsl:text>(</xsl:text>
  @@ -130,15 +128,15 @@
            <xsl:otherwise>
               <!-- it doesn't matter since we won't be making chunks... -->
               <xsl:message terminate="yes">
  -               <xsl:text>Can't make chunks with</xsl:text>
  +        <xsl:text>Can't make chunks with </xsl:text>
                  <xsl:value-of select="$vendor"/>
                  <xsl:text>'s processor.</xsl:text>
               </xsl:message>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="write.chunk.with.doctype">
  +<xsl:template name="write.chunk.with.doctype">
         <xsl:param name="filename" select="''"/>
         <xsl:param name="method" select="'html'"/>
         <xsl:param name="encoding" select="$default.encoding"/>
  @@ -148,10 +146,10 @@
         <xsl:param name="content" select="''"/>
   
         <xsl:message>
  -         <xsl:text>Writing</xsl:text>
  +    <xsl:text>Writing </xsl:text>
            <xsl:value-of select="$filename"/>
            <xsl:if test="name(.) != ''">
  -            <xsl:text>for</xsl:text>
  +      <xsl:text> for </xsl:text>
               <xsl:value-of select="name(.)"/>
            </xsl:if>
         </xsl:message>
  @@ -193,12 +191,12 @@
            <xsl:otherwise>
               <!-- it doesn't matter since we won't be making chunks... -->
               <xsl:message terminate="yes">
  -               <xsl:text>Can't make chunks with</xsl:text>
  +        <xsl:text>Can't make chunks with </xsl:text>
                  <xsl:value-of select="$vendor"/>
                  <xsl:text>'s processor.</xsl:text>
               </xsl:message>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +29 -29    JBossRemoting/docs/guide/support/support/docbook-xsl/html/onechunk.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: onechunk.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/onechunk.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- onechunk.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ onechunk.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -4,8 +4,8 @@
                   version="1.0"
                   exclude-result-prefixes="doc">
   
  -   <!-- ********************************************************************
  -  $Id: onechunk.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: onechunk.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -14,24 +14,24 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:import href="chunk.xsl"/>
  +<xsl:import href="chunk.xsl"/>
   
  -   <!-- Ok, using the onechunk parameter makes this all work again. -->
  -   <!-- It does have the disadvantage that it only works for documents that have -->
  -   <!-- a root element that is considered a chunk by the chunk.xsl stylesheet. -->
  -   <!-- Ideally, onechunk would let anything be a chunk. But not today. -->
  +<!-- Ok, using the onechunk parameter makes this all work again. -->
  +<!-- It does have the disadvantage that it only works for documents that have -->
  +<!-- a root element that is considered a chunk by the chunk.xsl stylesheet. -->
  +<!-- Ideally, onechunk would let anything be a chunk. But not today. -->
   
  -   <xsl:param name="onechunk" select="1"/>
  -   <xsl:param name="suppress.navigation">1</xsl:param>
  +<xsl:param name="onechunk" select="1"/>
  +<xsl:param name="suppress.navigation">1</xsl:param>
   
  -   <xsl:template name="href.target.uri">
  +<xsl:template name="href.target.uri">
         <xsl:param name="object" select="."/>
         <xsl:text>#</xsl:text>
         <xsl:call-template name="object.id">
            <xsl:with-param name="object" select="$object"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +0 -0      JBossRemoting/docs/guide/support/support/docbook-xsl/html/param.ent
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  
  
  
  1.2       +7452 -8710JBossRemoting/docs/guide/support/support/docbook-xsl/html/param.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: param.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/param.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- param.xml	6 Oct 2005 03:27:23 -0000	1.1
  +++ param.xml	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8461 +2,7203 @@
   <!DOCTYPE book
         PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
   <book>
  -   <bookinfo>
  -      <title>HTML Parameter Reference</title>
  -      <releaseinfo role="meta">
  -         $Id: param.xml,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<bookinfo>
  +<title>HTML Parameter Reference</title>
  +<releaseinfo role="meta">
  +$Id: param.xml,v 1.2 2006/08/02 16:35:05 telrod Exp $
   </releaseinfo>
  -      <author>
  +<author>
            <surname>Walsh</surname>
            <firstname>Norman</firstname>
  -      </author>
  -      <copyright>
  +</author>
  +<copyright>
            <year>1999</year>
            <year>2000</year>
            <year>2001</year>
            <holder>Norman Walsh</holder>
  -      </copyright>
  -   </bookinfo>
  +</copyright>
  +</bookinfo>
   
  -   <preface>
  -      <title>Introduction</title>
  +<preface><title>Introduction</title>
   
  -      <para>This is technical reference documentation for the DocBook XSL
  -         Stylesheets; it documents (some of) the parameters, templates, and
  -         other elements of the stylesheets.</para>
  -
  -      <para>This reference describes each of the HTML Stylesheet parameters.
  -         These are the
  -         <quote>easily customizable</quote>
  -         parts of the stylesheet.
  -         If you want to specify an alternate value for one or more of these
  -         parameters, you can do so in a
  -         <quote>driver</quote>
  -         stylesheet.
  -      </para>
  -
  -      <para>For example, if you want to change the
  -         <literal moreinfo="none">html.stylesheet</literal>
  -         to
  -         <filename moreinfo="none">reference.css</filename>
  -         , you might create a driver
  -         stylesheet like this:
  -      </para>
  +<para>This is technical reference documentation for the DocBook XSL
  +Stylesheets; it documents (some of) the parameters, templates, and
  +other elements of the stylesheets.</para>
   
  -      <programlisting format="linespecific">&lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  +<para>This reference describes each of the HTML Stylesheet parameters.
  +These are the <quote>easily customizable</quote> parts of the stylesheet.
  +If you want to specify an alternate value for one or more of these
  +parameters, you can do so in a <quote>driver</quote> stylesheet.</para>
  +
  +<para>For example, if you want to change the <literal moreinfo="none">html.stylesheet</literal>
  +to <filename moreinfo="none">reference.css</filename>, you might create a driver
  +stylesheet like this:</para>
  +
  +<programlisting format="linespecific">&lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
            version='1.0'&gt;
   
            &lt;xsl:import href="http://docbook.sourceforge.net/release/xsl/snapshot/html/docbook.xsl"/&gt;
   
            &lt;xsl:param name="html.stylesheet"&gt;reference.css&lt;/xsl:param&gt;
   
  -         &lt;/xsl:stylesheet&gt;</programlisting>
  -
  -      <para>Naturally, you have to change the
  -         <sgmltag class="attribute">href</sgmltag>
  -         attribute on
  -         <literal moreinfo="none">&lt;xsl:import&gt;</literal>
  -         to point to
  -         <filename moreinfo="none">docbook.xsl</filename>
  -         on your system. (Or
  -         <filename moreinfo="none">chunk.xsl</filename>
  -         , if you're using chunking.)
  -      </para>
  -
  -      <para>This is not intended to be
  -         <quote>user</quote>
  -         documentation.
  -         It is provided for developers writing customization layers for the
  -         stylesheets, and for anyone who's interested in
  -         <quote>how it
  -            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>
  -   </preface>
  -
  -   <reference>
  -      <title>Admonitions</title>
  -      <refentry id="admon.graphics.extension">
  -         <refmeta>
  -            <refentrytitle>admon.graphics.extension</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>admon.graphics.extension</refname>
  -            <refpurpose>Extension for admonition graphics</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="admon.graphics.extension.frag">&lt;xsl:param name="admon.graphics.extension"
  -               select="'.png'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Sets the extension to use on admonition graphics.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="admon.graphics.path">
  -         <refmeta>
  -            <refentrytitle>admon.graphics.path</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>admon.graphics.path</refname>
  -            <refpurpose>Path to admonition graphics</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="admon.graphics.path.frag">&lt;xsl:param name="admon.graphics.path"&gt;images/&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Sets the path, probably relative to the directory where the HTML
  -               files are created, to the admonition graphics.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="admon.graphics">
  -         <refmeta>
  -            <refentrytitle>admon.graphics</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>admon.graphics</refname>
  -            <refpurpose>Use graphics in admonitions?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="admon.graphics.frag">
  -               &lt;xsl:param name="admon.graphics" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), admonitions are presented in an alternate style that uses
  -               a graphic. Default graphics are provided in the distribution.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="admon.textlabel">
  -         <refmeta>
  -            <refentrytitle>admon.textlabel</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>admon.textlabel</refname>
  -            <refpurpose>Use text label in admonitions?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="admon.textlabel.frag">
  -               &lt;xsl:param name="admon.textlabel" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), admonitions are presented with a generated
  -               text label such as Note or Warning in the appropriate language.
  -               If zero, such labels are turned off, but any title child
  -               of the admonition element are still output.
  -               The default value is 1.
  -            </para>
  +&lt;/xsl:stylesheet&gt;</programlisting>
   
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="admon.style">
  -         <refmeta>
  -            <refentrytitle>admon.style</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>admon.style</refname>
  -            <refpurpose>CSS style attributes for admonitions</refpurpose>
  -         </refnamediv>
  +<para>Naturally, you have to change the
  +<sgmltag class="attribute">href</sgmltag> attribute on
  +<literal moreinfo="none">&lt;xsl:import&gt;</literal> to point to
  +<filename moreinfo="none">docbook.xsl</filename> on your system. (Or
  +<filename moreinfo="none">chunk.xsl</filename>, if you're using chunking.)</para>
  +
  +<para>This is not intended to be <quote>user</quote> documentation.
  +It is provided for developers writing customization layers for the
  +stylesheets, and for anyone who's interested in <quote>how it
  +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>
  +</preface>
  +
  +<reference><title>Admonitions</title>
  +<refentry id="admon.graphics.extension">
  +<refmeta>
  +<refentrytitle>admon.graphics.extension</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>admon.graphics.extension</refname>
  +<refpurpose>Extension for admonition graphics</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="admon.graphics.extension.frag">&lt;xsl:param name="admon.graphics.extension" select="'.png'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Sets the extension to use on admonition graphics.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="admon.graphics.path">
  +<refmeta>
  +<refentrytitle>admon.graphics.path</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>admon.graphics.path</refname>
  +<refpurpose>Path to admonition graphics</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="admon.graphics.path.frag">&lt;xsl:param name="admon.graphics.path"&gt;images/&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Sets the path, probably relative to the directory where the HTML
  +files are created, to the admonition graphics.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="admon.graphics">
  +<refmeta>
  +<refentrytitle>admon.graphics</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>admon.graphics</refname>
  +<refpurpose>Use graphics in admonitions?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="admon.graphics.frag">
  +&lt;xsl:param name="admon.graphics" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), admonitions are presented in an alternate style that uses
  +a graphic.  Default graphics are provided in the distribution.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="admon.textlabel">
  +<refmeta>
  +<refentrytitle>admon.textlabel</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>admon.textlabel</refname>
  +<refpurpose>Use text label in admonitions?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="admon.textlabel.frag">
  +&lt;xsl:param name="admon.textlabel" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), admonitions are presented with a generated
  +text label such as Note or Warning in the appropriate language.
  +If zero, such labels are turned off, but any title child
  +of the admonition element are still output.
  +The default value is 1.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="admon.style">
  +<refmeta>
  +<refentrytitle>admon.style</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>admon.style</refname>
  +<refpurpose>CSS style attributes for admonitions</refpurpose>
  +</refnamediv>
   
  -         <refsynopsisdiv>
  -            <programlisting id="admon.style.frag">&lt;xsl:param name="admon.style"&gt;
  +<refsynopsisdiv>
  +<programlisting id="admon.style.frag">&lt;xsl:param name="admon.style"&gt;
                  &lt;xsl:text&gt;margin-left: 0.5in; margin-right: 0.5in;&lt;/xsl:text&gt;
  -               &lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Specifies the value of the
  -               <sgmltag class="attribute">STYLE</sgmltag>
  -               attribute that should be added to admonitions.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>Callouts</title>
  -      <refentry id="callout.defaultcolumn">
  -         <refmeta>
  -            <refentrytitle>callout.defaultcolumn</refentrytitle>
  -            <refmiscinfo role="type">integer</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>callout.defaultcolumn</refname>
  -            <refpurpose>Indicates what column callouts appear in by default</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="callout.defaultcolumn.frag">&lt;xsl:param name="callout.defaultcolumn" select="'60'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If a callout does not identify a column (for example, if it uses
  -               the
  -               <literal moreinfo="none">linerange</literal>
  -               <sgmltag class="attribute">unit</sgmltag>
  -               ),
  -               it will appear in the default column.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="callout.graphics.extension">
  -         <refmeta>
  -            <refentrytitle>callout.graphics.extension</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>callout.graphics.extension</refname>
  -            <refpurpose>Extension for callout graphics</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="callout.graphics.extension.frag">&lt;xsl:param name="callout.graphics.extension"
  -               select="'.png'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Sets the extension to use on callout graphics.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="callout.graphics.number.limit">
  -         <refmeta>
  -            <refentrytitle>callout.graphics.number.limit</refentrytitle>
  -            <refmiscinfo role="type">integer</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>callout.graphics.number.limit</refname>
  -            <refpurpose>Number of the largest callout graphic</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="callout.graphics.number.limit.frag">&lt;xsl:param name="callout.graphics.number.limit"
  -               select="'10'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If
  -               <parameter moreinfo="none">callout.graphics</parameter>
  -               is non-zero, graphics are used to represent
  -               callout numbers. The value of
  -               <parameter moreinfo="none">callout.graphics.number.limit</parameter>
  -               is
  -               the largest number for which a graphic exists. If the callout number
  -               exceeds this limit, the default presentation "(nnn)" will always
  -               be used.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="callout.graphics.path">
  -         <refmeta>
  -            <refentrytitle>callout.graphics.path</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>callout.graphics.path</refname>
  -            <refpurpose>Path to callout graphics</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="callout.graphics.path.frag">
  -               &lt;xsl:param name="callout.graphics.path" select="'images/callouts/'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Sets the path, probably relative to the directory where the HTML
  -               files are created, to the callout graphics.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="callout.graphics">
  -         <refmeta>
  -            <refentrytitle>callout.graphics</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>callout.graphics</refname>
  -            <refpurpose>Use graphics for callouts?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="callout.graphics.frag">
  -               &lt;xsl:param name="callout.graphics" select="'1'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, callouts are presented with graphics (e.g., reverse-video
  -               circled numbers instead of "(1)", "(2)", etc.).
  -               Default graphics are provided in the distribution.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="callout.list.table">
  -         <refmeta>
  -            <refentrytitle>callout.list.table</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>callout.list.table</refname>
  -            <refpurpose>Present callout lists using a table?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="callout.list.table.frag">&lt;xsl:param name="callout.list.table" select="'1'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The default presentation of
  -               <sgmltag>CalloutList</sgmltag>
  -               s uses
  -               an HTML
  -               <sgmltag>DL</sgmltag>
  -               . Some browsers don't align DLs very well
  -               if
  -               <parameter moreinfo="none">callout.graphics</parameter>
  -               are used. With this option
  -               turned on,
  -               <sgmltag>CalloutList</sgmltag>
  -               s are presented in an HTML
  -               <sgmltag>TABLE</sgmltag>
  -               , which usually results in better alignment
  -               of the callout number with the callout description.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="callout.unicode.number.limit">
  -         <refmeta>
  -            <refentrytitle>callout.unicode.number.limit</refentrytitle>
  -            <refmiscinfo role="type">integer</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>callout.unicode.number.limit</refname>
  -            <refpurpose>Number of the largest callout graphic</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="callout.unicode.number.limit.frag">&lt;xsl:param name="callout.unicode.number.limit"
  -               select="'10'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If
  -               <parameter moreinfo="none">callout.unicode</parameter>
  -               is non-zero, unicode characters are used to represent
  -               callout numbers. The value of
  -               <parameter moreinfo="none">callout.unicode.number.limit</parameter>
  -               is
  -               the largest number for which a unicode character exists. If the callout number
  -               exceeds this limit, the default presentation "(nnn)" will always
  -               be used.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="callout.unicode.start.character">
  -         <refmeta>
  -            <refentrytitle>callout.unicode.start.character</refentrytitle>
  -            <refmiscinfo role="type">integer</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>callout.unicode.start.character</refname>
  -            <refpurpose>First Unicode character to use, decimal value.</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="callout.unicode.start.character.frag">&lt;xsl:param
  -               name="callout.unicode.start.character" select="10102"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If
  -               <parameter moreinfo="none">callout.graphics</parameter>
  -               is zero and
  -               <parameter moreinfo="none">callout.unicode</parameter>
  -               is non-zero, unicode characters are used to represent
  -               callout numbers. The value of
  -               <parameter moreinfo="none">callout.unicode.start.character</parameter>
  -               is the decimal unicode value used for callout number one. Currently,
  -               only 10102 is supported in the stylesheets for this parameter.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="callout.unicode">
  -         <refmeta>
  -            <refentrytitle>callout.unicode</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>callout.unicode</refname>
  -            <refpurpose>Use Unicode characters rather than images for callouts.</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="callout.unicode.frag">&lt;xsl:param name="callout.unicode" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The stylesheets can use either an image of the numbers one to ten, or the single Unicode character
  -               which represents the numeral, in white on a black background. Use this to select the Unicode character
  -               option.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="callouts.extension">
  -         <refmeta>
  -            <refentrytitle>callouts.extension</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>callouts.extension</refname>
  -            <refpurpose>Enable the callout extension</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="callouts.extension.frag">&lt;xsl:param name="callouts.extension" select="'1'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The callouts extension processes
  -               <sgmltag>areaset</sgmltag>
  -               elements in
  -               <sgmltag>ProgramListingCO</sgmltag>
  -               and other text-based
  -               callout elements.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  +&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
   
  -   </reference>
  +<refsect1><title>Description</title>
   
  -   <reference>
  -      <title>EBNF</title>
  -      <refentry id="ebnf.table.bgcolor">
  -         <refmeta>
  -            <refentrytitle>ebnf.table.bgcolor</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>ebnf.table.bgcolor</refname>
  -            <refpurpose>Background color for EBNF tables</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="ebnf.table.bgcolor.frag">&lt;xsl:param name="ebnf.table.bgcolor" select="'#F5DCB3'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  +<para>Specifies the value of the <sgmltag class="attribute">STYLE</sgmltag>
  +attribute that should be added to admonitions.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>Callouts</title>
  +<refentry id="callout.defaultcolumn">
  +<refmeta>
  +<refentrytitle>callout.defaultcolumn</refentrytitle>
  +<refmiscinfo role="type">integer</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>callout.defaultcolumn</refname>
  +<refpurpose>Indicates what column callouts appear in by default</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="callout.defaultcolumn.frag">&lt;xsl:param name="callout.defaultcolumn" select="'60'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If a callout does not identify a column (for example, if it uses
  +the <literal moreinfo="none">linerange</literal> <sgmltag class="attribute">unit</sgmltag>),
  +it will appear in the default column.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="callout.graphics.extension">
  +<refmeta>
  +<refentrytitle>callout.graphics.extension</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>callout.graphics.extension</refname>
  +<refpurpose>Extension for callout graphics</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="callout.graphics.extension.frag">&lt;xsl:param name="callout.graphics.extension" select="'.png'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Sets the extension to use on callout graphics.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="callout.graphics.number.limit">
  +<refmeta>
  +<refentrytitle>callout.graphics.number.limit</refentrytitle>
  +<refmiscinfo role="type">integer</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>callout.graphics.number.limit</refname>
  +<refpurpose>Number of the largest callout graphic</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="callout.graphics.number.limit.frag">&lt;xsl:param name="callout.graphics.number.limit" select="'10'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If <parameter moreinfo="none">callout.graphics</parameter>
  +is non-zero, graphics are used to represent
  +callout numbers. The value of
  +<parameter moreinfo="none">callout.graphics.number.limit</parameter>
  +is
  +the largest number for which a graphic exists. If the callout number
  +exceeds this limit, the default presentation "(nnn)" will always
  +be used.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="callout.graphics.path">
  +<refmeta>
  +<refentrytitle>callout.graphics.path</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>callout.graphics.path</refname>
  +<refpurpose>Path to callout graphics</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="callout.graphics.path.frag">
  +&lt;xsl:param name="callout.graphics.path" select="'images/callouts/'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Sets the path, probably relative to the directory where the HTML
  +files are created, to the callout graphics.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="callout.graphics">
  +<refmeta>
  +<refentrytitle>callout.graphics</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>callout.graphics</refname>
  +<refpurpose>Use graphics for callouts?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="callout.graphics.frag">
  +&lt;xsl:param name="callout.graphics" select="'1'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, callouts are presented with graphics (e.g., reverse-video
  +circled numbers instead of "(1)", "(2)", etc.).
  +Default graphics are provided in the distribution.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="callout.list.table">
  +<refmeta>
  +<refentrytitle>callout.list.table</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>callout.list.table</refname>
  +<refpurpose>Present callout lists using a table?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="callout.list.table.frag">&lt;xsl:param name="callout.list.table" select="'1'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The default presentation of <sgmltag>CalloutList</sgmltag>s uses
  +an HTML <sgmltag>DL</sgmltag>. Some browsers don't align DLs very well
  +if <parameter moreinfo="none">callout.graphics</parameter> are used. With this option
  +turned on, <sgmltag>CalloutList</sgmltag>s are presented in an HTML
  +<sgmltag>TABLE</sgmltag>, which usually results in better alignment
  +of the callout number with the callout description.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="callout.unicode.number.limit">
  +<refmeta>
  +<refentrytitle>callout.unicode.number.limit</refentrytitle>
  +<refmiscinfo role="type">integer</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>callout.unicode.number.limit</refname>
  +<refpurpose>Number of the largest callout graphic</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="callout.unicode.number.limit.frag">&lt;xsl:param name="callout.unicode.number.limit" select="'10'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If <parameter moreinfo="none">callout.unicode</parameter>
  +is non-zero, unicode characters are used to represent
  +callout numbers. The value of
  +<parameter moreinfo="none">callout.unicode.number.limit</parameter>
  +is
  +the largest number for which a unicode character exists. If the callout number
  +exceeds this limit, the default presentation "(nnn)" will always
  +be used.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="callout.unicode.start.character">
  +<refmeta>
  +<refentrytitle>callout.unicode.start.character</refentrytitle>
  +<refmiscinfo role="type">integer</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>callout.unicode.start.character</refname>
  +<refpurpose>First Unicode character to use, decimal value.</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="callout.unicode.start.character.frag">&lt;xsl:param name="callout.unicode.start.character" select="10102"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If <parameter moreinfo="none">callout.graphics</parameter> is zero and <parameter moreinfo="none">callout.unicode</parameter>
  +is non-zero, unicode characters are used to represent
  +callout numbers. The value of
  +<parameter moreinfo="none">callout.unicode.start.character</parameter>
  +is the decimal unicode value used for callout number one. Currently, 
  +only 10102 is supported in the stylesheets for this parameter. 
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="callout.unicode">
  +<refmeta>
  +<refentrytitle>callout.unicode</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>callout.unicode</refname>
  +<refpurpose>Use Unicode characters rather than images for callouts.</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="callout.unicode.frag">&lt;xsl:param name="callout.unicode" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The stylesheets can use either an image of the numbers one to ten, or the single Unicode character which represents the numeral, in white on a black background. Use this to select the Unicode character option.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="callouts.extension">
  +<refmeta>
  +<refentrytitle>callouts.extension</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>callouts.extension</refname>
  +<refpurpose>Enable the callout extension</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="callouts.extension.frag">&lt;xsl:param name="callouts.extension" select="'1'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The callouts extension processes <sgmltag>areaset</sgmltag>
  +elements in <sgmltag>ProgramListingCO</sgmltag> and other text-based
  +callout elements.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>EBNF</title>
  +<refentry id="ebnf.table.bgcolor">
  +<refmeta>
  +<refentrytitle>ebnf.table.bgcolor</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>ebnf.table.bgcolor</refname>
  +<refpurpose>Background color for EBNF tables</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="ebnf.table.bgcolor.frag">&lt;xsl:param name="ebnf.table.bgcolor" select="'#F5DCB3'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Sets the background color for EBNF tables. No <sgmltag>bgcolor</sgmltag>
  +attribute is output if <varname>ebnf.table.bgcolor</varname> is set to
  +the null string. The default value matches the value used in recent
  +online versions of the W3C's XML Spec productions.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="ebnf.table.border">
  +<refmeta>
  +<refentrytitle>ebnf.table.border</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>ebnf.table.border</refname>
  +<refpurpose>Selects border on EBNF tables</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="ebnf.table.border.frag">&lt;xsl:param name="ebnf.table.border" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Selects the border on EBNF tables. If non-zero, the tables have
  +borders, otherwise they don't.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="ebnf.assignment">
  +<refmeta>
  +<refentrytitle>ebnf.assignment</refentrytitle>
  +<refmiscinfo role="type">rtf</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>ebnf.assignment</refname>
  +<refpurpose>The EBNF production assignment operator</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="ebnf.assignment.frag">
  +&lt;xsl:param name="ebnf.assignment"&gt;
  +&lt;tt&gt;::=&lt;/tt&gt;
  +&lt;/xsl:param&gt;
  +
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The <parameter moreinfo="none">ebnf.assignment</parameter> parameter determines what
  +text is used to show <quote>assignment</quote> in <sgmltag>production</sgmltag>s
  +in <sgmltag>productionset</sgmltag>s.</para>
  +
  +<para>While <quote><literal moreinfo="none">::=</literal></quote> is common, so are several
  +other operators.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="ebnf.statement.terminator">
  +<refmeta>
  +<refentrytitle>ebnf.statement.terminator</refentrytitle>
  +<refmiscinfo role="type">rtf</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>ebnf.statement.terminator</refname>
  +<refpurpose>Punctuation that ends an EBNF statement.</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="ebnf.statement.terminator.frag">
  +&lt;xsl:param name="ebnf.statement.terminator"&gt;&lt;/xsl:param&gt;
  +
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The <parameter moreinfo="none">ebnf.statement.terminator</parameter> parameter determines what
  +text is used to terminate each <sgmltag>production</sgmltag>
  +in <sgmltag>productionset</sgmltag>.</para>
  +
  +<para>Some notations end each statement with a period.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>ToC/LoT/Index Generation</title>
  +<refentry id="annotate.toc">
  +<refmeta>
  +<refentrytitle>annotate.toc</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>annotate.toc</refname>
  +<refpurpose>Annotate the Table of Contents?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="annotate.toc.frag">&lt;xsl:param name="annotate.toc" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true, TOCs will be annotated. At present, this just means
  +that the <sgmltag>RefPurpose</sgmltag> of <sgmltag>RefEntry</sgmltag>
  +TOC entries will be displayed.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="autotoc.label.separator">
  +<refmeta>
  +<refentrytitle>autotoc.label.separator</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>autotoc.label.separator</refname>
  +<refpurpose>Separator between labels and titles in the ToC</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="autotoc.label.separator.frag">&lt;xsl:param name="autotoc.label.separator" select="'. '"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>String to use to seperate labels and title in a table of contents.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="process.source.toc">
  +<refmeta>
  +<refentrytitle>process.source.toc</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>process.source.toc</refname>
  +<refpurpose>FIXME:</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="process.source.toc.frag">&lt;xsl:param name="process.source.toc" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="process.empty.source.toc">
  +<refmeta>
  +<refentrytitle>process.empty.source.toc</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>process.empty.source.toc</refname>
  +<refpurpose>FIXME:</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="process.empty.source.toc.frag">&lt;xsl:param name="process.empty.source.toc" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="bridgehead.in.toc">
  +<refmeta>
  +<refentrytitle>bridgehead.in.toc</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>bridgehead.in.toc</refname>
  +<refpurpose>Should bridgehead elements appear in the TOC?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="bridgehead.in.toc.frag">&lt;xsl:param name="bridgehead.in.toc" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, bridgeheads appear in the TOC. Note that this option
  +is not fully supported and may be removed in a future version of the
  +stylesheets.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="manual.toc">
  +<refmeta>
  +<refentrytitle>manual.toc</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>manual.toc</refname>
  +<refpurpose>An explicit TOC to be used for the TOC</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="manual.toc.frag">
  +&lt;xsl:param name="manual.toc" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The <parameter moreinfo="none">manual.toc</parameter> identifies an explicit TOC that
  +will be used for building the printed TOC.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="toc.list.type">
  +<refmeta>
  +<refentrytitle>toc.list.type</refentrytitle>
  +<refmiscinfo role="type">list</refmiscinfo>
  +<refmiscinfo role="value">dl</refmiscinfo>
  +<refmiscinfo role="value">ul</refmiscinfo>
  +<refmiscinfo role="value">ol</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>toc.list.type</refname>
  +<refpurpose>Type of HTML list element to use for Tables of Contents</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="toc.list.type.frag">&lt;xsl:param name="toc.list.type"&gt;dl&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>When an automatically generated Table of Contents (or List of Titles)
  +is produced, this HTML element will be used to make the list.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="toc.section.depth">
  +<refmeta>
  +<refentrytitle>toc.section.depth</refentrytitle>
  +<refmiscinfo role="type">integer</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>toc.section.depth</refname>
  +<refpurpose>How deep should recursive <sgmltag>section</sgmltag>s appear
  +in the TOC?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="toc.section.depth.frag">&lt;xsl:param name="toc.section.depth"&gt;2&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Specifies the depth to which recursive sections should appear in the
  +TOC.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="toc.max.depth">
  +<refmeta>
  +<refentrytitle>toc.max.depth</refentrytitle>
  +<refmiscinfo role="type">integer</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>toc.max.depth</refname>
  +<refpurpose>How maximaly deep should be each TOC?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="toc.max.depth.frag">&lt;xsl:param name="toc.max.depth"&gt;8&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Specifies the maximal depth of TOC on all levels.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="generate.toc">
  +<refmeta>
  +<refentrytitle>generate.toc</refentrytitle>
  +<refmiscinfo role="type">table</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>generate.toc</refname>
  +<refpurpose>Control generation of ToCs and LoTs</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="generate.toc.frag">
  +&lt;xsl:param name="generate.toc"&gt;
  +appendix  toc,title
  +article/appendix  nop
  +article   toc,title
  +book      toc,title,figure,table,example,equation
  +chapter   toc,title
  +part      toc,title
  +preface   toc,title
  +qandadiv  toc
  +qandaset  toc
  +reference toc,title
  +sect1     toc
  +sect2     toc
  +sect3     toc
  +sect4     toc
  +sect5     toc
  +section   toc
  +set       toc,title
  +&lt;/xsl:param&gt;
  +
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parameter has a structured value. It is a table of space-delimited
  +path/value pairs. Each path identifies some element in the source document
  +using a restricted subset of XPath (only the implicit child axis, no wildcards,
  +no predicates). Paths can be either relative or absolute.</para>
  +
  +<para>When processing a particular element, the stylesheets consult this table to
  +determine if a ToC (or LoT(s)) should be generated.</para>
  +
  +<para>For example, consider the entry:</para>
  +
  +<screen format="linespecific">book toc,figure</screen>
  +
  +<para>This indicates that whenever a <sgmltag>book</sgmltag> is formatted, a
  +Table Of Contents and a List of Figures should be generated. Similarly,</para>
  +
  +<screen format="linespecific">/chapter toc</screen>
  +
  +<para>indicates that whenever a document <emphasis>that has a root
  +of</emphasis> <sgmltag>chapter</sgmltag> is formatted, a Table of
  +Contents should be generated. The entry <literal moreinfo="none">chapter</literal> would match
  +all chapters, but <literal moreinfo="none">/chapter</literal> matches only <sgmltag>chapter</sgmltag>
  +document elements.</para>
  +
  +<para>Generally, the longest match wins. So, for example, if you want to distinguish
  +articles in books from articles in parts, you could use these two entries:</para>
  +
  +<screen format="linespecific">book/article toc,figure
  +part/article toc</screen>
  +
  +<para>Note that an article in a part can never match a <literal moreinfo="none">book/article</literal>,
  +so if you want nothing to be generated for articles in parts, you can simply leave
  +that rule out.</para>
  +
  +<para>If you want to leave the rule in, to make it explicit that you're turning
  +something off, use the value <quote>nop</quote>. For example, the following
  +entry disables ToCs and LoTs for articles:</para>
  +
  +<screen format="linespecific">article nop</screen>
  +
  +<para>Do not simply leave the word <quote>article</quote> in the file
  +without a matching value. That'd be just begging the silly little
  +path/value parser to get confused.</para>
  +
  +<para>Section ToCs are further controlled by the
  +<parameter moreinfo="none">generate.section.toc.level</parameter> parameter.
  +For a given section level to have a ToC, it must have both an entry in 
  +<parameter moreinfo="none">generate.toc</parameter> and be within the range enabled by
  +<parameter moreinfo="none">generate.section.toc.level</parameter>.</para>
  +</refsect1>
  +</refentry>
  +
  +<refentry id="generate.section.toc.level">
  +<refmeta>
  +<refentrytitle>generate.section.toc.level</refentrytitle>
  +<refmiscinfo role="type">integer</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>generate.section.toc.level</refname>
  +<refpurpose>Control depth of TOC generation in sections</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="generate.section.toc.level.frag">
  +&lt;xsl:param name="generate.section.toc.level" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The <parameter moreinfo="none">generate.section.toc.level</parameter> parameter
  +controls the depth of section in which TOCs will be generated. Note
  +that this is related to, but not the same as
  +<parameter moreinfo="none">toc.section.depth</parameter>, which controls the depth to
  +which TOC entries will be generated in a given TOC.</para>
  +<para>If, for example, <parameter moreinfo="none">generate.section.toc.level</parameter>
  +is <literal moreinfo="none">3</literal>, TOCs will be generated in first, second, and third
  +level sections, but not in fourth level sections.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="generate.index">
  +<refmeta>
  +<refentrytitle>generate.index</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>generate.index</refname>
  +<refpurpose>Do you want an index?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="generate.index.frag">&lt;xsl:param name="generate.index" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Specify if an index should be generated. </para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>Extensions</title>
  +<refentry id="linenumbering.everyNth">
  +<refmeta>
  +<refentrytitle>linenumbering.everyNth</refentrytitle>
  +<refmiscinfo role="type">integer</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>linenumbering.everyNth</refname>
  +<refpurpose>Indicate which lines should be numbered</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="linenumbering.everyNth.frag">&lt;xsl:param name="linenumbering.everyNth" select="'5'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If line numbering is enabled, everyNth line will be numbered.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="linenumbering.extension">
  +<refmeta>
  +<refentrytitle>linenumbering.extension</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>linenumbering.extension</refname>
  +<refpurpose>Enable the line numbering extension</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="linenumbering.extension.frag">&lt;xsl:param name="linenumbering.extension" select="'1'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true, verbatim environments (elements that have the
  +format='linespecific' notation attribute: address, literallayout,
  +programlisting, screen, synopsis) that specify line numbering will
  +have, surprise, line numbers.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="linenumbering.separator">
  +<refmeta>
  +<refentrytitle>linenumbering.separator</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>linenumbering.separator</refname>
  +<refpurpose>Specify a separator between line numbers and lines</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="linenumbering.separator.frag">&lt;xsl:param name="linenumbering.separator" select="' '"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The separator is inserted between line numbers and lines in
  +the verbatim environment.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="linenumbering.width">
  +<refmeta>
  +<refentrytitle>linenumbering.width</refentrytitle>
  +<refmiscinfo role="type">integer</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>linenumbering.width</refname>
  +<refpurpose>Indicates the width of line numbers</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="linenumbering.width.frag">&lt;xsl:param name="linenumbering.width" select="'3'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If line numbering is enabled, line numbers will appear right
  +justified in a field "width" characters wide.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="tablecolumns.extension">
  +<refmeta>
  +<refentrytitle>tablecolumns.extension</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>tablecolumns.extension</refname>
  +<refpurpose>Enable the table columns extension function</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="tablecolumns.extension.frag">&lt;xsl:param name="tablecolumns.extension" select="'1'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The table columns extension function adjusts the widths of table
  +columns in the HTML result to more accurately reflect the specifications
  +in the CALS table.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="textinsert.extension">
  +<refmeta>
  +<refentrytitle>textinsert.extension</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>textinsert.extension</refname>
  +<refpurpose>Enable the textinsert extension element</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="textinsert.extension.frag">&lt;xsl:param name="textinsert.extension" select="'1'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The textinsert extension element inserts the contents of a
  +a file into the result tree (as text).
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="graphicsize.extension">
  +<refmeta>
  +<refentrytitle>graphicsize.extension</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>graphicsize.extension</refname>
  +<refpurpose>Enable the getWidth()/getDepth() extension functions</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="graphicsize.extension.frag">
  +&lt;xsl:param name="graphicsize.extension" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero (and if <parameter moreinfo="none">use.extensions</parameter> is non-zero
  +and if you're using a processor that supports extension functions), the
  +<function moreinfo="none">getWidth</function> and <function moreinfo="none">getDepth</function> functions
  +will be used to extract image sizes from graphics.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="use.extensions">
  +<refmeta>
  +<refentrytitle>use.extensions</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>use.extensions</refname>
  +<refpurpose>Enable extensions</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="use.extensions.frag">&lt;xsl:param name="use.extensions" select="'0'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, extensions may be used. Each extension is
  +further controlled by its own parameter. But if
  +<parameter moreinfo="none">use.extensions</parameter> is zero, no extensions will
  +be used.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>Automatic labelling</title>
  +<refentry id="chapter.autolabel">
  +<refmeta>
  +<refentrytitle>chapter.autolabel</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>chapter.autolabel</refname>
  +<refpurpose>Are chapters automatically enumerated?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="chapter.autolabel.frag">&lt;xsl:param name="chapter.autolabel" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), unlabeled chapters will be enumerated.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="appendix.autolabel">
  +<refmeta>
  +<refentrytitle>appendix.autolabel</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>appendix.autolabel</refname>
  +<refpurpose>Are Appendixes automatically enumerated?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="appendix.autolabel.frag">&lt;xsl:param name="appendix.autolabel" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), unlabeled appendixes will be
  +enumerated.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="part.autolabel">
  +<refmeta>
  +<refentrytitle>part.autolabel</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>part.autolabel</refname>
  +<refpurpose>Are parts and references enumerated?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="part.autolabel.frag">&lt;xsl:param name="part.autolabel" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), unlabeled parts and references will be enumerated.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="preface.autolabel">
  +<refmeta>
  +<refentrytitle>preface.autolabel</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>preface.autolabel</refname>
  +<refpurpose>Are prefaces enumerated?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="preface.autolabel.frag">&lt;xsl:param name="preface.autolabel" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), unlabeled prefaces will be enumerated.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="qandadiv.autolabel">
  +<refmeta>
  +<refentrytitle>qandadiv.autolabel</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>qandadiv.autolabel</refname>
  +<refpurpose>Are divisions in QAndASets enumerated?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="qandadiv.autolabel.frag">&lt;xsl:param name="qandadiv.autolabel" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), unlabeled qandadivs will be enumerated.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="section.autolabel">
  +<refmeta>
  +<refentrytitle>section.autolabel</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>section.autolabel</refname>
  +<refpurpose>Are sections enumerated?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="section.autolabel.frag">&lt;xsl:param name="section.autolabel" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), unlabeled sections will be enumerated.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="section.label.includes.component.label">
  +<refmeta>
  +<refentrytitle>section.label.includes.component.label</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>section.label.includes.component.label</refname>
  +<refpurpose>Do section labels include the component label?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="section.label.includes.component.label.frag">&lt;xsl:param name="section.label.includes.component.label" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), section labels are prefixed with the label of the
  +component that contains them.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="label.from.part">
  +<refmeta>
  +<refentrytitle>label.from.part</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>label.from.part</refname>
  +<refpurpose>Renumber chapters in each part?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="label.from.part.frag">&lt;xsl:param name="label.from.part" select="'0'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If <parameter moreinfo="none">label.from.part</parameter> is non-zero, components
  +(<sgmltag>chapter</sgmltag>s, <sgmltag>appendixe</sgmltag>s, etc.)
  +will be numbered from 1 in each <sgmltag>part</sgmltag>. Otherwise,
  +they will be numbered monotonically throughout each
  +<sgmltag>book</sgmltag>.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +
  +
  +<reference><title>HTML</title>
  +<refentry id="html.base">
  +<refmeta>
  +<refentrytitle>html.base</refentrytitle>
  +<refmiscinfo role="type">uri</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>html.base</refname>
  +<refpurpose>An HTML base URI</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="html.base.frag">&lt;xsl:param name="html.base"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If html.base is set, it is used for the <sgmltag>BASE</sgmltag>
  +element in the <sgmltag>HEAD</sgmltag> of the HTML documents.
  +This is useful for dynamically served HTML where the base URI needs
  +to be shifted.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="html.stylesheet.type">
  +<refmeta>
  +<refentrytitle>html.stylesheet.type</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>html.stylesheet.type</refname>
  +<refpurpose>The type of the stylesheet used in the generated HTML</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="html.stylesheet.type.frag">&lt;xsl:param name="html.stylesheet.type"&gt;text/css&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The type of the stylesheet to place in the HTML <sgmltag>link</sgmltag> tag.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="html.stylesheet">
  +<refmeta>
  +<refentrytitle>html.stylesheet</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>html.stylesheet</refname>
  +<refpurpose>Name of the stylesheet(s) to use in the generated HTML</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="html.stylesheet.frag">
  +&lt;xsl:param name="html.stylesheet" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The <parameter moreinfo="none">html.stylesheet</parameter> parameter is either empty,
  +indicating that no stylesheet <sgmltag>LINK</sgmltag> tag should be generated
  +in the HTML output, or it is a list of one or more stylesheets.</para>
  +
  +<para>Multiple stylesheets are space-delimited. If you need to
  +reference a stylesheet URI that includes a space, encode it with
  +<literal moreinfo="none">%20</literal>. A seprate HTML <sgmltag>LINK</sgmltag> element will
  +be generated for each stylesheet in the order they are listed in the
  +parameter.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="use.id.as.filename">
  +<refmeta>
  +<refentrytitle>use.id.as.filename</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>use.id.as.filename</refname>
  +<refpurpose>Use ID value of chunk elements as the filename?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="use.id.as.filename.frag">&lt;xsl:param name="use.id.as.filename" select="'0'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If <parameter moreinfo="none">use.id.as.filename</parameter>
  +is non-zero, the filename of chunk elements that have IDs will be
  +derived from the ID value.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="css.decoration">
  +<refmeta>
  +<refentrytitle>css.decoration</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>css.decoration</refname>
  +<refpurpose>Enable CSS decoration of elements</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="css.decoration.frag">
  +&lt;xsl:param name="css.decoration" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>
  +If <literal moreinfo="none">css.decoration</literal> is turned on, then HTML elements
  +produced by the
  +stylesheet may be decorated with STYLE attributes.  For example, the
  +LI tags produced for list items may include a fragment of CSS in the
  +STYLE attribute which sets the CSS property "list-style-type".
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="spacing.paras">
  +<refmeta>
  +<refentrytitle>spacing.paras</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>spacing.paras</refname>
  +<refpurpose>Insert additional &lt;p&gt; elements for spacing?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="spacing.paras.frag">&lt;xsl:param name="spacing.paras" select="'0'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>When non-zero, additional, empty paragraphs are inserted in
  +several contexts (for example, around informal figures), to create a
  +more pleasing visual appearance in many browsers.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="emphasis.propagates.style">
  +<refmeta>
  +<refentrytitle>emphasis.propagates.style</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>emphasis.propagates.style</refname>
  +<refpurpose>Pass emphasis role attribute through to HTML?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="emphasis.propagates.style.frag">
  +&lt;xsl:param name="emphasis.propagates.style" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true, the role attribute of <sgmltag>emphasis</sgmltag> elements
  +will be passed through to the HTML as a class attribute on a
  +<sgmltag>span</sgmltag> that surrounds the emphasis.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="para.propagates.style">
  +<refmeta>
  +<refentrytitle>para.propagates.style</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>para.propagates.style</refname>
  +<refpurpose>Pass para role attribute through to HTML?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="para.propagates.style.frag">
  +&lt;xsl:param name="para.propagates.style" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true, the role attribute of <sgmltag>para</sgmltag> elements
  +will be passed through to the HTML as a class attribute on the
  +<sgmltag>p</sgmltag> generated for the paragraph.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="phrase.propagates.style">
  +<refmeta>
  +<refentrytitle>phrase.propagates.style</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>phrase.propagates.style</refname>
  +<refpurpose>Pass phrase role attribute through to HTML?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="phrase.propagates.style.frag">&lt;xsl:param name="phrase.propagates.style" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true, the role attribute of <sgmltag>phrase</sgmltag> elements
  +will be passed through to the HTML as a class attribute on a
  +<sgmltag>span</sgmltag> that surrounds the phrase.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="entry.propagates.style">
  +<refmeta>
  +<refentrytitle>entry.propagates.style</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>entry.propagates.style</refname>
  +<refpurpose>Pass entry role attribute through to HTML?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="entry.propagates.style.frag">
  +&lt;xsl:param name="entry.propagates.style" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true, the role attribute of <sgmltag>entry</sgmltag> elements
  +will be passed through to the HTML as a class attribute on the
  +<sgmltag>td</sgmltag> or <sgmltag>th</sgmltag> generated for the table
  +cell.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="html.longdesc">
  +<refmeta>
  +<refentrytitle>html.longdesc</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>html.longdesc</refname>
  +<refpurpose>Should longdesc URIs be created?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="html.longdesc.frag">
  +&lt;xsl:param name="html.longdesc" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, HTML files will be created for the
  +<sgmltag class="attribute">longdesc</sgmltag> attribute. These files
  +are created from the <sgmltag>textobject</sgmltag>s in
  +<sgmltag>mediaobject</sgmltag>s and
  +<sgmltag>inlinemediaobject</sgmltag>.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="html.longdesc.link">
  +<refmeta>
  +<refentrytitle>html.longdesc.link</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>html.longdesc.link</refname>
  +<refpurpose>Should a link to the longdesc be included in the HTML?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="html.longdesc.link.frag">
  +&lt;xsl:param name="html.longdesc.link" select="$html.longdesc"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, links will be created to the
  +HTML files created for the
  +<sgmltag class="attribute">longdesc</sgmltag> attribute. It makes no
  +sense to turn enable this option without also enabling the
  +<parameter moreinfo="none">$html.longdesc</parameter> parameter.</para>
  +
  +<para>The <literal moreinfo="none">longdesc.link</literal> named template is called
  +to construct the link.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="make.valid.html">
  +<refmeta>
  +<refentrytitle>make.valid.html</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>make.valid.html</refname>
  +<refpurpose>Attempt to make sure the HTML output is valid HTML</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="make.valid.html.frag">
  +&lt;xsl:param name="make.valid.html" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If <parameter moreinfo="none">make.valid.html</parameter> is true, the stylesheets take
  +extra effort to ensure that the resulting HTML is valid. This may mean that some
  +<sgmltag>para</sgmltag> tags are translated into HTML <sgmltag>div</sgmltag>s or
  +that other substitutions occur.</para>
  +
  +<para>This parameter is different from <parameter moreinfo="none">html.cleanup</parameter>
  +because it changes the resulting markup; it does not use extension functions
  +to manipulate result-tree-fragments and is therefore applicable to any
  +XSLT processor.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="html.cleanup">
  +<refmeta>
  +<refentrytitle>html.cleanup</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>html.cleanup</refname>
  +<refpurpose>Attempt to clean up the resulting HTML?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="html.cleanup.frag">
  +&lt;xsl:param name="html.cleanup" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, and if the <ulink url="http://www.exslt.org/">EXSLT</ulink>
  +extensions are supported by your processor, the resulting HTML will be
  +<quote>cleaned up</quote>. This improves the chances that the
  +resulting HTML will be valid. It may also improve the formatting of
  +some elements.</para>
  +
  +<para>This parameter is different from <parameter moreinfo="none">make.valid.html</parameter>
  +because it uses extension functions to manipulate result-tree-fragments.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="draft.mode">
  +<refmeta>
  +<refentrytitle>draft.mode</refentrytitle>
  +<refmiscinfo role="type">list</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>draft.mode</refname>
  +<refpurpose>Select draft mode</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="draft.mode.frag">
  +&lt;xsl:param name="draft.mode" select="'maybe'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Selects draft mode. If <parameter moreinfo="none">draft.mode</parameter> is
  +<quote><literal moreinfo="none">yes</literal></quote>, the entire document will be treated
  +as a draft. If it is <quote><literal moreinfo="none">no</literal></quote>, the entire document
  +will be treated as a final copy. If it is <quote><literal moreinfo="none">maybe</literal></quote>,
  +individual sections will be treated as draft or final independently, depending
  +on how their <sgmltag class="attribute">status</sgmltag> attribute is set.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="draft.watermark.image">
  +<refmeta>
  +<refentrytitle>draft.watermark.image</refentrytitle>
  +<refmiscinfo role="type">uri</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>draft.watermark.image</refname>
  +<refpurpose>The URI of the image to be used for draft watermarks</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="draft.watermark.image.frag">
  +&lt;xsl:param name="draft.watermark.image" select="'http://docbook.sourceforge.net/release/images/draft.png'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The image to be used for draft watermarks.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="generate.id.attributes">
  +<refmeta>
  +<refentrytitle>generate.id.attributes</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>generate.id.attributes</refname>
  +<refpurpose/>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="generate.id.attributes.frag">
  +&lt;xsl:param name="generate.id.attributes" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, the HTML stylesheet will generate ID attributes on
  +containers. For example, the markup:</para>
  +
  +<screen format="linespecific">&lt;section id="foo"&gt;&lt;title&gt;Some Title&lt;/title&gt;
  +&lt;para&gt;Some para.&lt;/para&gt;
  +&lt;/section&gt;</screen>
  +
  +<para>might produce:</para>
  +
  +<screen format="linespecific">&lt;div class="section" id="foo"&gt;
  +&lt;h2&gt;Some Title&lt;/h2&gt;
  +&lt;p&gt;Some para.&lt;/p&gt;
  +&lt;/div&gt;</screen>
  +
  +<para>The alternative is to generate anchors:</para>
  +
  +<screen format="linespecific">&lt;div class="section"&gt;
  +&lt;h2&gt;&lt;a name="foo"&gt;&lt;/a&gt;Some Title&lt;/h2&gt;
  +&lt;p&gt;Some para.&lt;/p&gt;
  +&lt;/div&gt;</screen>
  +
  +<para>Because the <sgmltag class="attribute">name</sgmltag> attribute of
  +the <sgmltag>a</sgmltag> element and the <sgmltag class="attribute">id</sgmltag>
  +attribute of other tags are both of type <quote>ID</quote>, producing both
  +generates invalid documents.</para>
  +
  +<para>As of version 1.50, you can use this switch to control which type of
  +identifier is generated. For backwards-compatibility, generating
  +<sgmltag>a</sgmltag> anchors is preferred.</para>
  +
  +<para>Note: at present, this switch is incompletely implemented.
  +Disabling ID attributes will suppress them, but enabling ID attributes
  +will not suppress the anchors.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="generate.meta.abstract">
  +<refmeta>
  +<refentrytitle>generate.meta.abstract</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>generate.meta.abstract</refname>
  +<refpurpose>Generate HTML <sgmltag>META</sgmltag> element from <sgmltag>abstract</sgmltag>?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="generate.meta.abstract.frag">
  +&lt;xsl:param name="generate.meta.abstract" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, document abstracts will be reproduced in the HTML
  +<sgmltag>HEAD</sgmltag> with <sgmltag class="starttag">meta name="description" content="..."</sgmltag>.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>XSLT Processing</title>
  +<refentry id="rootid">
  +<refmeta>
  +<refentrytitle>rootid</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>rootid</refname>
  +<refpurpose>Specify the root element to format</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="rootid.frag">&lt;xsl:param name="rootid" select="''"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If <parameter moreinfo="none">rootid</parameter> is specified, it must be the
  +value of an ID that occurs in the document being formatted. The entire
  +document will be loaded and parsed, but formatting will begin at the
  +element identified, rather than at the root. For example, this allows
  +you to process only chapter 4 of a book.</para>
  +<para>Because the entire document is available to the processor, automatic
  +numbering, cross references, and other dependencies are correctly
  +resolved.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="suppress.navigation">
  +<refmeta>
  +<refentrytitle>suppress.navigation</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>suppress.navigation</refname>
  +<refpurpose>Disable header and footer navigation</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="suppress.navigation.frag">&lt;xsl:param name="suppress.navigation"&gt;0&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>
  +If <literal moreinfo="none">suppress.navigation</literal> is turned on, header and
  +footer navigation will be suppressed.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="suppress.header.navigation">
  +<refmeta>
  +<refentrytitle>suppress.header.navigation</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>suppress.header.navigation</refname>
  +<refpurpose>Disable header navigation</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="suppress.header.navigation.frag">&lt;xsl:param name="suppress.header.navigation"&gt;0&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>
  +If <literal moreinfo="none">suppress.header.navigation</literal> is turned on, header
  +navigation will be suppressed.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="suppress.footer.navigation">
  +<refmeta>
  +<refentrytitle>suppress.footer.navigation</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>suppress.footer.navigation</refname>
  +<refpurpose>Disable footer navigation</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="suppress.footer.navigation.frag">&lt;xsl:param name="suppress.footer.navigation"&gt;0&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>
  +If <literal moreinfo="none">suppress.footer.navigation</literal> is turned on, footer
  +navigation will be suppressed.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="header.rule">
  +<refmeta>
  +<refentrytitle>header.rule</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>header.rule</refname>
  +<refpurpose>Rule under headers?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="header.rule.frag">
  +&lt;xsl:param name="header.rule" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, a rule will be drawn below the page headers.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="footer.rule">
  +<refmeta>
  +<refentrytitle>footer.rule</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>footer.rule</refname>
  +<refpurpose>Rule over footers?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="footer.rule.frag">
  +&lt;xsl:param name="footer.rule" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, a rule will be drawn above the page footers.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>Meta/*Info</title>
  +<refentry id="inherit.keywords">
  +<refmeta>
  +<refentrytitle>inherit.keywords</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>inherit.keywords</refname>
  +<refpurpose>Inherit keywords from ancestor elements?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="inherit.keywords.frag">&lt;xsl:param name="inherit.keywords" select="'1'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If <parameter moreinfo="none">inherit.keywords</parameter>
  +is non-zero, the keyword <sgmltag>META</sgmltag> for each HTML
  +<sgmltag>HEAD</sgmltag> element will include all of the keywords from
  +ancestral elements. Otherwise, only the keywords from the current section
  +will be used.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="make.single.year.ranges">
  +<refmeta>
  +<refentrytitle>make.single.year.ranges</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>make.single.year.ranges</refname>
  +<refpurpose>Print single-year ranges (e.g., 1998-1999)</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="make.single.year.ranges.frag">&lt;xsl:param name="make.single.year.ranges" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, year ranges that span a single year will be printed
  +in range notation (1998-1999) instead of discrete notation
  +(1998, 1999).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="make.year.ranges">
  +<refmeta>
  +<refentrytitle>make.year.ranges</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>make.year.ranges</refname>
  +<refpurpose>Collate copyright years into ranges?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="make.year.ranges.frag">&lt;xsl:param name="make.year.ranges" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, copyright years will be collated into ranges.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="author.othername.in.middle">
  +<refmeta>
  +<refentrytitle>author.othername.in.middle</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>author.othername.in.middle</refname>
  +<refpurpose>Is <sgmltag>othername</sgmltag> in <sgmltag>author</sgmltag> a
  +middle name?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="author.othername.in.middle.frag">&lt;xsl:param name="author.othername.in.middle" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), the <sgmltag>othername</sgmltag> of an <sgmltag>author</sgmltag>
  +appears between the <sgmltag>firstname</sgmltag> and
  +<sgmltag>surname</sgmltag>.  Otherwise, <sgmltag>othername</sgmltag>
  +is suppressed.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="generate.legalnotice.link">
  +<refmeta>
  +<refentrytitle>generate.legalnotice.link</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>generate.legalnotice.link</refname>
  +<refpurpose>TBD</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="generate.legalnotice.link.frag">&lt;xsl:param name="generate.legalnotice.link" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>TBD</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>Reference Pages</title>
  +<refentry id="funcsynopsis.decoration">
  +<refmeta>
  +<refentrytitle>funcsynopsis.decoration</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>funcsynopsis.decoration</refname>
  +<refpurpose>Decorate elements of a FuncSynopsis?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="funcsynopsis.decoration.frag">&lt;xsl:param name="funcsynopsis.decoration" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), elements of the FuncSynopsis will be decorated (e.g. bold or
  +italic).  The decoration is controlled by functions that can be redefined
  +in a customization layer.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="funcsynopsis.style">
  +<refmeta>
  +<refentrytitle>funcsynopsis.style</refentrytitle>
  +<refmiscinfo role="type">list</refmiscinfo>
  +<refmiscinfo role="value">ansi</refmiscinfo>
  +<refmiscinfo role="value">kr</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>funcsynopsis.style</refname>
  +<refpurpose>What style of 'FuncSynopsis' should be generated?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="funcsynopsis.style.frag">&lt;xsl:param name="funcsynopsis.style"&gt;kr&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If <varname>funcsynopsis.style</varname> is <literal moreinfo="none">ansi</literal>,
  +ANSI-style function synopses are generated for a
  +<sgmltag>funcsynopsis</sgmltag>, otherwise K&amp;R-style
  +function synopses are generated.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="funcsynopsis.tabular.threshold">
  +<refmeta>
  +<refentrytitle>funcsynopsis.tabular.threshold</refentrytitle>
  +<refmiscinfo role="type">integer</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>funcsynopsis.tabular.threshold</refname>
  +<refpurpose>Width beyond which a tabular presentation will be used</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="funcsynopsis.tabular.threshold.frag">
  +&lt;xsl:param name="funcsynopsis.tabular.threshold" select="40"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If <parameter moreinfo="none">funcsynopsis.tabular.threshold</parameter> is greater than
  +zero then if a <sgmltag>funcprototype</sgmltag> is wider than the threshold
  +value, it will be presented in a table.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="function.parens">
  +<refmeta>
  +<refentrytitle>function.parens</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>function.parens</refname>
  +<refpurpose>Generate parens after a function?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="function.parens.frag">&lt;xsl:param name="function.parens"&gt;0&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If not 0, the formatting of
  +a <sgmltag class="starttag">function</sgmltag> element will include
  +generated parenthesis.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="refentry.generate.name">
  +<refmeta>
  +<refentrytitle>refentry.generate.name</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>refentry.generate.name</refname>
  +<refpurpose>Output NAME header before 'RefName'(s)?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="refentry.generate.name.frag">&lt;xsl:param name="refentry.generate.name" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), a "NAME" section title is output before the list
  +of 'RefName's. This parameter and
  +<parameter moreinfo="none">refentry.generate.title</parameter> are mutually
  +exclusive. This means that if you change this parameter to zero, you
  +should set <parameter moreinfo="none">refentry.generate.title</parameter> to 1 unless
  +you want get quite strange output.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="refentry.generate.title">
  +<refmeta>
  +<refentrytitle>refentry.generate.title</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>refentry.generate.title</refname>
  +<refpurpose>Output title before 'RefName'(s)?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="refentry.generate.title.frag">
  +&lt;xsl:param name="refentry.generate.title" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), the reference page title or first name is
  +output before the list of 'RefName's. This parameter and
  +<parameter moreinfo="none">refentry.generate.name</parameter> are mutually exclusive.
  +This means that if you change this parameter to 1, you
  +should set <parameter moreinfo="none">refentry.generate.name</parameter> to 0 unless
  +you want get quite strange output.</para>
  +
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="refentry.xref.manvolnum">
  +<refmeta>
  +<refentrytitle>refentry.xref.manvolnum</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>refentry.xref.manvolnum</refname>
  +<refpurpose>Output <sgmltag>manvolnum</sgmltag> as part of 
  +<sgmltag>refentry</sgmltag> cross-reference?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="refentry.xref.manvolnum.frag">&lt;xsl:param name="refentry.xref.manvolnum" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>if true (non-zero), the <sgmltag>manvolnum</sgmltag> is used when cross-referencing
  +<sgmltag>refentry</sgmltag>s, either with <sgmltag>xref</sgmltag>
  +or <sgmltag>citerefentry</sgmltag>.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="citerefentry.link">
  +<refmeta>
  +<refentrytitle>citerefentry.link</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>citerefentry.link</refname>
  +<refpurpose>Generate URL links when cross-referencing RefEntrys?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="citerefentry.link.frag">&lt;xsl:param name="citerefentry.link" select="'0'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true, a web link will be generated, presumably
  +to an online man-&gt;HTML gateway. The text of the link is
  +generated by the generate.citerefentry.link template.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="refentry.separator">
  +<refmeta>
  +<refentrytitle>refentry.separator</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>refentry.separator</refname>
  +<refpurpose>Generate a separator between consecutive RefEntry elements?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="refentry.separator.frag">&lt;xsl:param name="refentry.separator" select="'1'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true, a separator will be generated between consecutive
  +reference pages.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>Tables</title>
  +<refentry id="default.table.width">
  +<refmeta>
  +<refentrytitle>default.table.width</refentrytitle>
  +<refmiscinfo role="type">length</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>default.table.width</refname>
  +<refpurpose>The default width of tables</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="default.table.width.frag">&lt;xsl:param name="default.table.width" select="''"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If specified, this value will be used for the WIDTH attribute on
  +tables that do not specify an alternate width (with the dbhtml processing
  +instruction).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="nominal.table.width">
  +<refmeta>
  +<refentrytitle>nominal.table.width</refentrytitle>
  +<refmiscinfo role="type">length</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>nominal.table.width</refname>
  +<refpurpose>The (absolute) nominal width of tables</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="nominal.table.width.frag">&lt;xsl:param name="nominal.table.width" select="'6in'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>In order to convert CALS column widths into HTML column widths, it
  +is sometimes necessary to have an absolute table width to use for conversion
  +of mixed absolute and relative widths. This value must be an absolute
  +length (not a percentag).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="table.borders.with.css">
  +<refmeta>
  +<refentrytitle>table.borders.with.css</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>table.borders.with.css</refname>
  +<refpurpose>Use CSS to specify table, row, and cell borders?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="table.borders.with.css.frag">
  +&lt;xsl:param name="table.borders.with.css" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), CSS will be used to draw table borders.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="table.cell.border.style">
  +<refmeta>
  +<refentrytitle>table.cell.border.style</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>table.cell.border.style</refname>
  +<refpurpose/>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="table.cell.border.style.frag">
  +&lt;xsl:param name="table.cell.border.style" select="'solid'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="table.cell.border.thickness">
  +<refmeta>
  +<refentrytitle>table.cell.border.thickness</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>table.cell.border.thickness</refname>
  +<refpurpose/>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="table.cell.border.thickness.frag">
  +&lt;xsl:param name="table.cell.border.thickness" select="'0.5pt'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="table.cell.border.color">
  +<refmeta>
  +<refentrytitle>table.cell.border.color</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>table.cell.border.color</refname>
  +<refpurpose/>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="table.cell.border.color.frag">
  +&lt;xsl:param name="table.cell.border.color" select="''"&gt;&lt;/xsl:param&gt;
  +
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="table.frame.border.style">
  +<refmeta>
  +<refentrytitle>table.frame.border.style</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>table.frame.border.style</refname>
  +<refpurpose/>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="table.frame.border.style.frag">
  +&lt;xsl:param name="table.frame.border.style" select="'solid'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="table.frame.border.thickness">
  +<refmeta>
  +<refentrytitle>table.frame.border.thickness</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>table.frame.border.thickness</refname>
  +<refpurpose>Specifies the thickness of the frame border</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="table.frame.border.thickness.frag">
  +&lt;xsl:param name="table.frame.border.thickness" select="'0.5pt'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Specifies the thickness of the border on the table's frame.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="table.frame.border.color">
  +<refmeta>
  +<refentrytitle>table.frame.border.color</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>table.frame.border.color</refname>
  +<refpurpose/>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="table.frame.border.color.frag">
  +&lt;xsl:param name="table.frame.border.color" select="''"&gt;&lt;/xsl:param&gt;
  +
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="html.cellspacing">
  +<refmeta>
  +<refentrytitle>html.cellspacing</refentrytitle>
  +<refmiscinfo role="type">integer</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>html.cellspacing</refname>
  +<refpurpose>Default value for cellspacing in HTML tables</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="html.cellspacing.frag">
  +&lt;xsl:param name="html.cellspacing" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If specified, this value will be used as the default cellspacing value
  +in HTML tables.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="html.cellpadding">
  +<refmeta>
  +<refentrytitle>html.cellpadding</refentrytitle>
  +<refmiscinfo role="type">integer</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>html.cellpadding</refname>
  +<refpurpose>Default value for cellpadding in HTML tables</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="html.cellpadding.frag">
  +&lt;xsl:param name="html.cellpadding" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If specified, this value will be used as the default cellpadding value
  +in HTML tables.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>QAndASet</title>
  +<refentry id="qanda.defaultlabel">
  +<refmeta>
  +<refentrytitle>qanda.defaultlabel</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>qanda.defaultlabel</refname>
  +<refpurpose>Sets the default for defaultlabel on QandASet.</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="qanda.defaultlabel.frag">&lt;xsl:param name="qanda.defaultlabel"&gt;number&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If no defaultlabel attribute is specified on a QandASet, this
  +value is used. It must be one of the legal values for the defaultlabel
  +attribute.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="qanda.inherit.numeration">
  +<refmeta>
  +<refentrytitle>qanda.inherit.numeration</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>qanda.inherit.numeration</refname>
  +<refpurpose>Does enumeration of QandASet components inherit the numeration of parent elements?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="qanda.inherit.numeration.frag">&lt;xsl:param name="qanda.inherit.numeration" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), numbered QandADiv elements and Questions and Answers inherit
  +the numeration of the ancestors of the QandASet.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>Linking</title>
  +<refentry id="target.database.document"> 
  +<refmeta> 
  +<refentrytitle>target.database.document</refentrytitle> 
  +<refmiscinfo role="type">uri</refmiscinfo> 
  +</refmeta> 
  +<refnamediv> 
  +<refname>target.database.document</refname> 
  +<refpurpose>Name of master database file for resolving
  +olinks</refpurpose> 
  +</refnamediv> 
  +<refsynopsisdiv> <programlisting id="target.database.document.frag">
  +&lt;xsl:param name="target.database.document" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting> 
  +</refsynopsisdiv> 
  +<refsect1>
  +<title>Description</title> 
  +<para>
  +To resolve olinks between documents, the stylesheets use
  +a master database document that identifies the  target datafiles for all the documents within the scope
  +of the olinks. This parameter value is the URI of 
  +the master document to be read during processing to resolve olinks.
  +The default value is <filename moreinfo="none">olinkdb.xml</filename>.</para>
  +<para>The data structure of the file is defined in the <filename moreinfo="none">targetdatabase.dtd</filename> DTD.  The database file provides the high level elements to record the identifiers, locations, and relationships of documents. The cross reference data for individual documents is generally pulled into the database using system entity references or XIncludes. See also <parameter moreinfo="none">targets.filename</parameter>.
  +
  +</para> 
  +</refsect1> 
  +</refentry> 
  +
  +<refentry id="targets.filename"> 
  +<refmeta> 
  +<refentrytitle>targets.filename</refentrytitle> 
  +<refmiscinfo role="type">string</refmiscinfo> 
  +</refmeta> 
  +<refnamediv> 
  +<refname>targets.filename</refname> 
  +<refpurpose>Name of cross reference targets data file</refpurpose> 
  +</refnamediv> 
  +<refsynopsisdiv> <programlisting id="targets.filename.frag">
  +&lt;xsl:param name="targets.filename" select="'target.db'"&gt;&lt;/xsl:param&gt;
  +</programlisting> 
  +</refsynopsisdiv> 
  +<refsect1>
  +<title>Description</title> 
  +<para>
  +In order to resolve olinks efficiently, the stylesheets can
  +generate an external data file containing information about
  +all potential cross reference endpoints in a document.
  +This parameter lets you change the name of the generated
  +file from the default name <filename moreinfo="none">target.db</filename>.
  +The name must agree with that used in the target database
  +used to resolve olinks during processing.
  +See also <parameter moreinfo="none">target.database.document</parameter>.
  +</para> 
  +</refsect1> 
  +</refentry> 
  +
  +<refentry id="collect.xref.targets"> 
  +<refmeta> 
  +<refentrytitle>collect.xref.targets</refentrytitle> 
  +<refmiscinfo role="type">string</refmiscinfo> 
  +</refmeta> 
  +<refnamediv> 
  +<refname>collect.xref.targets</refname> 
  +<refpurpose>Controls whether cross reference data is
  +collected</refpurpose> 
  +</refnamediv> 
  +<refsynopsisdiv> <programlisting id="collect.xref.targets.frag">
  +&lt;xsl:param name="collect.xref.targets" select="'no'"&gt;&lt;/xsl:param&gt;
  +</programlisting> 
  +</refsynopsisdiv> 
  +<refsect1> 
  +<title>Description</title> 
  +<para>
  +In order to resolve olinks efficiently, the stylesheets can
  +generate an external data file containing information about
  +all potential cross reference endpoints in a document.
  +This parameter determines whether the collection process is run when the document is processed by the stylesheet. The default value is  <literal moreinfo="none">no</literal>, which means the data file is not generated during processing. The other choices are <literal moreinfo="none">yes</literal>, which means the data file is created and the document is processed for output, and <literal moreinfo="none">only</literal>, which means the data file is created but the document is not processed for output.
  +See also <parameter moreinfo="none">targets.filename</parameter>.
  +</para> 
  +</refsect1> 
  +</refentry> 
  +
  +<refentry id="olink.base.uri"> 
  +<refmeta> 
  +<refentrytitle>olink.base.uri</refentrytitle> 
  +<refmiscinfo role="type">uri</refmiscinfo> 
  +</refmeta> 
  +<refnamediv> 
  +<refname>olink.base.uri</refname> 
  +<refpurpose>Base URI used in olink hrefs</refpurpose> 
  +</refnamediv> 
  +<refsynopsisdiv> <programlisting id="olink.base.uri.frag">
  +&lt;xsl:param name="olink.base.uri" select="''"&gt;&lt;/xsl:param&gt; </programlisting> 
  +</refsynopsisdiv> 
  +<refsect1> 
  +<title>Description</title> 
  +<para>When cross reference data is collected for resolving olinks, it may be necessary to prepend a base URI to each target's href. This parameter lets you set that base URI when cross reference data is collected. This feature is needed when you want to link to a document that is processed without chunking. The output filename for such a document is not known to the XSL stylesheet; the only target information consists of fragment identifiers such as <literal moreinfo="none">#idref</literal>. To enable the resolution of olinks between documents, you should pass the name of the HTML output file as the value of this parameter. Then the hrefs recorded in the cross reference data collection look like <literal moreinfo="none">outfile.html#idref</literal>, which can  be reached as links from other documents.</para> 
  +</refsect1> 
  +</refentry> 
  +
  +<refentry id="use.local.olink.style"> 
  +<refmeta> 
  +<refentrytitle>use.local.olink.style</refentrytitle> 
  +<refmiscinfo role="type">boolean</refmiscinfo> 
  +</refmeta> 
  +<refnamediv> 
  +<refname>use.local.olink.style</refname> 
  +<refpurpose>Process olinks using xref style of current
  +document</refpurpose> 
  +</refnamediv> 
  +<refsynopsisdiv> <programlisting id="use.local.olink.style.frag">
  +&lt;xsl:param name="use.local.olink.style" select="0"&gt;&lt;/xsl:param&gt; </programlisting> 
  +</refsynopsisdiv> 
  +<refsect1> 
  +<title>Description</title> 
  +<para>When cross reference data is collected for use by olinks, the data for each potential target includes one field containing a completely assembled cross reference string, as if it were an xref generated in that document. Other fields record the separate title, number, and element name of each target. When an olink is formed to a target from another document, the olink resolves to that preassembled string by default. If the <parameter moreinfo="none">use.local.olink.style</parameter> parameter is set to non-zero, then instead the cross
  +reference string is formed again from the target title, number, and
  +element name, using the stylesheet processing the targeting document.
  +Then olinks will match the xref style in the targeting document
  +rather than in the target document. If  both documents are processed
  +with the same stylesheet, then the results will be the same.</para> 
  +</refsect1> 
  +</refentry> 
  +
  +<refentry id="current.docid"> 
  +<refmeta> 
  +<refentrytitle>current.docid</refentrytitle> 
  +<refmiscinfo role="type">string</refmiscinfo> 
  +</refmeta> 
  +<refnamediv> 
  +<refname>current.docid</refname> 
  +<refpurpose>targetdoc identifier for the document being
  +processed</refpurpose> 
  +</refnamediv> 
  +<refsynopsisdiv> <programlisting id="current.docid.frag">
  +&lt;xsl:param name="current.docid" select="''"&gt;&lt;/xsl:param&gt; </programlisting> 
  +</refsynopsisdiv> 
  +<refsect1> 
  +<title>Description</title> 
  +<para>When olinks between documents are resolved for HTML output, the stylesheet can compute the relative path between the current document and the target document. The stylesheet needs to know the <literal moreinfo="none">targetdoc</literal> identifiers for both documents, as they appear in the <parameter moreinfo="none">target.database.document</parameter> database file. This parameter passes to the stylesheet
  +the targetdoc identifier of the current document, since that
  +identifier does not appear in the document itself. </para>
  +<para>This parameter can also be used for print output. If an olink's  <literal moreinfo="none">targetdoc</literal>  id differs from the <literal moreinfo="none">current.docid</literal>, then the stylesheet can append the target document's title to the generated olink text. That identifies to the reader that the link is to a different document, not the current document. See also <parameter moreinfo="none">olink.doctitle</parameter> to enable that feature.</para> 
  +</refsect1> 
  +</refentry> 
  +
  +<refentry id="olink.doctitle"> 
  +<refmeta> 
  +<refentrytitle>olink.doctitle</refentrytitle> 
  +<refmiscinfo role="type">boolean</refmiscinfo> 
  +</refmeta> 
  +<refnamediv> 
  +<refname>olink.doctitle</refname> 
  +<refpurpose>show the document title for external olinks?</refpurpose>
  +
  +</refnamediv> 
  +<refsynopsisdiv> <programlisting id="olink.doctitle.frag">
  +&lt;xsl:param name="olink.doctitle" select="0"&gt;&lt;/xsl:param&gt; </programlisting> 
  +</refsynopsisdiv> 
  +<refsect1> 
  +<title>Description</title> 
  +<para>When olinks between documents are resolved for print output, the generated text may not make it clear that the reference is to another document. It is possible for the stylesheets to append the other document's title to external olinks. For this to happen, two parameters must be set. The <parameter moreinfo="none">olink.doctitle</parameter> parameter should be set to nonzero to enable this
  +feature. And you should set the <parameter moreinfo="none">current.docid</parameter> parameter to the document id for the  document currently
  +being processed for output.  If an olink's  <literal moreinfo="none">targetdoc</literal>  id differs from the <literal moreinfo="none">current.docid</literal>, then the stylesheet can append the target document's
  +title to the generated olink text. </para> 
  +</refsect1> 
  +</refentry> 
  +
  +<refentry id="link.mailto.url">
  +<refmeta>
  +<refentrytitle>link.mailto.url</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>link.mailto.url</refname>
  +<refpurpose>Mailto URL for the LINK REL=made HTML HEAD element</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="link.mailto.url.frag">&lt;xsl:param name="link.mailto.url"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If not the empty string, this address will be used for the
  +REL=made <sgmltag>LINK</sgmltag> element in the HTML <sgmltag>HEAD</sgmltag>.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="ulink.target">
  +<refmeta>
  +<refentrytitle>ulink.target</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>ulink.target</refname>
  +<refpurpose>The HTML anchor target for ULinks</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="ulink.target.frag">&lt;xsl:param name="ulink.target" select="'_top'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If <parameter moreinfo="none">ulink.target</parameter> is set, its value will
  +be used for the <sgmltag class="attribute">target</sgmltag> attribute
  +on anchors generated for <sgmltag>ulink</sgmltag>s.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="olink.fragid">
  +<refmeta>
  +<refentrytitle>olink.fragid</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>olink.fragid</refname>
  +<refpurpose>Names the fragment identifier portion of an OLink resolver query</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="olink.fragid.frag">&lt;xsl:param name="olink.fragid" select="'fragid='"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="olink.outline.ext">
  +<refmeta>
  +<refentrytitle>olink.outline.ext</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>olink.outline.ext</refname>
  +<refpurpose>The extension of OLink outline files</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="olink.outline.ext.frag">&lt;xsl:param name="olink.outline.ext" select="'.olink'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="olink.pubid">
  +<refmeta>
  +<refentrytitle>olink.pubid</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>olink.pubid</refname>
  +<refpurpose>Names the public identifier portion of an OLink resolver query</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="olink.pubid.frag">&lt;xsl:param name="olink.pubid" select="'pubid='"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="olink.sysid">
  +<refmeta>
  +<refentrytitle>olink.sysid</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>olink.sysid</refname>
  +<refpurpose>Names the system identifier portion of an OLink resolver query</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="olink.sysid.frag">&lt;xsl:param name="olink.sysid" select="'sysid='"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="olink.resolver">
  +<refmeta>
  +<refentrytitle>olink.resolver</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>olink.resolver</refname>
  +<refpurpose>The root name of the OLink resolver (usually a script)</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="olink.resolver.frag">&lt;xsl:param name="olink.resolver" select="'/cgi-bin/olink'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>Bibliography</title>
  +<refentry id="biblioentry.item.separator">
  +<refmeta>
  +<refentrytitle>biblioentry.item.separator</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>biblioentry.item.separator</refname>
  +<refpurpose>Text to separate bibliography entries</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="biblioentry.item.separator.frag">&lt;xsl:param name="biblioentry.item.separator"&gt;. &lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Text to separate bibliography entries
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="bibliography.collection">
  +<refmeta>
  +<refentrytitle>bibliography.collection</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>bibliography.collection</refname>
  +<refpurpose>Name of the bibliography collection file</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="bibliography.collection.frag">&lt;xsl:param name="bibliography.collection" select="'http://docbook.sourceforge.net/release/bibliography/bibliography.xml'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Maintaining bibliography entries across a set of documents is tedious, time
  +consuming, and error prone. It makes much more sense, usually, to store all of
  +the bibliography entries in a single place and simply <quote>extract</quote>
  +the ones you need in each document.</para>
  +
  +<para>That's the purpose of the
  +<parameter moreinfo="none">bibliography.collection</parameter> parameter. To setup a global
  +bibliography <quote>database</quote>, follow these steps:</para>
  +
  +<para>First, create a stand-alone bibliography document that contains all of
  +the documents that you wish to reference. Make sure that each bibliography
  +entry (whether you use <sgmltag>biblioentry</sgmltag> or <sgmltag>bibliomixed</sgmltag>)
  +has an ID.</para>
   
  -         <refsect1>
  -            <title>Description</title>
  +<para>My global bibliography, <filename moreinfo="none">~/bibliography.xml</filename> begins
  +like this:</para>
   
  -            <para>Sets the background color for EBNF tables. No
  -               <sgmltag>bgcolor</sgmltag>
  -               attribute is output if
  -               <varname>ebnf.table.bgcolor</varname>
  -               is set to
  -               the null string. The default value matches the value used in recent
  -               online versions of the W3C's XML Spec productions.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="ebnf.table.border">
  -         <refmeta>
  -            <refentrytitle>ebnf.table.border</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>ebnf.table.border</refname>
  -            <refpurpose>Selects border on EBNF tables</refpurpose>
  -         </refnamediv>
  +<informalexample>
  +<programlisting format="linespecific">&lt;!DOCTYPE bibliography
  +  PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  +  "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"&gt;
  +&lt;bibliography&gt;&lt;title&gt;References&lt;/title&gt;
   
  -         <refsynopsisdiv>
  -            <programlisting id="ebnf.table.border.frag">&lt;xsl:param name="ebnf.table.border" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  +&lt;bibliomixed id="xml-rec"&gt;&lt;abbrev&gt;XML 1.0&lt;/abbrev&gt;Tim Bray,
  +Jean Paoli, C. M. Sperberg-McQueen, and Eve Maler, editors.
  +&lt;citetitle&gt;&lt;ulink url="http://www.w3.org/TR/REC-xml"&gt;Extensible Markup
  +Language (XML) 1.0 Second Edition&lt;/ulink&gt;&lt;/citetitle&gt;.
  +World Wide Web Consortium, 2000.
  +&lt;/bibliomixed&gt;
  +
  +&lt;bibliomixed id="xml-names"&gt;&lt;abbrev&gt;Namespaces&lt;/abbrev&gt;Tim Bray,
  +Dave Hollander,
  +and Andrew Layman, editors.
  +&lt;citetitle&gt;&lt;ulink url="http://www.w3.org/TR/REC-xml-names/"&gt;Namespaces in
  +XML&lt;/ulink&gt;&lt;/citetitle&gt;.
  +World Wide Web Consortium, 1999.
  +&lt;/bibliomixed&gt;
  +
  +&lt;!-- ... --&gt;
  +&lt;/bibliography&gt;
  +</programlisting>
  +</informalexample>
  +
  +<para>When you create a bibliography in your document, simply
  +provide <emphasis>empty</emphasis> <sgmltag>bibliomixed</sgmltag>
  +entries for each document that you wish to cite. Make sure that these
  +elements have the same ID as the corresponding <quote>real</quote>
  +entry in your global bibliography.</para>
  +
  +<para>For example:</para>
  +
  +<informalexample>
  +<programlisting format="linespecific">&lt;bibliography&gt;&lt;title&gt;Bibliography&lt;/title&gt;
  +
  +&lt;bibliomixed id="xml-rec"/&gt;
  +&lt;bibliomixed id="xml-names"/&gt;
  +&lt;bibliomixed id="DKnuth86"&gt;Donald E. Knuth. &lt;citetitle&gt;Computers and
  +Typesetting: Volume B, TeX: The Program&lt;/citetitle&gt;. Addison-Wesley,
  +1986.  ISBN 0-201-13437-3.
  +&lt;/bibliomixed&gt;
  +&lt;bibliomixed id="relaxng"/&gt;
  +
  +&lt;/bibliography&gt;</programlisting>
  +</informalexample>
  +
  +<para>Note that it's perfectly acceptable to mix entries from your
  +global bibliography with <quote>normal</quote> entries. You can use
  +<sgmltag>xref</sgmltag> or other elements to cross-reference your
  +bibliography entries in exactly the same way you do now.</para>
  +
  +<para>Finally, when you are ready to format your document, simply set the
  +<parameter moreinfo="none">bibliography.collection</parameter> parameter (in either a
  +customization layer or directly through your processor's interface) to
  +point to your global bibliography.</para>
  +
  +<para>The stylesheets will format the bibliography in your document as if
  +all of the entries referenced appeared there literally.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="bibliography.numbered">
  +<refmeta>
  +<refentrytitle>bibliography.numbered</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>bibliography.numbered</refname>
  +<refpurpose>Should bibliography entries be numbered?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="bibliography.numbered.frag">
  +&lt;xsl:param name="bibliography.numbered" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero bibliography entries will be numbered</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>Glossary</title>
  +<refentry id="glossterm.auto.link">
  +<refmeta>
  +<refentrytitle>glossterm.auto.link</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>glossterm.auto.link</refname>
  +<refpurpose>Generate links from glossterm to glossentry automaticaly?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="glossterm.auto.link.frag">
  +&lt;xsl:param name="glossterm.auto.link" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true, a link will be automatically created from glossterm 
  +to glossentry for that glossary term. This is usefull when your
  +glossterm names are consistent and you don't want to add links
  +manually.</para>
  +<para>If there is <sgmltag class="attribute">linkend</sgmltag> on
  +<sgmltag>glossterm</sgmltag> then is used instead of autogeneration of
  +link.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="firstterm.only.link">
  +<refmeta>
  +<refentrytitle>firstterm.only.link</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>firstterm.only.link</refname>
  +<refpurpose>Does automatic glossterm linking only apply to firstterms?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="firstterm.only.link.frag">
  +&lt;xsl:param name="firstterm.only.link" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true, only <sgmltag>firstterm</sgmltag>s will be automatically linked
  +to the glossary. If glossary linking is not enabled, this parameter
  +has no effect.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="glossary.collection">
  +<refmeta>
  +<refentrytitle>glossary.collection</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>glossary.collection</refname>
  +<refpurpose>Name of the glossary collection file</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="glossary.collection.frag">
  +&lt;xsl:param name="glossary.collection" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Glossaries maintained independently across a set of documents
  +are likely to become inconsistent unless considerable effort is
  +expended to keep them in sync. It makes much more sense, usually, to
  +store all of the glossary entries in a single place and simply
  +<quote>extract</quote> the ones you need in each document.</para>
  +
  +<para>That's the purpose of the
  +<parameter moreinfo="none">glossary.collection</parameter> parameter. To setup a global
  +glossary <quote>database</quote>, follow these steps:</para>
  +
  +<refsect2><title>Setting Up the Glossary Database</title>
  +
  +<para>First, create a stand-alone glossary document that contains all of
  +the entries that you wish to reference. Make sure that each glossary
  +entry has an ID.</para>
  +
  +<para>Here's an example glossary:</para>
  +
  +<informalexample>
  +<programlisting format="linespecific">
  +&lt;?xml version="1.0" encoding="utf-8"?&gt;
  +&lt;!DOCTYPE glossary
  +  PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  +  "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"&gt;
  +&lt;glossary&gt;
  +&lt;glossaryinfo&gt;
  +&lt;editor&gt;&lt;firstname&gt;Eric&lt;/firstname&gt;&lt;surname&gt;Raymond&lt;/surname&gt;&lt;/editor&gt;
  +&lt;title&gt;Jargon File 4.2.3 (abridged)&lt;/title&gt;
  +&lt;releaseinfo&gt;Just some test data&lt;/releaseinfo&gt;
  +&lt;/glossaryinfo&gt;
  +
  +&lt;glossdiv&gt;&lt;title&gt;0&lt;/title&gt;
  +
  +&lt;glossentry&gt;
  +&lt;glossterm&gt;0&lt;/glossterm&gt;
  +&lt;glossdef&gt;
  +&lt;para&gt;Numeric zero, as opposed to the letter `O' (the 15th letter of
  +the English alphabet). In their unmodified forms they look a lot
  +alike, and various kluges invented to make them visually distinct have
  +compounded the confusion. If your zero is center-dotted and letter-O
  +is not, or if letter-O looks almost rectangular but zero looks more
  +like an American football stood on end (or the reverse), you're
  +probably looking at a modern character display (though the dotted zero
  +seems to have originated as an option on IBM 3270 controllers). If
  +your zero is slashed but letter-O is not, you're probably looking at
  +an old-style ASCII graphic set descended from the default typewheel on
  +the venerable ASR-33 Teletype (Scandinavians, for whom /O is a letter,
  +curse this arrangement). (Interestingly, the slashed zero long
  +predates computers; Florian Cajori's monumental "A History of
  +Mathematical Notations" notes that it was used in the twelfth and
  +thirteenth centuries.) If letter-O has a slash across it and the zero
  +does not, your display is tuned for a very old convention used at IBM
  +and a few other early mainframe makers (Scandinavians curse &lt;emphasis&gt;this&lt;/emphasis&gt;
  +arrangement even more, because it means two of their letters collide).
  +Some Burroughs/Unisys equipment displays a zero with a &lt;emphasis&gt;reversed&lt;/emphasis&gt;
  +slash. Old CDC computers rendered letter O as an unbroken oval and 0
  +as an oval broken at upper right and lower left. And yet another
  +convention common on early line printers left zero unornamented but
  +added a tail or hook to the letter-O so that it resembled an inverted
  +Q or cursive capital letter-O (this was endorsed by a draft ANSI
  +standard for how to draw ASCII characters, but the final standard
  +changed the distinguisher to a tick-mark in the upper-left corner).
  +Are we sufficiently confused yet?&lt;/para&gt;
  +&lt;/glossdef&gt;
  +&lt;/glossentry&gt;
  +
  +&lt;glossentry&gt;
  +&lt;glossterm&gt;1TBS&lt;/glossterm&gt;
  +&lt;glossdef&gt;
  +&lt;para role="accidence"&gt;
  +&lt;phrase role="pronounce"&gt;&lt;/phrase&gt;
  +&lt;phrase role="partsofspeach"&gt;n&lt;/phrase&gt;
  +&lt;/para&gt;
  +&lt;para&gt;The "One True Brace Style"&lt;/para&gt;
  +&lt;glossseealso&gt;indent style&lt;/glossseealso&gt;
  +&lt;/glossdef&gt;
  +&lt;/glossentry&gt;
  +
  +&lt;!-- ... --&gt;
  +
  +&lt;/glossdiv&gt;
  +
  +&lt;!-- ... --&gt;
  +
  +&lt;/glossary&gt;</programlisting>
  +</informalexample>
  +
  +</refsect2>
  +
  +<refsect2><title>Marking Up Glossary Terms</title>
  +
  +<para>That takes care of the glossary database, now you have to get the entries
  +into your document. Unlike bibliography entries, which can be empty, creating
  +<quote>placeholder</quote> glossary entries would be very tedious. So instead,
  +support for <parameter moreinfo="none">glossary.collection</parameter> relies on implicit linking.</para>
  +
  +<para>In your source document, simply use <sgmltag>firstterm</sgmltag> and
  +<sgmltag>glossterm</sgmltag> to identify the terms you wish to have included
  +in the glossary. The stylesheets assume that you will either set the
  +<sgmltag class="attribute">baseform</sgmltag> attribute correctly, or that the
  +content of the element exactly matches a term in your glossary.</para>
  +
  +<para>If you're using a <parameter moreinfo="none">glossary.collection</parameter>, don't
  +make explicit links on the terms in your document.</para>
  +
  +<para>So, in your document, you might write things like this:</para>
  +
  +<informalexample>
  +<programlisting format="linespecific">&lt;para&gt;This is dummy text, without any real meaning.
  +The point is simply to reference glossary terms like &lt;glossterm&gt;0&lt;/glossterm&gt;
  +and the &lt;firstterm baseform="1TBS"&gt;One True Brace Style (1TBS)&lt;/firstterm&gt;.
  +The &lt;glossterm&gt;1TBS&lt;/glossterm&gt;, as you can probably imagine, is a nearly
  +religious issue.&lt;/para&gt;</programlisting>
  +</informalexample>
  +
  +<para>If you set the <parameter moreinfo="none">firstterm.only.link</parameter> parameter,
  +only the terms marked with <sgmltag>firstterm</sgmltag> will be links.
  +Otherwise, all the terms will be linked.</para>
  +
  +</refsect2>
  +
  +<refsect2><title>Marking Up the Glossary</title>
  +
  +<para>The glossary itself has to be identified for the stylesheets. For lack
  +of a better choice, the <sgmltag class="attribute">role</sgmltag> is used.
  +To identify the glossary as the target for automatic processing, set
  +the role to <quote><literal moreinfo="none">auto</literal></quote>. The title of this
  +glossary (and any other information from the <sgmltag>glossaryinfo</sgmltag>
  +that's rendered by your stylesheet) will be displayed, but the entries will
  +come from the database.
  +</para>
  +
  +<para>Unfortunately, the glossary can't be empty, so you must put in
  +at least one <sgmltag>glossentry</sgmltag>. The content of this entry
  +is irrelevant, it will not be rendered:</para>
  +
  +<informalexample>
  +<programlisting format="linespecific">&lt;glossary role="auto"&gt;
  +&lt;glossentry&gt;
  +&lt;glossterm&gt;Irrelevant&lt;/glossterm&gt;
  +&lt;glossdef&gt;
  +&lt;para&gt;If you can see this, the document was processed incorrectly. Use
  +the &lt;parameter&gt;glossary.collection&lt;/parameter&gt; parameter.&lt;/para&gt;
  +&lt;/glossdef&gt;
  +&lt;/glossentry&gt;
  +&lt;/glossary&gt;</programlisting>
  +</informalexample>
  +
  +<para>What about glossary divisions? If your glossary database has glossary
  +divisions <emphasis>and</emphasis> your automatic glossary contains at least
  +one <sgmltag>glossdiv</sgmltag>, the automic glossary will have divisions.
  +If the <sgmltag>glossdiv</sgmltag> is missing from either location, no divisions
  +will be rendered.</para>
  +
  +<para>Glossary entries (and divisions, if appropriate) in the glossary will
  +occur in precisely the order they occur in your database.</para>
  +
  +</refsect2>
  +
  +<refsect2><title>Formatting the Document</title>
  +
  +<para>Finally, when you are ready to format your document, simply set the
  +<parameter moreinfo="none">glossary.collection</parameter> parameter (in either a
  +customization layer or directly through your processor's interface) to
  +point to your global glossary.</para>
  +
  +<para>The stylesheets will format the glossary in your document as if
  +all of the entries implicilty referenced appeared there literally.</para>
  +</refsect2>
  +
  +<refsect2><title>Limitations</title>
  +
  +<para>Glossary cross-references <emphasis>within the glossary</emphasis> are
  +not supported. For example, this <emphasis>will not</emphasis> work:</para>
  +
  +<informalexample>
  +<programlisting format="linespecific">&lt;glossentry&gt;
  +&lt;glossterm&gt;gloss-1&lt;/glossterm&gt;
  +&lt;glossdef&gt;&lt;para&gt;A description that references &lt;glossterm&gt;gloss-2&lt;/glossterm&gt;.&lt;/para&gt;
  +&lt;glossseealso&gt;gloss-2&lt;/glossseealso&gt;
  +&lt;/glossdef&gt;
  +&lt;/glossentry&gt;</programlisting>
  +</informalexample>
  +
  +<para>If you put glossary cross-references in your glossary that way,
  +you'll get the cryptic error: <computeroutput moreinfo="none">Warning:
  +glossary.collection specified, but there are 0 automatic
  +glossaries</computeroutput>.</para>
  +
  +<para>Instead, you must do two things:</para>
  +
  +<orderedlist inheritnum="ignore" continuation="restarts">
  +<listitem>
  +<para>Markup your glossary using <sgmltag>glossseealso</sgmltag>:</para>
  +
  +<informalexample>
  +<programlisting format="linespecific">&lt;glossentry&gt;
  +&lt;glossterm&gt;gloss-1&lt;/glossterm&gt;
  +&lt;glossdef&gt;&lt;para&gt;A description that references &lt;glossterm&gt;gloss-2&lt;/glossterm&gt;.&lt;/para&gt;
  +&lt;glossseealso&gt;gloss-2&lt;/glossseealso&gt;
  +&lt;/glossdef&gt;
  +&lt;/glossentry&gt;</programlisting>
  +</informalexample>
  +</listitem>
  +
  +<listitem>
  +<para>Make sure there is at least one <sgmltag>glossterm</sgmltag> reference to
  +<glossterm>gloss-2</glossterm> <emphasis>in your document</emphasis>. The
  +easiest way to do that is probably within a <sgmltag>remark</sgmltag> in your
  +automatic glossary:</para>
  +
  +<informalexample>
  +<programlisting format="linespecific">&lt;glossary role="auto"&gt;
  +&lt;remark&gt;Make sure there's a reference to &lt;glossterm&gt;gloss-2&lt;/glossterm&gt;.&lt;/remark&gt;
  +&lt;glossentry&gt;
  +&lt;glossterm&gt;Irrelevant&lt;/glossterm&gt;
  +&lt;glossdef&gt;
  +&lt;para&gt;If you can see this, the document was processed incorrectly. Use
  +the &lt;parameter&gt;glossary.collection&lt;/parameter&gt; parameter.&lt;/para&gt;
  +&lt;/glossdef&gt;
  +&lt;/glossentry&gt;
  +&lt;/glossary&gt;</programlisting>
  +</informalexample>
  +</listitem>
  +</orderedlist>
  +</refsect2>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="glossentry.show.acronym">
  +<refmeta>
  +<refentrytitle>glossentry.show.acronym</refentrytitle>
  +<refmiscinfo role="type">list</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>glossentry.show.acronym</refname>
  +<refpurpose>Display <sgmltag>glossentry</sgmltag> acronyms?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="glossentry.show.acronym.frag">
  +&lt;xsl:param name="glossentry.show.acronym" select="'no'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>A setting of <quote>yes</quote> means they should be displayed;
  +<quote>no</quote> means they shouldn't. If <quote>primary</quote> is used,
  +then they are shown as the primary text for the entry.</para>
  +
  +<note>
  +<para>This setting controls both <sgmltag>acronym</sgmltag> and
  +<sgmltag>abbrev</sgmltag> elements in the <sgmltag>glossentry</sgmltag>.</para>
  +</note>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>Miscellaneous</title>
  +<refentry id="formal.procedures">
  +<refmeta>
  +<refentrytitle>formal.procedures</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>formal.procedures</refname>
  +<refpurpose>Selects formal or informal procedures</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="formal.procedures.frag">
  +&lt;xsl:param name="formal.procedures" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Formal procedures are numbered and always have a title.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="formal.title.placement">
  +<refmeta>
  +<refentrytitle>formal.title.placement</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>formal.title.placement</refname>
  +<refpurpose/>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="formal.title.placement.frag">
  +&lt;xsl:param name="formal.title.placement"&gt;
  +figure before
  +example before
  +equation before
  +table before
  +procedure before
  +task before
  +&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Specifies where formal object titles should occur. For each formal object
  +type (<sgmltag>figure</sgmltag>,
  +<sgmltag>example</sgmltag>,
  +<sgmltag>equation</sgmltag>,
  +<sgmltag>table</sgmltag>, and <sgmltag>procedure</sgmltag>)
  +you can specify either the keyword
  +<quote><literal moreinfo="none">before</literal></quote> or
  +<quote><literal moreinfo="none">after</literal></quote>.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="runinhead.default.title.end.punct">
  +<refmeta>
  +<refentrytitle>runinhead.default.title.end.punct</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>runinhead.default.title.end.punct</refname>
  +<refpurpose>Default punctuation character on a run-in-head</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="runinhead.default.title.end.punct.frag">&lt;xsl:param name="runinhead.default.title.end.punct" select="'.'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="runinhead.title.end.punct">
  +<refmeta>
  +<refentrytitle>runinhead.title.end.punct</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>runinhead.title.end.punct</refname>
  +<refpurpose>Characters that count as punctuation on a run-in-head</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="runinhead.title.end.punct.frag">&lt;xsl:param name="runinhead.title.end.punct" select="'.!?:'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="show.comments">
  +<refmeta>
  +<refentrytitle>show.comments</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>show.comments</refname>
  +<refpurpose>Display <sgmltag>comment</sgmltag> elements?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="show.comments.frag">&lt;xsl:param name="show.comments"&gt;1&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), comments will be displayed, otherwise they are suppressed.
  +Comments here refers to the <sgmltag>comment</sgmltag> element,
  +which will be renamed <sgmltag>remark</sgmltag> in DocBook V4.0,
  +not XML comments (&lt;-- like this --&gt;) which are unavailable.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="show.revisionflag">
  +<refmeta>
  +<refentrytitle>show.revisionflag</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>show.revisionflag</refname>
  +<refpurpose>Enable decoration of elements that have a revisionflag</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="show.revisionflag.frag">&lt;xsl:param name="show.revisionflag"&gt;0&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>
  +If <literal moreinfo="none">show.revisionflag</literal> is turned on, then the stylesheets
  +may produce additional markup designed to allow a CSS stylesheet to
  +highlight elements that have specific revisionflag settings.</para>
  +
  +<para>The markup inserted will be usually be either a &lt;span&gt; or &lt;div&gt;
  +with an appropriate <literal moreinfo="none">class</literal> attribute. (The value of
  +the class attribute will be the same as the value of the revisionflag
  +attribute). In some contexts, for example tables, where extra markup
  +would be structurally illegal, the class attribute will be added to the
  +appropriate container element.</para>
  +
  +<para>In general, the stylesheets only test for revisionflag in contexts
  +where an importing stylesheet would have to redefine whole templates.
  +Most of the revisionflag processing is expected to be done by another
  +stylesheet, for example <filename moreinfo="none">changebars.xsl</filename>.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="shade.verbatim">
  +<refmeta>
  +<refentrytitle>shade.verbatim</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>shade.verbatim</refname>
  +<refpurpose>Should verbatim environments be shaded?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="shade.verbatim.frag">&lt;xsl:param name="shade.verbatim" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="shade.verbatim.style">
  +<refmeta>
  +<refentrytitle>shade.verbatim.style</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>shade.verbatim.style</refname>
  +<refpurpose>Properties that specify the style of shaded verbatim listings</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="shade.verbatim.style.frag">
  +&lt;xsl:attribute-set name="shade.verbatim.style"&gt;
  +  &lt;xsl:attribute name="border"&gt;0&lt;/xsl:attribute&gt;
  +  &lt;xsl:attribute name="bgcolor"&gt;#E0E0E0&lt;/xsl:attribute&gt;
  +&lt;/xsl:attribute-set&gt;
   
  -         <refsect1>
  -            <title>Description</title>
  +</programlisting>
  +</refsynopsisdiv>
   
  -            <para>Selects the border on EBNF tables. If non-zero, the tables have
  -               borders, otherwise they don't.</para>
  +<refsect1><title>Description</title>
   
  -         </refsect1>
  -      </refentry>
  +<para>FIXME:</para>
   
  -      <refentry id="ebnf.assignment">
  -         <refmeta>
  -            <refentrytitle>ebnf.assignment</refentrytitle>
  -            <refmiscinfo role="type">rtf</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>ebnf.assignment</refname>
  -            <refpurpose>The EBNF production assignment operator</refpurpose>
  -         </refnamediv>
  +</refsect1>
  +</refentry>
  +
  +<refentry id="punct.honorific">
  +<refmeta>
  +<refentrytitle>punct.honorific</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>punct.honorific</refname>
  +<refpurpose>Punctuation after an honorific in a personal name.</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="punct.honorific.frag">
  +&lt;xsl:param name="punct.honorific" select="'.'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parameter specifies the punctuation that should be added after an
  +honorific in a personal name.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="segmentedlist.as.table">
  +<refmeta>
  +<refentrytitle>segmentedlist.as.table</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>segmentedlist.as.table</refname>
  +<refpurpose>Format segmented lists as tables?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="segmentedlist.as.table.frag">
  +&lt;xsl:param name="segmentedlist.as.table" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, <sgmltag>segmentedlist</sgmltag>s will be formatted as
  +tables.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="variablelist.as.table">
  +<refmeta>
  +<refentrytitle>variablelist.as.table</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>variablelist.as.table</refname>
  +<refpurpose>Format <sgmltag>variablelist</sgmltag>s as tables?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="variablelist.as.table.frag">
  +&lt;xsl:param name="variablelist.as.table" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, <sgmltag>variablelist</sgmltag>s will be formatted as
  +tables.</para>
  +
  +<para>This parameter only applys to the HTML transformations. In the
  +FO case, proper list markup is robust enough to handle the formatting.
  +But see also <parameter moreinfo="none">variablelist.as.blocks</parameter>.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="tex.math.in.alt">
  +<refmeta>
  +<refentrytitle>tex.math.in.alt</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>tex.math.in.alt</refname>
  +<refpurpose>TeX notation used for equations</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="tex.math.in.alt.frag">
  +&lt;xsl:param name="tex.math.in.alt" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want type math directly in TeX notation in equations,
  +this parameter specifies notation used. Currently are supported two
  +values -- <literal moreinfo="none">plain</literal> and <literal moreinfo="none">latex</literal>. Empty
  +value means that you are not using TeX math at all.</para>
  +
  +<para>Preferred way for including TeX alternative of math is inside of
  +<sgmltag>textobject</sgmltag> element. Eg.:</para>
  +
  +<programlisting format="linespecific">&lt;inlineequation&gt;
  +&lt;inlinemediaobject&gt;
  +&lt;imageobject&gt;
  +&lt;imagedata fileref="eq1.gif"/&gt;
  +&lt;/imageobject&gt;
  +&lt;textobject&gt;&lt;phrase&gt;E=mc squared&lt;/phrase&gt;&lt;/textobject&gt;
  +&lt;textobject role="tex"&gt;&lt;phrase&gt;E=mc^2&lt;/phrase&gt;&lt;/textobject&gt;
  +&lt;/inlinemediaobject&gt;
  +&lt;/inlineequation&gt;</programlisting>
  +
  +<para>If you are using <sgmltag>graphic</sgmltag> element, you can
  +store TeX inside <sgmltag>alt</sgmltag> element:</para>
  +
  +<programlisting format="linespecific">&lt;inlineequation&gt;
  +&lt;alt role="tex"&gt;a^2+b^2=c^2&lt;/alt&gt;
  +&lt;graphic fileref="a2b2c2.gif"/&gt;  
  +&lt;/inlineequation&gt;</programlisting>
  +
  +<para>If you want use this feature, you should process your FO with
  +PassiveTeX, which only supports TeX math notation. When calling
  +stylsheet, don't forget to specify also
  +passivetex.extensions=1.</para>
  +
  +<para>If you want equations in HTML, just process generated file
  +<filename moreinfo="none">tex-math-equations.tex</filename> by TeX or LaTeX. Then run
  +dvi2bitmap program on result DVI file. You will get images for
  +equations in your document.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="tex.math.file">
  +<refmeta>
  +<refentrytitle>tex.math.file</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>tex.math.file</refname>
  +<refpurpose>Name of temporary file for generating images from equations</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="tex.math.file.frag">
  +&lt;xsl:param name="tex.math.file" select="'tex-math-equations.tex'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Name of auxiliary file for TeX equations. This file can be
  +processed by dvi2bitmap to get bitmap versions of equations for HTML
  +output.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="tex.math.delims">
  +<refmeta>
  +<refentrytitle>tex.math.delims</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>tex.math.delims</refname>
  +<refpurpose>Should be equations outputed for processing by TeX
  +automatically surrounded by math mode delimiters</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="tex.math.delims.frag">
  +&lt;xsl:param name="tex.math.delims" select="'1'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>For compatibility with DSSSL based DBTeXMath from Allin Cottrell
  +you should set this parameter to 0.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="pixels.per.inch">
  +<refmeta>
  +<refentrytitle>pixels.per.inch</refentrytitle>
  +<refmiscinfo role="type">integer</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>pixels.per.inch</refname>
  +<refpurpose>How many pixels are there per inch?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="pixels.per.inch.frag">
  +&lt;xsl:param name="pixels.per.inch" select="90"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>When lengths are converted to pixels, this value is used to
  +determine the size of a pixel. The default value is taken from the
  +<ulink url="http://www.w3.org/TR/xsl/slice5.html#pixels">XSL
  +Recommendation</ulink>.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="points.per.em">
  +<refmeta>
  +<refentrytitle>points.per.em</refentrytitle>
  +<refmiscinfo role="type">number</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>points.per.em</refname>
  +<refpurpose>Specify the nominal size of an em-space in points</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="points.per.em.frag">
  +&lt;xsl:param name="points.per.em" select="10"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="use.svg">
  +<refmeta>
  +<refentrytitle>use.svg</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>use.svg</refname>
  +<refpurpose>Allow SVG in the result tree?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="use.svg.frag">
  +&lt;xsl:param name="use.svg" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, SVG will be considered an acceptable image format. SVG
  +is passed through to the result tree, so correct rendering of the resulting
  +diagram depends on the formatter (FO processor or web browser) that is used
  +to process the output from the stylesheet.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="use.role.as.xrefstyle">
  +<refmeta>
  +<refentrytitle>use.role.as.xrefstyle</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>use.role.as.xrefstyle</refname>
  +<refpurpose>Use <sgmltag class="attribute">role</sgmltag> attribute for
  +<sgmltag class="attribute">xrefstyle</sgmltag> on <sgmltag>xref</sgmltag>?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="use.role.as.xrefstyle.frag">
  +&lt;xsl:param name="use.role.as.xrefstyle" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, the <sgmltag class="attribute">role</sgmltag> attribute on
  +<sgmltag>xref</sgmltag> will be used to select the cross reference style.
  +The <ulink url="http://www.oasis-open.org/docbook/">DocBook
  +Technical Committee</ulink> recently added an
  +<sgmltag class="attribute">xrefstyle</sgmltag> attribute for this purpose.
  +If the <sgmltag class="attribute">xrefstyle</sgmltag> attribute
  +is present, <sgmltag class="attribute">role</sgmltag> will be ignored, regardless
  +of this setting.</para>
  +
  +<para>Until an official DocBook release that includes the new
  +attribute, this flag allows <sgmltag class="attribute">role</sgmltag>
  +to serve that purpose.</para>
  +
  +</refsect1>
   
  -         <refsynopsisdiv>
  -            <programlisting id="ebnf.assignment.frag">
  -               &lt;xsl:param name="ebnf.assignment"&gt;
  -               &lt;tt&gt;::=&lt;/tt&gt;
  -               &lt;/xsl:param&gt;
  +<refsect1><title>Example</title>
   
  -            </programlisting>
  -         </refsynopsisdiv>
  +<para>The following small stylesheet shows how to configure the stylesheets to make
  +use of the cross reference style:</para>
   
  -         <refsect1>
  -            <title>Description</title>
  +<programlisting format="linespecific">&lt;?xml version="1.0"?&gt;
  +&lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  +                version="1.0"&gt;
   
  -            <para>The
  -               <parameter moreinfo="none">ebnf.assignment</parameter>
  -               parameter determines what
  -               text is used to show
  -               <quote>assignment</quote>
  -               in
  -               <sgmltag>production</sgmltag>
  -               s
  -               in
  -               <sgmltag>productionset</sgmltag>
  -               s.
  -            </para>
  -
  -            <para>While
  -               <quote>
  -                  <literal moreinfo="none">::=</literal>
  -               </quote>
  -               is common, so are several
  -               other operators.
  -            </para>
  +&lt;xsl:import href="../xsl/html/docbook.xsl"/&gt;
   
  -         </refsect1>
  -      </refentry>
  +&lt;xsl:output method="html"/&gt;
   
  -      <refentry id="ebnf.statement.terminator">
  -         <refmeta>
  -            <refentrytitle>ebnf.statement.terminator</refentrytitle>
  -            <refmiscinfo role="type">rtf</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>ebnf.statement.terminator</refname>
  -            <refpurpose>Punctuation that ends an EBNF statement.</refpurpose>
  -         </refnamediv>
  +&lt;xsl:param name="local.l10n.xml" select="document('')"/&gt;
  +&lt;l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"&gt;
  +  &lt;l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="en"&gt;
  +   &lt;l:context name="xref"&gt;
  +      &lt;l:template name="chapter" style="title" text="Chapter %n, %t"/&gt;
  +      &lt;l:template name="chapter" text="Chapter %n"/&gt;
  +    &lt;/l:context&gt;
  +  &lt;/l:l10n&gt;
  +&lt;/l:i18n&gt;
   
  -         <refsynopsisdiv>
  -            <programlisting id="ebnf.statement.terminator.frag">
  -               &lt;xsl:param name="ebnf.statement.terminator"&gt;&lt;/xsl:param&gt;
  +&lt;/xsl:stylesheet&gt;</programlisting>
   
  -            </programlisting>
  -         </refsynopsisdiv>
  +<para>With this stylesheet, the cross references in the following document:</para>
   
  -         <refsect1>
  -            <title>Description</title>
  +<programlisting format="linespecific">&lt;?xml version="1.0" encoding="utf-8"?&gt;
  +&lt;!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  +                  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"&gt;
  +&lt;book id="book"&gt;&lt;title&gt;Book&lt;/title&gt;
   
  -            <para>The
  -               <parameter moreinfo="none">ebnf.statement.terminator</parameter>
  -               parameter determines what
  -               text is used to terminate each
  -               <sgmltag>production</sgmltag>
  -               in
  -               <sgmltag>productionset</sgmltag>
  -               .
  -            </para>
  +&lt;preface&gt;
  +&lt;title&gt;Preface&lt;/title&gt;
   
  -            <para>Some notations end each statement with a period.</para>
  +&lt;para&gt;Normal: &lt;xref linkend="ch1"/&gt;.&lt;/para&gt;
  +&lt;para&gt;Title: &lt;xref xrefstyle="title" linkend="ch1"/&gt;.&lt;/para&gt;
   
  -         </refsect1>
  -      </refentry>
  +&lt;/preface&gt;
  +
  +&lt;chapter id="ch1"&gt;
  +&lt;title&gt;First Chapter&lt;/title&gt;
  +
  +&lt;para&gt;Irrelevant.&lt;/para&gt;
  +
  +&lt;/chapter&gt;
  +&lt;/book&gt;</programlisting>
  +
  +<para>will appear as:</para>
  +
  +<informalexample>
  +<para>Normal: Chapter 1.</para>
  +<para>Title: Chapter 1, <emphasis>First Chapter</emphasis>.</para>
  +</informalexample>
  +</refsect1>
  +
  +</refentry>
  +
  +<refentry id="menuchoice.separator">
  +<refmeta>
  +<refentrytitle>menuchoice.separator</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>menuchoice.separator</refname>
  +<refpurpose/>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="menuchoice.separator.frag">
  +&lt;xsl:param name="menuchoice.separator" select="'+'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Separator used to connect items of a <sgmltag>menuchoice</sgmltag> other
  +than <sgmltag>guimenuitem</sgmltag> and <sgmltag>guisubmenu</sgmltag>. The latter
  +elements are linked with <parameter moreinfo="none">menuchoice.menu.separator</parameter>.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="menuchoice.menu.separator">
  +<refmeta>
  +<refentrytitle>menuchoice.menu.separator</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>menuchoice.menu.separator</refname>
  +<refpurpose/>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="menuchoice.menu.separator.frag">
  +&lt;xsl:param name="menuchoice.menu.separator" select="'-&gt;'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Separator used to connect items of a <sgmltag>menuchoice</sgmltag> with
  +<sgmltag>guimenuitem</sgmltag> or <sgmltag>guisubmenu</sgmltag>. Other elements
  +are linked with <parameter moreinfo="none">menuchoice.separator</parameter>.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="default.float.class">
  +<refmeta>
  +<refentrytitle>default.float.class</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>default.float.class</refname>
  +<refpurpose>Specifies the default float class</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="default.float.class.frag">
  +&lt;xsl:param name="default.float.class" select="'before'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="footnote.number.format">
  +<refmeta>
  +<refentrytitle>footnote.number.format</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>footnote.number.format</refname>
  +<refpurpose>Identifies the format used for footnote numbers</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="footnote.number.format.frag">
  +&lt;xsl:param name="footnote.number.format" select="'1'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The <parameter moreinfo="none">footnote.number.format</parameter> specifies the format
  +to use for footnote numeration (1, i, I, a, or A).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="table.footnote.number.format">
  +<refmeta>
  +<refentrytitle>table.footnote.number.format</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>table.footnote.number.format</refname>
  +<refpurpose>Identifies the format used for footnote numbers in tables</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="table.footnote.number.format.frag">
  +&lt;xsl:param name="table.footnote.number.format" select="'a'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The <parameter moreinfo="none">table.footnote.number.format</parameter> specifies the format
  +to use for footnote numeration (1, i, I, a, or A) in tables.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="footnote.number.symbols">
  +<refmeta>
  +<refentrytitle>footnote.number.symbols</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>footnote.number.symbols</refname>
  +<refpurpose/>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="footnote.number.symbols.frag">
  +&lt;xsl:param name="footnote.number.symbols" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If <parameter moreinfo="none">footnote.number.symbols</parameter> is not the empty string,
  +footnotes will use the characters it contains as footnote symbols. For example,
  +<quote>*&amp;#x2020;&amp;#x2021;&amp;#x25CA;&amp;#x2720;</quote> will identify
  +footnotes with <quote>*</quote>, <quote>†</quote>, <quote>‡</quote>,
  +<quote>◊</quote>, and <quote>✠</quote>. If there are more footnotes
  +than symbols, the stylesheets will fall back to numbered footnotes using
  +<parameter moreinfo="none">footnote.number.format</parameter>.</para>
  +
  +<para>The use of symbols for footnotes depends on the ability of your
  +processor (or browser) to render the symbols you select. Not all systems are
  +capable of displaying the full range of Unicode characters. If the quoted characters
  +in the preceding paragraph are not displayed properly, that's a good indicator
  +that you may have trouble using those symbols for footnotes.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="table.footnote.number.symbols">
  +<refmeta>
  +<refentrytitle>table.footnote.number.symbols</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>table.footnote.number.symbols</refname>
  +<refpurpose/>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="table.footnote.number.symbols.frag">
  +&lt;xsl:param name="table.footnote.number.symbols" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If <parameter moreinfo="none">table.footnote.number.symbols</parameter> is not the empty string,
  +table footnotes will use the characters it contains as footnote symbols. For example,
  +<quote>*&amp;#x2020;&amp;#x2021;&amp;#x25CA;&amp;#x2720;</quote> will identify
  +footnotes with <quote>*</quote>, <quote>†</quote>, <quote>‡</quote>,
  +<quote>◊</quote>, and <quote>✠</quote>. If there are more footnotes
  +than symbols, the stylesheets will fall back to numbered footnotes using
  +<parameter moreinfo="none">table.footnote.number.format</parameter>.</para>
  +
  +<para>The use of symbols for footnotes depends on the ability of your
  +processor (or browser) to render the symbols you select. Not all systems are
  +capable of displaying the full range of Unicode characters. If the quoted characters
  +in the preceding paragraph are not displayed properly, that's a good indicator
  +that you may have trouble using those symbols for footnotes.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="xref.with.number.and.title">
  +<refmeta>
  +<refentrytitle>xref.with.number.and.title</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>xref.with.number.and.title</refname>
  +<refpurpose>Use number and title in cross references</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="xref.with.number.and.title.frag">
  +&lt;xsl:param name="xref.with.number.and.title" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>FIXME:</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="xref.label-page.separator">
  +<refmeta>
  +<refentrytitle>xref.label-page.separator</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>xref.label-page.separator</refname>
  +<refpurpose>Punctuation or space separating label from page number in xref</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="xref.label-page.separator.frag">&lt;xsl:param name="xref.label-page.separator"&gt;&lt;xsl:text&gt; &lt;/xsl:text&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>
  +This parameter allows you to control the punctuation of certain
  +types of generated cross reference text.
  +When cross reference text is generated for an 
  +<sgmltag class="element">xref</sgmltag> or 
  +<sgmltag class="element">olink</sgmltag> element
  +using an <sgmltag class="attribute">xrefstyle</sgmltag> attribute
  +that makes use of the <literal moreinfo="none">select:</literal> feature,
  +and the selected components include both label and page
  +but no title,
  +then the value of this parameter is inserted between
  +label and page number in the output.  
  +If a title is included, then other separators are used.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="xref.label-title.separator">
  +<refmeta>
  +<refentrytitle>xref.label-title.separator</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>xref.label-title.separator</refname>
  +<refpurpose>Punctuation or space separating label from title in xref</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="xref.label-title.separator.frag">&lt;xsl:param name="xref.label-title.separator"&gt;: &lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>
  +This parameter allows you to control the punctuation of certain
  +types of generated cross reference text.
  +When cross reference text is generated for an 
  +<sgmltag class="element">xref</sgmltag> or 
  +<sgmltag class="element">olink</sgmltag> element
  +using an <sgmltag class="attribute">xrefstyle</sgmltag> attribute
  +that makes use of the <literal moreinfo="none">select:</literal> feature,
  +and the selected components include both label and title,
  +then the value of this parameter is inserted between
  +label and title in the output.  
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="xref.title-page.separator">
  +<refmeta>
  +<refentrytitle>xref.title-page.separator</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>xref.title-page.separator</refname>
  +<refpurpose>Punctuation or space separating title from page number in xref</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="xref.title-page.separator.frag">&lt;xsl:param name="xref.title-page.separator"&gt;&lt;xsl:text&gt; &lt;/xsl:text&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>
  +This parameter allows you to control the punctuation of certain
  +types of generated cross reference text.
  +When cross reference text is generated for an 
  +<sgmltag class="element">xref</sgmltag> or 
  +<sgmltag class="element">olink</sgmltag> element
  +using an <sgmltag class="attribute">xrefstyle</sgmltag> attribute
  +that makes use of the <literal moreinfo="none">select:</literal> feature,
  +and the selected components include both title and page number,
  +then the value of this parameter is inserted between
  +title and page number in the output.  
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="insert.xref.page.number">
  +<refmeta>
  +<refentrytitle>insert.xref.page.number</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>insert.xref.page.number</refname>
  +<refpurpose>Turns page numbers in xrefs on and off</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="insert.xref.page.number.frag">
  +&lt;xsl:param name="insert.xref.page.number"&gt;no&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The value of this parameter determines if
  +cross references (<sgmltag>xref</sgmltag>s) in
  +printed output will
  +include page number citations.
  +It has three possible values.
  +</para>
  +<variablelist>
  +<section>
  +<term>no</term>
  +<listitem><para>No page number references will be generated.
  +</para></listitem>
  +</section>
  +<section>
  +<term>yes</term>
  +<listitem><para>Page number references will be generated
  +for all <sgmltag>xref</sgmltag> elements.
  +The style of page reference may be changed
  +if an <sgmltag class="attribute">xrefstyle</sgmltag>
  +attribute is used.
  +</para></listitem>
  +</section>
  +<section>
  +<term>maybe</term>
  +<listitem><para>Page number references will not be generated
  +for an <sgmltag>xref</sgmltag> element unless 
  +it has an
  +<sgmltag class="attribute">xrefstyle</sgmltag>
  +attribute whose value specifies a page reference.
  +</para></listitem>
  +</section>
  +</variablelist>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>Graphics</title>
  +<refentry id="graphic.default.extension">
  +<refmeta>
  +<refentrytitle>graphic.default.extension</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>graphic.default.extension</refname>
  +<refpurpose>Default extension for graphic filenames</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="graphic.default.extension.frag">&lt;xsl:param name="graphic.default.extension"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If a <sgmltag>graphic</sgmltag> or <sgmltag>mediaobject</sgmltag>
  +includes a reference to a filename that does not include an extension,
  +and the <sgmltag class="attribute">format</sgmltag> attribute is
  +<emphasis>unspecified</emphasis>, the default extension will be used.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="default.image.width">
  +<refmeta>
  +<refentrytitle>default.image.width</refentrytitle>
  +<refmiscinfo role="type">length</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>default.image.width</refname>
  +<refpurpose>The default width of images</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="default.image.width.frag">
  +&lt;xsl:param name="default.image.width" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If specified, this value will be used for the
  +<sgmltag class="attribute">width</sgmltag> attribute on
  +images that do not specify any
  +<ulink url="http://docbook.org/tdg/en/html/imagedata.html#viewport.area">viewport
  +dimensions</ulink>.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="nominal.image.width">
  +<refmeta>
  +<refentrytitle>nominal.image.width</refentrytitle>
  +<refmiscinfo role="type">length</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>nominal.image.width</refname>
  +<refpurpose>The nominal image width</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="nominal.image.width.frag">
  +&lt;xsl:param name="nominal.image.width" select="6 * $pixels.per.inch"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Graphic widths expressed as a percentage are problematic. In the
  +following discussion, we speak of width and contentwidth, but
  +the same issues apply to depth and contentdepth.</para>
  +
  +<para>A width of 50% means "half of the available space for the image."
  +That's fine. But note that in HTML, this is a dynamic property and
  +the image size will vary if the browser window is resized.</para>
  +
  +<para>A contentwidth of 50% means "half of the actual image width".
  +But what does that mean if the stylesheets cannot assess the image's
  +actual size? Treating this as a width of 50% is one possibility, but
  +it produces behavior (dynamic scaling) that seems entirely out of
  +character with the meaning.</para>
  +
  +<para>Instead, the stylesheets define a
  +<parameter moreinfo="none">nominal.image.width</parameter> and convert percentages to
  +actual values based on that nominal size.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="nominal.image.depth">
  +<refmeta>
  +<refentrytitle>nominal.image.depth</refentrytitle>
  +<refmiscinfo role="type">length</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>nominal.image.depth</refname>
  +<refpurpose>Nominal image depth</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="nominal.image.depth.frag">
  +&lt;xsl:param name="nominal.image.depth" select="4 * $pixels.per.inch"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>See <parameter moreinfo="none">nominal.image.width</parameter>.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="use.embed.for.svg">
  +<refmeta>
  +<refentrytitle>use.embed.for.svg</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>use.embed.for.svg</refname>
  +<refpurpose>Use HTML <sgmltag>embed</sgmltag> for SVG?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="use.embed.for.svg.frag">
  +&lt;xsl:param name="use.embed.for.svg" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, an <sgmltag>embed</sgmltag> element will be created for
  +SVG figures. An <sgmltag>object</sgmltag> is <emphasis>always</emphasis> created,
  +this parameter merely controls whether or not an additional <sgmltag>embed</sgmltag>
  +is generated inside the <sgmltag>object</sgmltag>.</para>
  +
  +<para>On the plus side, this may be more portable among browsers and plug-ins.
  +On the minus side, it isn't valid HTML.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="make.graphic.viewport">
  +<refmeta>
  +<refentrytitle>make.graphic.viewport</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>make.graphic.viewport</refname>
  +<refpurpose>Use tables in HTML to make viewports for graphics</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="make.graphic.viewport.frag">
  +&lt;xsl:param name="make.graphic.viewport" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The HTML <sgmltag>img</sgmltag> element only supports the notion
  +of content-area scaling; it doesn't support the distinction between a
  +content-area and a viewport-area, so we have to make some compromises.</para>
  +
  +<para>If <parameter moreinfo="none">make.graphic.viewport</parameter> is non-zero, a table
  +will be used to frame the image. This creates an effective viewport-area.
  +</para>
  +
  +<para>Tables and alignment don't work together, so this parameter is ignored
  +if alignment is specified on an image.</para>
  +</refsect1>
  +</refentry>
  +
  +<refentry id="preferred.mediaobject.role">
  +<refmeta>
  +<refentrytitle>preferred.mediaobject.role</refentrytitle>
  +</refmeta>
  +<refnamediv>
  +<refname>preferred.mediaobject.role</refname>
  +<refpurpose>Select which mediaobject to use based on
  +this value of an object's <sgmltag class="attribute">role</sgmltag> attribute.
  +</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="preferred.mediaobject.role.frag">
  +&lt;xsl:param name="preferred.mediaobject.role"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>A mediaobject may contain several objects such as imageobjects.
  +If the parameter <parameter moreinfo="none">use.role.for.mediaobject</parameter>
  +is non-zero, then the <sgmltag class="attribute">role</sgmltag> attribute on
  +<sgmltag>imageobject</sgmltag>s and other objects within a <sgmltag>mediaobject</sgmltag> container will be used to select which object will be
  +used.  If one of the objects has a role value that matches the
  +preferred.mediaobject.role parameter, then it has first
  +priority for selection.  If more than one has such a
  +role value, the first one is used.
  +</para>
  +<para>
  +See the <parameter moreinfo="none">use.role.for.mediaobject</parameter> parameter
  +for the sequence of selection.</para>
  +</refsect1>
  +</refentry>
  +
  +<refentry id="use.role.for.mediaobject">
  +<refmeta>
  +<refentrytitle>use.role.for.mediaobject</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>use.role.for.mediaobject</refname>
  +<refpurpose>Use <sgmltag class="attribute">role</sgmltag> attribute 
  +value for selecting which of several objects within a mediaobject to use.
  +</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="use.role.for.mediaobject.frag">
  +&lt;xsl:param name="use.role.for.mediaobject" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, the <sgmltag class="attribute">role</sgmltag> attribute on
  +<sgmltag>imageobject</sgmltag>s or other objects within a <sgmltag>mediaobject</sgmltag> container will be used to select which object will be
  +used.
  +</para>
  +<para>
  +The order of selection when then parameter is non-zero is:
  +</para>
  +<orderedlist inheritnum="ignore" continuation="restarts">
  +<listitem>
  +    <para>If the stylesheet parameter <parameter moreinfo="none">preferred.mediaobject.role</parameter> has a value, then the object whose role equals that value is selected.</para>
  +</listitem>
  +<listitem>
  +<para>Else if an object's role attribute has a value of
  +<literal moreinfo="none">html</literal> for HTML processing or
  +<literal moreinfo="none">fo</literal> for FO output, then the first
  +of such objects is selected.
  +</para>
  +</listitem>
  +<listitem>
  +<para>Else the first suitable object is selected.</para>
  +</listitem>
  +</orderedlist>
  +<para>
  +If the value of 
  +<parameter moreinfo="none">use.role.for.mediaobject</parameter>
  +is zero, then role attributes are not considered
  +and the first suitable object
  +with or without a role value is used.
  +</para>
  +</refsect1>
  +</refentry>
  +
  +<refentry id="ignore.image.scaling">
  +<refmeta>
  +<refentrytitle>ignore.image.scaling</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>ignore.image.scaling</refname>
  +<refpurpose>Tell the stylesheets to ignore the author's image scaling attributes</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="ignore.image.scaling.frag">
  +&lt;xsl:param name="ignore.image.scaling" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, the scaling attributes on graphics and media objects are
  +ignored.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>Chunking</title>
  +<refentry id="chunker.output.cdata-section-elements">
  +<refmeta>
  +<refentrytitle>chunker.output.cdata-section-elements</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>chunker.output.cdata-section-elements</refname>
  +<refpurpose>List of elements to escape with CDATA sections</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>&lt;xsl:param name="chunker.output.cdata-section-elements" select="''"/&gt;
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parameter specifies the list of elements that should be escaped
  +as CDATA sections by the chunking stylesheet.  Not all processors support
  +specification of this parameter.
  +</para>
  +
  +<note>
  +<para>This parameter is documented here, but the declaration is actually
  +in the <filename moreinfo="none">chunker.xsl</filename> stylesheet module.</para>
  +</note>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="chunker.output.doctype-public">
  +<refmeta>
  +<refentrytitle>chunker.output.doctype-public</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>chunker.output.doctype-public</refname>
  +<refpurpose>Public identifer to use in the document type of generated pages</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>&lt;xsl:param name="chunker.output.doctype-public" select="''"/&gt;
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parameter specifies the public identifier that should be used by
  +the chunking stylesheet in the document type declaration of chunked pages.
  +Not all processors support specification of
  +this parameter.
  +</para>
  +
  +<note>
  +<para>This parameter is documented here, but the declaration is actually
  +in the <filename moreinfo="none">chunker.xsl</filename> stylesheet module.</para>
  +</note>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="chunker.output.doctype-system">
  +<refmeta>
  +<refentrytitle>chunker.output.doctype-system</refentrytitle>
  +<refmiscinfo role="type">uri</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>chunker.output.doctype-system</refname>
  +<refpurpose>System identifier to use for the document type in generated pages</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>&lt;xsl:param name="chunker.output.doctype-system" select="''"/&gt;
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parameter specifies the system identifier that should be used by
  +the chunking stylesheet in the document type declaration of chunked pages.
  +Not all processors support specification of
  +this parameter.
  +</para>
  +
  +<note>
  +<para>This parameter is documented here, but the declaration is actually
  +in the <filename moreinfo="none">chunker.xsl</filename> stylesheet module.</para>
  +</note>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="chunker.output.encoding">
  +<refmeta>
  +<refentrytitle>chunker.output.encoding</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>chunker.output.encoding</refname>
  +<refpurpose>Encoding used in generated pages</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>&lt;xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/&gt;
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parameter specifies the encoding to be used in files
  +generated by the chunking stylesheet. Not all processors support
  +specification of this parameter.
  +</para>
  +
  +<para>This parameter used to be named <literal moreinfo="none">default.encoding</literal>.</para>
  +
  +<note>
  +<para>This parameter is documented here, but the declaration is actually
  +in the <filename moreinfo="none">chunker.xsl</filename> stylesheet module.</para>
  +</note>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="chunker.output.indent">
  +<refmeta>
  +<refentrytitle>chunker.output.indent</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>chunker.output.indent</refname>
  +<refpurpose>Specification of indentation on generated pages</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>&lt;xsl:param name="chunker.output.indent" select="'no'"/&gt;
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parameter specifies the value of the indent
  +specification for generated pages. Not all processors support
  +specification of this parameter.
  +</para>
  +
  +<note>
  +<para>This parameter is documented here, but the declaration is actually
  +in the <filename moreinfo="none">chunker.xsl</filename> stylesheet module.</para>
  +</note>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="chunker.output.media-type">
  +<refmeta>
  +<refentrytitle>chunker.output.media-type</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>chunker.output.media-type</refname>
  +<refpurpose>Media type to use in generated pages</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>&lt;xsl:param name="chunker.output.media-type" select="''"/&gt;
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parameter specifies the media type that should be used by
  +the chunking stylesheet. Not all processors support specification of
  +this parameter.
  +</para>
  +
  +<note>
  +<para>This parameter is documented here, but the declaration is actually
  +in the <filename moreinfo="none">chunker.xsl</filename> stylesheet module.</para>
  +</note>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="chunker.output.method">
  +<refmeta>
  +<refentrytitle>chunker.output.method</refentrytitle>
  +<refmiscinfo role="type">list</refmiscinfo>
  +<refmiscinfo role="value">html</refmiscinfo>
  +<refmiscinfo role="value">xml</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>chunker.output.method</refname>
  +<refpurpose>Method used in generated pages</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>&lt;xsl:param name="chunker.output.method" select="'html'"/&gt;
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parameter specifies the output method to be used in files
  +generated by the chunking stylesheet.
  +</para>
  +
  +<para>This parameter used to be named <literal moreinfo="none">output.method</literal>.</para>
  +
  +<note>
  +<para>This parameter is documented here, but the declaration is actually
  +in the <filename moreinfo="none">chunker.xsl</filename> stylesheet module.</para>
  +</note>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="chunker.output.omit-xml-declaration">
  +<refmeta>
  +<refentrytitle>chunker.output.omit-xml-declaration</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>chunker.output.omit-xml-declaration</refname>
  +<refpurpose>Omit-xml-declaration for generated pages</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>&lt;xsl:param name="chunker.output.omit-xml-declaration" select="'no'"/&gt;
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parameter specifies the value of the omit-xml-declaration
  +specification for generated pages. Not all processors support
  +specification of this parameter.
  +</para>
  +
  +<note>
  +<para>This parameter is documented here, but the declaration is actually
  +in the <filename moreinfo="none">chunker.xsl</filename> stylesheet module.</para>
  +</note>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="chunker.output.standalone">
  +<refmeta>
  +<refentrytitle>chunker.output.standalone</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>chunker.output.standalone</refname>
  +<refpurpose>Standalone declaration for generated pages</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>&lt;xsl:param name="chunker.output.standalone" select="'no'"/&gt;
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parameter specifies the value of the standalone
  +specification for generated pages. Not all processors support
  +specification of this parameter.
  +</para>
  +
  +<note>
  +<para>This parameter is documented here, but the declaration is actually
  +in the <filename moreinfo="none">chunker.xsl</filename> stylesheet module.</para>
  +</note>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="saxon.character.representation">
  +<refmeta>
  +<refentrytitle>saxon.character.representation</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>saxon.character.representation</refname>
  +<refpurpose>Saxon character representation used in generated HTML pages</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>&lt;xsl:param name="saxon.character.representation" select="'entity;decimal'"/&gt;
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This character representation is used in files generated by chunking stylesheet. If
  +you want to suppress entity references for characters with direct representation 
  +in default.encoding, set this parameter to value <literal moreinfo="none">native</literal>. 
  +</para>
  +
  +<note>
  +<para>This parameter is documented here, but the declaration is actually
  +in the <filename moreinfo="none">chunker.xsl</filename> stylesheet module.</para>
  +</note>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="html.ext">
  +<refmeta>
  +<refentrytitle>html.ext</refentrytitle>
  +
  +</refmeta>
  +<refnamediv>
  +<refname>html.ext</refname>
  +<refpurpose>Identifies the extension of generated HTML files</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="html.ext.frag">
  +&lt;xsl:param name="html.ext" select="'.html'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The extension identified by <parameter moreinfo="none">html.ext</parameter> will
  +be used as the filename extension for chunks created by this stylesheet.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="html.extra.head.links">
  +<refmeta>
  +<refentrytitle>html.extra.head.links</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>html.extra.head.links</refname>
  +<refpurpose>Toggle extra HTML head link information</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="html.extra.head.links.frag">
  +&lt;xsl:param name="html.extra.head.links" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, extra <sgmltag>link</sgmltag> elements will be
  +generated in the <sgmltag>head</sgmltag> of chunked HTML files. These
  +extra links point to chapters, appendixes, sections, etc. as supported
  +by the <quote>Site Navigation Bar</quote> in Mozilla 1.0 (as of CR1, at least).
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="root.filename">
  +<refmeta>
  +<refentrytitle>root.filename</refentrytitle>
  +
  +</refmeta>
  +<refnamediv>
  +<refname>root.filename</refname>
  +<refpurpose>Identifies the name of the root HTML file when chunking</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="root.filename.frag">&lt;xsl:param name="root.filename" select="'index'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The <parameter moreinfo="none">root.filename</parameter> is the base filename for
  +the chunk created for the root of each document processed.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="base.dir">
  +<refmeta>
  +<refentrytitle>base.dir</refentrytitle>
  +
  +</refmeta>
  +<refnamediv>
  +<refname>base.dir</refname>
  +<refpurpose>The base directory of chunks</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="base.dir.frag">&lt;xsl:param name="base.dir" select="''"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If specified, the <literal moreinfo="none">base.dir</literal> identifies
  +the output directory for chunks. (If not specified, the output directory
  +is system dependent.)</para>
   
  -   </reference>
  +</refsect1>
  +</refentry>
   
  -   <reference>
  -      <title>ToC/LoT/Index Generation</title>
  -      <refentry id="annotate.toc">
  +<refentry id="generate.manifest">
            <refmeta>
  -            <refentrytitle>annotate.toc</refentrytitle>
  +    <refentrytitle>generate.manifest</refentrytitle>
               <refmiscinfo role="type">boolean</refmiscinfo>
            </refmeta>
            <refnamediv>
  -            <refname>annotate.toc</refname>
  -            <refpurpose>Annotate the Table of Contents?</refpurpose>
  +    <refname>generate.manifest</refname>
  +    <refpurpose>Generate a manifest file?</refpurpose>
            </refnamediv>
   
            <refsynopsisdiv>
  -            <programlisting id="annotate.toc.frag">&lt;xsl:param name="annotate.toc"
  -               select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  +    <programlisting id="generate.manifest.frag">&lt;xsl:param name="generate.manifest" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
            </refsynopsisdiv>
   
  -         <refsect1>
  -            <title>Description</title>
  +  <refsect1><title>Description</title>
   
  -            <para>If true, TOCs will be annotated. At present, this just means
  -               that the
  -               <sgmltag>RefPurpose</sgmltag>
  -               of
  -               <sgmltag>RefEntry</sgmltag>
  -               TOC entries will be displayed.
  -            </para>
  +    <para>If non-zero, a list of HTML files generated by the
  +      stylesheet transformation is written to the file named by
  +      the <parameter moreinfo="none">manifest</parameter> parameter.</para>
   
            </refsect1>
  -      </refentry>
  +</refentry>
   
  -      <refentry id="autotoc.label.separator">
  +<refentry id="manifest">
            <refmeta>
  -            <refentrytitle>autotoc.label.separator</refentrytitle>
  +    <refentrytitle>manifest</refentrytitle>
               <refmiscinfo role="type">string</refmiscinfo>
            </refmeta>
            <refnamediv>
  -            <refname>autotoc.label.separator</refname>
  -            <refpurpose>Separator between labels and titles in the ToC</refpurpose>
  +    <refname>manifest</refname>
  +    <refpurpose>Name of manifest file</refpurpose>
            </refnamediv>
   
            <refsynopsisdiv>
  -            <programlisting id="autotoc.label.separator.frag">&lt;xsl:param name="autotoc.label.separator" select="'. '"&gt;&lt;/xsl:param&gt;</programlisting>
  +    <programlisting id="manifest.frag">&lt;xsl:param name="manifest" select="'HTML.manifest'"&gt;&lt;/xsl:param&gt;</programlisting>
            </refsynopsisdiv>
   
  -         <refsect1>
  -            <title>Description</title>
  +  <refsect1><title>Description</title>
   
  -            <para>String to use to seperate labels and title in a table of contents.</para>
  +    <para>The name of the file to which a manifest is written (if the
  +      value of the <parameter moreinfo="none">generate.manifest</parameter> parameter
  +      is non-zero).</para>
   
            </refsect1>
  -      </refentry>
  -
  -      <refentry id="process.source.toc">
  -         <refmeta>
  -            <refentrytitle>process.source.toc</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>process.source.toc</refname>
  -            <refpurpose>FIXME:</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="process.source.toc.frag">&lt;xsl:param name="process.source.toc" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="process.empty.source.toc">
  -         <refmeta>
  -            <refentrytitle>process.empty.source.toc</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>process.empty.source.toc</refname>
  -            <refpurpose>FIXME:</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="process.empty.source.toc.frag">&lt;xsl:param name="process.empty.source.toc" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="bridgehead.in.toc">
  -         <refmeta>
  -            <refentrytitle>bridgehead.in.toc</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>bridgehead.in.toc</refname>
  -            <refpurpose>Should bridgehead elements appear in the TOC?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="bridgehead.in.toc.frag">&lt;xsl:param name="bridgehead.in.toc" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, bridgeheads appear in the TOC. Note that this option
  -               is not fully supported and may be removed in a future version of the
  -               stylesheets.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="manual.toc">
  -         <refmeta>
  -            <refentrytitle>manual.toc</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>manual.toc</refname>
  -            <refpurpose>An explicit TOC to be used for the TOC</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="manual.toc.frag">
  -               &lt;xsl:param name="manual.toc" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The
  -               <parameter moreinfo="none">manual.toc</parameter>
  -               identifies an explicit TOC that
  -               will be used for building the printed TOC.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="toc.list.type">
  -         <refmeta>
  -            <refentrytitle>toc.list.type</refentrytitle>
  -            <refmiscinfo role="type">list</refmiscinfo>
  -            <refmiscinfo role="value">dl</refmiscinfo>
  -            <refmiscinfo role="value">ul</refmiscinfo>
  -            <refmiscinfo role="value">ol</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>toc.list.type</refname>
  -            <refpurpose>Type of HTML list element to use for Tables of Contents</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="toc.list.type.frag">&lt;xsl:param
  -               name="toc.list.type"&gt;dl&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>When an automatically generated Table of Contents (or List of Titles)
  -               is produced, this HTML element will be used to make the list.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="toc.section.depth">
  -         <refmeta>
  -            <refentrytitle>toc.section.depth</refentrytitle>
  -            <refmiscinfo role="type">integer</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>toc.section.depth</refname>
  -            <refpurpose>How deep should recursive
  -               <sgmltag>section</sgmltag>
  -               s appear
  -               in the TOC?
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="toc.section.depth.frag">&lt;xsl:param
  -               name="toc.section.depth"&gt;2&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Specifies the depth to which recursive sections should appear in the
  -               TOC.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="toc.max.depth">
  -         <refmeta>
  -            <refentrytitle>toc.max.depth</refentrytitle>
  -            <refmiscinfo role="type">integer</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>toc.max.depth</refname>
  -            <refpurpose>How maximaly deep should be each TOC?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="toc.max.depth.frag">&lt;xsl:param
  -               name="toc.max.depth"&gt;8&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Specifies the maximal depth of TOC on all levels.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="generate.toc">
  -         <refmeta>
  -            <refentrytitle>generate.toc</refentrytitle>
  -            <refmiscinfo role="type">table</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>generate.toc</refname>
  -            <refpurpose>Control generation of ToCs and LoTs</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="generate.toc.frag">
  -               &lt;xsl:param name="generate.toc"&gt;
  -               appendix toc,title
  -               article/appendix nop
  -               article toc,title
  -               book toc,title,figure,table,example,equation
  -               chapter toc,title
  -               part toc,title
  -               preface toc,title
  -               qandadiv toc
  -               qandaset toc
  -               reference toc,title
  -               sect1 toc
  -               sect2 toc
  -               sect3 toc
  -               sect4 toc
  -               sect5 toc
  -               section toc
  -               set toc,title
  -               &lt;/xsl:param&gt;
  -
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parameter has a structured value. It is a table of space-delimited
  -               path/value pairs. Each path identifies some element in the source document
  -               using a restricted subset of XPath (only the implicit child axis, no wildcards,
  -               no predicates). Paths can be either relative or absolute.</para>
  -
  -            <para>When processing a particular element, the stylesheets consult this table to
  -               determine if a ToC (or LoT(s)) should be generated.</para>
  -
  -            <para>For example, consider the entry:</para>
  -
  -            <screen format="linespecific">book toc,figure</screen>
  -
  -            <para>This indicates that whenever a
  -               <sgmltag>book</sgmltag>
  -               is formatted, a
  -               Table Of Contents and a List of Figures should be generated. Similarly,
  -            </para>
  -
  -            <screen format="linespecific">/chapter toc</screen>
  -
  -            <para>indicates that whenever a document
  -               <emphasis>that has a root
  -                  of</emphasis>
  -               <sgmltag>chapter</sgmltag>
  -               is formatted, a Table of
  -               Contents should be generated. The entry
  -               <literal moreinfo="none">chapter</literal>
  -               would match
  -               all chapters, but
  -               <literal moreinfo="none">/chapter</literal>
  -               matches only
  -               <sgmltag>chapter</sgmltag>
  -               document elements.
  -            </para>
  -
  -            <para>Generally, the longest match wins. So, for example, if you want to distinguish
  -               articles in books from articles in parts, you could use these two entries:</para>
  -
  -            <screen format="linespecific">book/article toc,figure
  -               part/article toc</screen>
  -
  -            <para>Note that an article in a part can never match a
  -               <literal moreinfo="none">book/article</literal>
  -               ,
  -               so if you want nothing to be generated for articles in parts, you can simply leave
  -               that rule out.
  -            </para>
  -
  -            <para>If you want to leave the rule in, to make it explicit that you're turning
  -               something off, use the value
  -               <quote>nop</quote>
  -               . For example, the following
  -               entry disables ToCs and LoTs for articles:
  -            </para>
  -
  -            <screen format="linespecific">article nop</screen>
  -
  -            <para>Do not simply leave the word
  -               <quote>article</quote>
  -               in the file
  -               without a matching value. That'd be just begging the silly little
  -               path/value parser to get confused.
  -            </para>
  -
  -            <para>Section ToCs are further controlled by the
  -               <parameter moreinfo="none">generate.section.toc.level</parameter>
  -               parameter.
  -               For a given section level to have a ToC, it must have both an entry in
  -               <parameter moreinfo="none">generate.toc</parameter>
  -               and be within the range enabled by
  -               <parameter moreinfo="none">generate.section.toc.level</parameter>
  -               .
  -            </para>
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="generate.section.toc.level">
  -         <refmeta>
  -            <refentrytitle>generate.section.toc.level</refentrytitle>
  -            <refmiscinfo role="type">integer</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>generate.section.toc.level</refname>
  -            <refpurpose>Control depth of TOC generation in sections</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="generate.section.toc.level.frag">
  -               &lt;xsl:param name="generate.section.toc.level" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The
  -               <parameter moreinfo="none">generate.section.toc.level</parameter>
  -               parameter
  -               controls the depth of section in which TOCs will be generated. Note
  -               that this is related to, but not the same as
  -               <parameter moreinfo="none">toc.section.depth</parameter>
  -               , which controls the depth to
  -               which TOC entries will be generated in a given TOC.
  -            </para>
  -            <para>If, for example,
  -               <parameter moreinfo="none">generate.section.toc.level</parameter>
  -               is
  -               <literal moreinfo="none">3</literal>
  -               , TOCs will be generated in first, second, and third
  -               level sections, but not in fourth level sections.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="generate.index">
  -         <refmeta>
  -            <refentrytitle>generate.index</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>generate.index</refname>
  -            <refpurpose>Do you want an index?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="generate.index.frag">&lt;xsl:param name="generate.index" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Specify if an index should be generated.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>Extensions</title>
  -      <refentry id="linenumbering.everyNth">
  -         <refmeta>
  -            <refentrytitle>linenumbering.everyNth</refentrytitle>
  -            <refmiscinfo role="type">integer</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>linenumbering.everyNth</refname>
  -            <refpurpose>Indicate which lines should be numbered</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="linenumbering.everyNth.frag">&lt;xsl:param name="linenumbering.everyNth" select="'5'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If line numbering is enabled, everyNth line will be numbered.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="linenumbering.extension">
  -         <refmeta>
  -            <refentrytitle>linenumbering.extension</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>linenumbering.extension</refname>
  -            <refpurpose>Enable the line numbering extension</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="linenumbering.extension.frag">&lt;xsl:param name="linenumbering.extension" select="'1'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true, verbatim environments (elements that have the
  -               format='linespecific' notation attribute: address, literallayout,
  -               programlisting, screen, synopsis) that specify line numbering will
  -               have, surprise, line numbers.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="linenumbering.separator">
  -         <refmeta>
  -            <refentrytitle>linenumbering.separator</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>linenumbering.separator</refname>
  -            <refpurpose>Specify a separator between line numbers and lines</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="linenumbering.separator.frag">&lt;xsl:param name="linenumbering.separator" select="' '"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The separator is inserted between line numbers and lines in
  -               the verbatim environment.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="linenumbering.width">
  -         <refmeta>
  -            <refentrytitle>linenumbering.width</refentrytitle>
  -            <refmiscinfo role="type">integer</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>linenumbering.width</refname>
  -            <refpurpose>Indicates the width of line numbers</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="linenumbering.width.frag">&lt;xsl:param name="linenumbering.width" select="'3'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If line numbering is enabled, line numbers will appear right
  -               justified in a field "width" characters wide.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="tablecolumns.extension">
  -         <refmeta>
  -            <refentrytitle>tablecolumns.extension</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>tablecolumns.extension</refname>
  -            <refpurpose>Enable the table columns extension function</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="tablecolumns.extension.frag">&lt;xsl:param name="tablecolumns.extension" select="'1'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The table columns extension function adjusts the widths of table
  -               columns in the HTML result to more accurately reflect the specifications
  -               in the CALS table.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="textinsert.extension">
  -         <refmeta>
  -            <refentrytitle>textinsert.extension</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>textinsert.extension</refname>
  -            <refpurpose>Enable the textinsert extension element</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="textinsert.extension.frag">&lt;xsl:param name="textinsert.extension" select="'1'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The textinsert extension element inserts the contents of a
  -               a file into the result tree (as text).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="graphicsize.extension">
  -         <refmeta>
  -            <refentrytitle>graphicsize.extension</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>graphicsize.extension</refname>
  -            <refpurpose>Enable the getWidth()/getDepth() extension functions</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="graphicsize.extension.frag">
  -               &lt;xsl:param name="graphicsize.extension" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero (and if
  -               <parameter moreinfo="none">use.extensions</parameter>
  -               is non-zero
  -               and if you're using a processor that supports extension functions), the
  -               <function moreinfo="none">getWidth</function>
  -               and
  -               <function moreinfo="none">getDepth</function>
  -               functions
  -               will be used to extract image sizes from graphics.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="use.extensions">
  -         <refmeta>
  -            <refentrytitle>use.extensions</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>use.extensions</refname>
  -            <refpurpose>Enable extensions</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="use.extensions.frag">&lt;xsl:param name="use.extensions" select="'0'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, extensions may be used. Each extension is
  -               further controlled by its own parameter. But if
  -               <parameter moreinfo="none">use.extensions</parameter>
  -               is zero, no extensions will
  -               be used.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>Automatic labelling</title>
  -      <refentry id="chapter.autolabel">
  -         <refmeta>
  -            <refentrytitle>chapter.autolabel</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>chapter.autolabel</refname>
  -            <refpurpose>Are chapters automatically enumerated?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="chapter.autolabel.frag">&lt;xsl:param name="chapter.autolabel" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), unlabeled chapters will be enumerated.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="appendix.autolabel">
  -         <refmeta>
  -            <refentrytitle>appendix.autolabel</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>appendix.autolabel</refname>
  -            <refpurpose>Are Appendixes automatically enumerated?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="appendix.autolabel.frag">&lt;xsl:param name="appendix.autolabel" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), unlabeled appendixes will be
  -               enumerated.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="part.autolabel">
  -         <refmeta>
  -            <refentrytitle>part.autolabel</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>part.autolabel</refname>
  -            <refpurpose>Are parts and references enumerated?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="part.autolabel.frag">&lt;xsl:param name="part.autolabel" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), unlabeled parts and references will be enumerated.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="preface.autolabel">
  -         <refmeta>
  -            <refentrytitle>preface.autolabel</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>preface.autolabel</refname>
  -            <refpurpose>Are prefaces enumerated?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="preface.autolabel.frag">&lt;xsl:param name="preface.autolabel" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), unlabeled prefaces will be enumerated.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="qandadiv.autolabel">
  -         <refmeta>
  -            <refentrytitle>qandadiv.autolabel</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>qandadiv.autolabel</refname>
  -            <refpurpose>Are divisions in QAndASets enumerated?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="qandadiv.autolabel.frag">&lt;xsl:param name="qandadiv.autolabel" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), unlabeled qandadivs will be enumerated.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="section.autolabel">
  -         <refmeta>
  -            <refentrytitle>section.autolabel</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>section.autolabel</refname>
  -            <refpurpose>Are sections enumerated?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="section.autolabel.frag">&lt;xsl:param name="section.autolabel" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), unlabeled sections will be enumerated.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="section.label.includes.component.label">
  -         <refmeta>
  -            <refentrytitle>section.label.includes.component.label</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>section.label.includes.component.label</refname>
  -            <refpurpose>Do section labels include the component label?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="section.label.includes.component.label.frag">&lt;xsl:param
  -               name="section.label.includes.component.label" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), section labels are prefixed with the label of the
  -               component that contains them.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="label.from.part">
  -         <refmeta>
  -            <refentrytitle>label.from.part</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>label.from.part</refname>
  -            <refpurpose>Renumber chapters in each part?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="label.from.part.frag">&lt;xsl:param name="label.from.part" select="'0'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If
  -               <parameter moreinfo="none">label.from.part</parameter>
  -               is non-zero, components
  -               (
  -               <sgmltag>chapter</sgmltag>
  -               s,
  -               <sgmltag>appendixe</sgmltag>
  -               s, etc.)
  -               will be numbered from 1 in each
  -               <sgmltag>part</sgmltag>
  -               . Otherwise,
  -               they will be numbered monotonically throughout each
  -               <sgmltag>book</sgmltag>
  -               .
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -
  -   <reference>
  -      <title>HTML</title>
  -      <refentry id="html.base">
  -         <refmeta>
  -            <refentrytitle>html.base</refentrytitle>
  -            <refmiscinfo role="type">uri</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>html.base</refname>
  -            <refpurpose>An HTML base URI</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="html.base.frag">&lt;xsl:param name="html.base"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If html.base is set, it is used for the
  -               <sgmltag>BASE</sgmltag>
  -               element in the
  -               <sgmltag>HEAD</sgmltag>
  -               of the HTML documents.
  -               This is useful for dynamically served HTML where the base URI needs
  -               to be shifted.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="html.stylesheet.type">
  -         <refmeta>
  -            <refentrytitle>html.stylesheet.type</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>html.stylesheet.type</refname>
  -            <refpurpose>The type of the stylesheet used in the generated HTML</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="html.stylesheet.type.frag">&lt;xsl:param name="html.stylesheet.type"&gt;text/css&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The type of the stylesheet to place in the HTML
  -               <sgmltag>link</sgmltag>
  -               tag.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="html.stylesheet">
  -         <refmeta>
  -            <refentrytitle>html.stylesheet</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>html.stylesheet</refname>
  -            <refpurpose>Name of the stylesheet(s) to use in the generated HTML</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="html.stylesheet.frag">
  -               &lt;xsl:param name="html.stylesheet" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The
  -               <parameter moreinfo="none">html.stylesheet</parameter>
  -               parameter is either empty,
  -               indicating that no stylesheet
  -               <sgmltag>LINK</sgmltag>
  -               tag should be generated
  -               in the HTML output, or it is a list of one or more stylesheets.
  -            </para>
  -
  -            <para>Multiple stylesheets are space-delimited. If you need to
  -               reference a stylesheet URI that includes a space, encode it with
  -               <literal moreinfo="none">%20</literal>
  -               . A seprate HTML
  -               <sgmltag>LINK</sgmltag>
  -               element will
  -               be generated for each stylesheet in the order they are listed in the
  -               parameter.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="use.id.as.filename">
  -         <refmeta>
  -            <refentrytitle>use.id.as.filename</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>use.id.as.filename</refname>
  -            <refpurpose>Use ID value of chunk elements as the filename?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="use.id.as.filename.frag">&lt;xsl:param name="use.id.as.filename" select="'0'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If
  -               <parameter moreinfo="none">use.id.as.filename</parameter>
  -               is non-zero, the filename of chunk elements that have IDs will be
  -               derived from the ID value.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="css.decoration">
  -         <refmeta>
  -            <refentrytitle>css.decoration</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>css.decoration</refname>
  -            <refpurpose>Enable CSS decoration of elements</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="css.decoration.frag">
  -               &lt;xsl:param name="css.decoration" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>
  -               If
  -               <literal moreinfo="none">css.decoration</literal>
  -               is turned on, then HTML elements
  -               produced by the
  -               stylesheet may be decorated with STYLE attributes. For example, the
  -               LI tags produced for list items may include a fragment of CSS in the
  -               STYLE attribute which sets the CSS property "list-style-type".
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="spacing.paras">
  -         <refmeta>
  -            <refentrytitle>spacing.paras</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>spacing.paras</refname>
  -            <refpurpose>Insert additional &lt;p&gt; elements for spacing?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="spacing.paras.frag">&lt;xsl:param name="spacing.paras" select="'0'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>When non-zero, additional, empty paragraphs are inserted in
  -               several contexts (for example, around informal figures), to create a
  -               more pleasing visual appearance in many browsers.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="emphasis.propagates.style">
  -         <refmeta>
  -            <refentrytitle>emphasis.propagates.style</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>emphasis.propagates.style</refname>
  -            <refpurpose>Pass emphasis role attribute through to HTML?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="emphasis.propagates.style.frag">
  -               &lt;xsl:param name="emphasis.propagates.style" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true, the role attribute of
  -               <sgmltag>emphasis</sgmltag>
  -               elements
  -               will be passed through to the HTML as a class attribute on a
  -               <sgmltag>span</sgmltag>
  -               that surrounds the emphasis.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="para.propagates.style">
  -         <refmeta>
  -            <refentrytitle>para.propagates.style</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>para.propagates.style</refname>
  -            <refpurpose>Pass para role attribute through to HTML?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="para.propagates.style.frag">
  -               &lt;xsl:param name="para.propagates.style" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true, the role attribute of
  -               <sgmltag>para</sgmltag>
  -               elements
  -               will be passed through to the HTML as a class attribute on the
  -               <sgmltag>p</sgmltag>
  -               generated for the paragraph.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="phrase.propagates.style">
  -         <refmeta>
  -            <refentrytitle>phrase.propagates.style</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>phrase.propagates.style</refname>
  -            <refpurpose>Pass phrase role attribute through to HTML?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="phrase.propagates.style.frag">&lt;xsl:param name="phrase.propagates.style" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true, the role attribute of
  -               <sgmltag>phrase</sgmltag>
  -               elements
  -               will be passed through to the HTML as a class attribute on a
  -               <sgmltag>span</sgmltag>
  -               that surrounds the phrase.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="entry.propagates.style">
  -         <refmeta>
  -            <refentrytitle>entry.propagates.style</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>entry.propagates.style</refname>
  -            <refpurpose>Pass entry role attribute through to HTML?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="entry.propagates.style.frag">
  -               &lt;xsl:param name="entry.propagates.style" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true, the role attribute of
  -               <sgmltag>entry</sgmltag>
  -               elements
  -               will be passed through to the HTML as a class attribute on the
  -               <sgmltag>td</sgmltag>
  -               or
  -               <sgmltag>th</sgmltag>
  -               generated for the table
  -               cell.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="html.longdesc">
  -         <refmeta>
  -            <refentrytitle>html.longdesc</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>html.longdesc</refname>
  -            <refpurpose>Should longdesc URIs be created?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="html.longdesc.frag">
  -               &lt;xsl:param name="html.longdesc" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, HTML files will be created for the
  -               <sgmltag class="attribute">longdesc</sgmltag>
  -               attribute. These files
  -               are created from the
  -               <sgmltag>textobject</sgmltag>
  -               s in
  -               <sgmltag>mediaobject</sgmltag>
  -               s and
  -               <sgmltag>inlinemediaobject</sgmltag>
  -               .
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="html.longdesc.link">
  -         <refmeta>
  -            <refentrytitle>html.longdesc.link</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>html.longdesc.link</refname>
  -            <refpurpose>Should a link to the longdesc be included in the HTML?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="html.longdesc.link.frag">
  -               &lt;xsl:param name="html.longdesc.link" select="$html.longdesc"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, links will be created to the
  -               HTML files created for the
  -               <sgmltag class="attribute">longdesc</sgmltag>
  -               attribute. It makes no
  -               sense to turn enable this option without also enabling the
  -               <parameter moreinfo="none">$html.longdesc</parameter>
  -               parameter.
  -            </para>
  -
  -            <para>The
  -               <literal moreinfo="none">longdesc.link</literal>
  -               named template is called
  -               to construct the link.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="make.valid.html">
  -         <refmeta>
  -            <refentrytitle>make.valid.html</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>make.valid.html</refname>
  -            <refpurpose>Attempt to make sure the HTML output is valid HTML</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="make.valid.html.frag">
  -               &lt;xsl:param name="make.valid.html" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If
  -               <parameter moreinfo="none">make.valid.html</parameter>
  -               is true, the stylesheets take
  -               extra effort to ensure that the resulting HTML is valid. This may mean that some
  -               <sgmltag>para</sgmltag>
  -               tags are translated into HTML
  -               <sgmltag>div</sgmltag>
  -               s or
  -               that other substitutions occur.
  -            </para>
  -
  -            <para>This parameter is different from
  -               <parameter moreinfo="none">html.cleanup</parameter>
  -               because it changes the resulting markup; it does not use extension functions
  -               to manipulate result-tree-fragments and is therefore applicable to any
  -               XSLT processor.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="html.cleanup">
  -         <refmeta>
  -            <refentrytitle>html.cleanup</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>html.cleanup</refname>
  -            <refpurpose>Attempt to clean up the resulting HTML?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="html.cleanup.frag">
  -               &lt;xsl:param name="html.cleanup" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, and if the
  -               <ulink url="http://www.exslt.org/">EXSLT</ulink>
  -               extensions are supported by your processor, the resulting HTML will be
  -               <quote>cleaned up</quote>
  -               . This improves the chances that the
  -               resulting HTML will be valid. It may also improve the formatting of
  -               some elements.
  -            </para>
  -
  -            <para>This parameter is different from
  -               <parameter moreinfo="none">make.valid.html</parameter>
  -               because it uses extension functions to manipulate result-tree-fragments.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="draft.mode">
  -         <refmeta>
  -            <refentrytitle>draft.mode</refentrytitle>
  -            <refmiscinfo role="type">list</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>draft.mode</refname>
  -            <refpurpose>Select draft mode</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="draft.mode.frag">
  -               &lt;xsl:param name="draft.mode" select="'maybe'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Selects draft mode. If
  -               <parameter moreinfo="none">draft.mode</parameter>
  -               is
  -               <quote>
  -                  <literal moreinfo="none">yes</literal>
  -               </quote>
  -               , the entire document will be treated
  -               as a draft. If it is
  -               <quote>
  -                  <literal moreinfo="none">no</literal>
  -               </quote>
  -               , the entire document
  -               will be treated as a final copy. If it is
  -               <quote>
  -                  <literal moreinfo="none">maybe</literal>
  -               </quote>
  -               ,
  -               individual sections will be treated as draft or final independently, depending
  -               on how their
  -               <sgmltag class="attribute">status</sgmltag>
  -               attribute is set.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="draft.watermark.image">
  -         <refmeta>
  -            <refentrytitle>draft.watermark.image</refentrytitle>
  -            <refmiscinfo role="type">uri</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>draft.watermark.image</refname>
  -            <refpurpose>The URI of the image to be used for draft watermarks</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="draft.watermark.image.frag">
  -               &lt;xsl:param name="draft.watermark.image"
  -               select="'http://docbook.sourceforge.net/release/images/draft.png'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The image to be used for draft watermarks.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="generate.id.attributes">
  -         <refmeta>
  -            <refentrytitle>generate.id.attributes</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>generate.id.attributes</refname>
  -            <refpurpose/>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="generate.id.attributes.frag">
  -               &lt;xsl:param name="generate.id.attributes" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, the HTML stylesheet will generate ID attributes on
  -               containers. For example, the markup:</para>
  -
  -            <screen format="linespecific">&lt;section id="foo"&gt;&lt;title&gt;Some Title&lt;/title&gt;
  -               &lt;para&gt;Some para.&lt;/para&gt;
  -               &lt;/section&gt;</screen>
  -
  -            <para>might produce:</para>
  -
  -            <screen format="linespecific">&lt;div class="section" id="foo"&gt;
  -               &lt;h2&gt;Some Title&lt;/h2&gt;
  -               &lt;p&gt;Some para.&lt;/p&gt;
  -               &lt;/div&gt;</screen>
  -
  -            <para>The alternative is to generate anchors:</para>
  -
  -            <screen format="linespecific">&lt;div class="section"&gt;
  -               &lt;h2&gt;&lt;a name="foo"&gt;&lt;/a&gt;Some Title&lt;/h2&gt;
  -               &lt;p&gt;Some para.&lt;/p&gt;
  -               &lt;/div&gt;</screen>
  -
  -            <para>Because the
  -               <sgmltag class="attribute">name</sgmltag>
  -               attribute of
  -               the
  -               <sgmltag>a</sgmltag>
  -               element and the
  -               <sgmltag class="attribute">id</sgmltag>
  -               attribute of other tags are both of type
  -               <quote>ID</quote>
  -               , producing both
  -               generates invalid documents.
  -            </para>
  -
  -            <para>As of version 1.50, you can use this switch to control which type of
  -               identifier is generated. For backwards-compatibility, generating
  -               <sgmltag>a</sgmltag>
  -               anchors is preferred.
  -            </para>
  -
  -            <para>Note: at present, this switch is incompletely implemented.
  -               Disabling ID attributes will suppress them, but enabling ID attributes
  -               will not suppress the anchors.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="generate.meta.abstract">
  -         <refmeta>
  -            <refentrytitle>generate.meta.abstract</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>generate.meta.abstract</refname>
  -            <refpurpose>Generate HTML
  -               <sgmltag>META</sgmltag>
  -               element from
  -               <sgmltag>abstract</sgmltag>
  -               ?
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="generate.meta.abstract.frag">
  -               &lt;xsl:param name="generate.meta.abstract" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, document abstracts will be reproduced in the HTML
  -               <sgmltag>HEAD</sgmltag>
  -               with
  -               <sgmltag class="starttag">meta name="description" content="..."</sgmltag>
  -               .
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>XSLT Processing</title>
  -      <refentry id="rootid">
  -         <refmeta>
  -            <refentrytitle>rootid</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>rootid</refname>
  -            <refpurpose>Specify the root element to format</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="rootid.frag">&lt;xsl:param name="rootid"
  -               select="''"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If
  -               <parameter moreinfo="none">rootid</parameter>
  -               is specified, it must be the
  -               value of an ID that occurs in the document being formatted. The entire
  -               document will be loaded and parsed, but formatting will begin at the
  -               element identified, rather than at the root. For example, this allows
  -               you to process only chapter 4 of a book.
  -            </para>
  -            <para>Because the entire document is available to the processor, automatic
  -               numbering, cross references, and other dependencies are correctly
  -               resolved.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="suppress.navigation">
  -         <refmeta>
  -            <refentrytitle>suppress.navigation</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>suppress.navigation</refname>
  -            <refpurpose>Disable header and footer navigation</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="suppress.navigation.frag">&lt;xsl:param name="suppress.navigation"&gt;0&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>
  -               If
  -               <literal moreinfo="none">suppress.navigation</literal>
  -               is turned on, header and
  -               footer navigation will be suppressed.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="suppress.header.navigation">
  -         <refmeta>
  -            <refentrytitle>suppress.header.navigation</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>suppress.header.navigation</refname>
  -            <refpurpose>Disable header navigation</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="suppress.header.navigation.frag">&lt;xsl:param name="suppress.header.navigation"&gt;0&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>
  -               If
  -               <literal moreinfo="none">suppress.header.navigation</literal>
  -               is turned on, header
  -               navigation will be suppressed.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="suppress.footer.navigation">
  -         <refmeta>
  -            <refentrytitle>suppress.footer.navigation</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>suppress.footer.navigation</refname>
  -            <refpurpose>Disable footer navigation</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="suppress.footer.navigation.frag">&lt;xsl:param name="suppress.footer.navigation"&gt;0&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>
  -               If
  -               <literal moreinfo="none">suppress.footer.navigation</literal>
  -               is turned on, footer
  -               navigation will be suppressed.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="header.rule">
  -         <refmeta>
  -            <refentrytitle>header.rule</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>header.rule</refname>
  -            <refpurpose>Rule under headers?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="header.rule.frag">
  -               &lt;xsl:param name="header.rule" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, a rule will be drawn below the page headers.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="footer.rule">
  -         <refmeta>
  -            <refentrytitle>footer.rule</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>footer.rule</refname>
  -            <refpurpose>Rule over footers?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="footer.rule.frag">
  -               &lt;xsl:param name="footer.rule" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, a rule will be drawn above the page footers.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>Meta/*Info</title>
  -      <refentry id="inherit.keywords">
  -         <refmeta>
  -            <refentrytitle>inherit.keywords</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>inherit.keywords</refname>
  -            <refpurpose>Inherit keywords from ancestor elements?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="inherit.keywords.frag">&lt;xsl:param name="inherit.keywords" select="'1'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If
  -               <parameter moreinfo="none">inherit.keywords</parameter>
  -               is non-zero, the keyword
  -               <sgmltag>META</sgmltag>
  -               for each HTML
  -               <sgmltag>HEAD</sgmltag>
  -               element will include all of the keywords from
  -               ancestral elements. Otherwise, only the keywords from the current section
  -               will be used.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="make.single.year.ranges">
  -         <refmeta>
  -            <refentrytitle>make.single.year.ranges</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>make.single.year.ranges</refname>
  -            <refpurpose>Print single-year ranges (e.g., 1998-1999)</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="make.single.year.ranges.frag">&lt;xsl:param name="make.single.year.ranges" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, year ranges that span a single year will be printed
  -               in range notation (1998-1999) instead of discrete notation
  -               (1998, 1999).</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="make.year.ranges">
  -         <refmeta>
  -            <refentrytitle>make.year.ranges</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>make.year.ranges</refname>
  -            <refpurpose>Collate copyright years into ranges?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="make.year.ranges.frag">&lt;xsl:param name="make.year.ranges" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, copyright years will be collated into ranges.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="author.othername.in.middle">
  -         <refmeta>
  -            <refentrytitle>author.othername.in.middle</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>author.othername.in.middle</refname>
  -            <refpurpose>Is
  -               <sgmltag>othername</sgmltag>
  -               in
  -               <sgmltag>author</sgmltag>
  -               a
  -               middle name?
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="author.othername.in.middle.frag">&lt;xsl:param name="author.othername.in.middle"
  -               select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), the
  -               <sgmltag>othername</sgmltag>
  -               of an
  -               <sgmltag>author</sgmltag>
  -               appears between the
  -               <sgmltag>firstname</sgmltag>
  -               and
  -               <sgmltag>surname</sgmltag>
  -               . Otherwise,
  -               <sgmltag>othername</sgmltag>
  -               is suppressed.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="generate.legalnotice.link">
  -         <refmeta>
  -            <refentrytitle>generate.legalnotice.link</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>generate.legalnotice.link</refname>
  -            <refpurpose>TBD</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="generate.legalnotice.link.frag">&lt;xsl:param name="generate.legalnotice.link"
  -               select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>TBD</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>Reference Pages</title>
  -      <refentry id="funcsynopsis.decoration">
  -         <refmeta>
  -            <refentrytitle>funcsynopsis.decoration</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>funcsynopsis.decoration</refname>
  -            <refpurpose>Decorate elements of a FuncSynopsis?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="funcsynopsis.decoration.frag">&lt;xsl:param name="funcsynopsis.decoration" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), elements of the FuncSynopsis will be decorated (e.g. bold or
  -               italic). The decoration is controlled by functions that can be redefined
  -               in a customization layer.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="funcsynopsis.style">
  -         <refmeta>
  -            <refentrytitle>funcsynopsis.style</refentrytitle>
  -            <refmiscinfo role="type">list</refmiscinfo>
  -            <refmiscinfo role="value">ansi</refmiscinfo>
  -            <refmiscinfo role="value">kr</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>funcsynopsis.style</refname>
  -            <refpurpose>What style of 'FuncSynopsis' should be generated?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="funcsynopsis.style.frag">&lt;xsl:param
  -               name="funcsynopsis.style"&gt;kr&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If
  -               <varname>funcsynopsis.style</varname>
  -               is
  -               <literal moreinfo="none">ansi</literal>
  -               ,
  -               ANSI-style function synopses are generated for a
  -               <sgmltag>funcsynopsis</sgmltag>
  -               , otherwise K&amp;R-style
  -               function synopses are generated.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="funcsynopsis.tabular.threshold">
  -         <refmeta>
  -            <refentrytitle>funcsynopsis.tabular.threshold</refentrytitle>
  -            <refmiscinfo role="type">integer</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>funcsynopsis.tabular.threshold</refname>
  -            <refpurpose>Width beyond which a tabular presentation will be used</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="funcsynopsis.tabular.threshold.frag">
  -               &lt;xsl:param name="funcsynopsis.tabular.threshold" select="40"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If
  -               <parameter moreinfo="none">funcsynopsis.tabular.threshold</parameter>
  -               is greater than
  -               zero then if a
  -               <sgmltag>funcprototype</sgmltag>
  -               is wider than the threshold
  -               value, it will be presented in a table.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="function.parens">
  -         <refmeta>
  -            <refentrytitle>function.parens</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>function.parens</refname>
  -            <refpurpose>Generate parens after a function?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="function.parens.frag">&lt;xsl:param
  -               name="function.parens"&gt;0&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If not 0, the formatting of
  -               a
  -               <sgmltag class="starttag">function</sgmltag>
  -               element will include
  -               generated parenthesis.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="refentry.generate.name">
  -         <refmeta>
  -            <refentrytitle>refentry.generate.name</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>refentry.generate.name</refname>
  -            <refpurpose>Output NAME header before 'RefName'(s)?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="refentry.generate.name.frag">&lt;xsl:param name="refentry.generate.name" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), a "NAME" section title is output before the list
  -               of 'RefName's. This parameter and
  -               <parameter moreinfo="none">refentry.generate.title</parameter>
  -               are mutually
  -               exclusive. This means that if you change this parameter to zero, you
  -               should set
  -               <parameter moreinfo="none">refentry.generate.title</parameter>
  -               to 1 unless
  -               you want get quite strange output.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="refentry.generate.title">
  -         <refmeta>
  -            <refentrytitle>refentry.generate.title</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>refentry.generate.title</refname>
  -            <refpurpose>Output title before 'RefName'(s)?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="refentry.generate.title.frag">
  -               &lt;xsl:param name="refentry.generate.title" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), the reference page title or first name is
  -               output before the list of 'RefName's. This parameter and
  -               <parameter moreinfo="none">refentry.generate.name</parameter>
  -               are mutually exclusive.
  -               This means that if you change this parameter to 1, you
  -               should set
  -               <parameter moreinfo="none">refentry.generate.name</parameter>
  -               to 0 unless
  -               you want get quite strange output.
  -            </para>
  -
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="refentry.xref.manvolnum">
  -         <refmeta>
  -            <refentrytitle>refentry.xref.manvolnum</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>refentry.xref.manvolnum</refname>
  -            <refpurpose>Output
  -               <sgmltag>manvolnum</sgmltag>
  -               as part of
  -               <sgmltag>refentry</sgmltag>
  -               cross-reference?
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="refentry.xref.manvolnum.frag">&lt;xsl:param name="refentry.xref.manvolnum" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>if true (non-zero), the
  -               <sgmltag>manvolnum</sgmltag>
  -               is used when cross-referencing
  -               <sgmltag>refentry</sgmltag>
  -               s, either with
  -               <sgmltag>xref</sgmltag>
  -               or
  -               <sgmltag>citerefentry</sgmltag>
  -               .
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="citerefentry.link">
  -         <refmeta>
  -            <refentrytitle>citerefentry.link</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>citerefentry.link</refname>
  -            <refpurpose>Generate URL links when cross-referencing RefEntrys?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="citerefentry.link.frag">&lt;xsl:param name="citerefentry.link" select="'0'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true, a web link will be generated, presumably
  -               to an online man-&gt;HTML gateway. The text of the link is
  -               generated by the generate.citerefentry.link template.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="refentry.separator">
  -         <refmeta>
  -            <refentrytitle>refentry.separator</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>refentry.separator</refname>
  -            <refpurpose>Generate a separator between consecutive RefEntry elements?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="refentry.separator.frag">&lt;xsl:param name="refentry.separator" select="'1'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true, a separator will be generated between consecutive
  -               reference pages.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>Tables</title>
  -      <refentry id="default.table.width">
  -         <refmeta>
  -            <refentrytitle>default.table.width</refentrytitle>
  -            <refmiscinfo role="type">length</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>default.table.width</refname>
  -            <refpurpose>The default width of tables</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="default.table.width.frag">&lt;xsl:param name="default.table.width" select="''"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If specified, this value will be used for the WIDTH attribute on
  -               tables that do not specify an alternate width (with the dbhtml processing
  -               instruction).</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="nominal.table.width">
  -         <refmeta>
  -            <refentrytitle>nominal.table.width</refentrytitle>
  -            <refmiscinfo role="type">length</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>nominal.table.width</refname>
  -            <refpurpose>The (absolute) nominal width of tables</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="nominal.table.width.frag">&lt;xsl:param name="nominal.table.width" select="'6in'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>In order to convert CALS column widths into HTML column widths, it
  -               is sometimes necessary to have an absolute table width to use for conversion
  -               of mixed absolute and relative widths. This value must be an absolute
  -               length (not a percentag).</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="table.borders.with.css">
  -         <refmeta>
  -            <refentrytitle>table.borders.with.css</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>table.borders.with.css</refname>
  -            <refpurpose>Use CSS to specify table, row, and cell borders?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="table.borders.with.css.frag">
  -               &lt;xsl:param name="table.borders.with.css" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), CSS will be used to draw table borders.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="table.cell.border.style">
  -         <refmeta>
  -            <refentrytitle>table.cell.border.style</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>table.cell.border.style</refname>
  -            <refpurpose/>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="table.cell.border.style.frag">
  -               &lt;xsl:param name="table.cell.border.style" select="'solid'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="table.cell.border.thickness">
  -         <refmeta>
  -            <refentrytitle>table.cell.border.thickness</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>table.cell.border.thickness</refname>
  -            <refpurpose/>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="table.cell.border.thickness.frag">
  -               &lt;xsl:param name="table.cell.border.thickness" select="'0.5pt'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="table.cell.border.color">
  -         <refmeta>
  -            <refentrytitle>table.cell.border.color</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>table.cell.border.color</refname>
  -            <refpurpose/>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="table.cell.border.color.frag">
  -               &lt;xsl:param name="table.cell.border.color" select="''"&gt;&lt;/xsl:param&gt;
  -
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="table.frame.border.style">
  -         <refmeta>
  -            <refentrytitle>table.frame.border.style</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>table.frame.border.style</refname>
  -            <refpurpose/>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="table.frame.border.style.frag">
  -               &lt;xsl:param name="table.frame.border.style" select="'solid'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="table.frame.border.thickness">
  -         <refmeta>
  -            <refentrytitle>table.frame.border.thickness</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>table.frame.border.thickness</refname>
  -            <refpurpose>Specifies the thickness of the frame border</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="table.frame.border.thickness.frag">
  -               &lt;xsl:param name="table.frame.border.thickness" select="'0.5pt'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Specifies the thickness of the border on the table's frame.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="table.frame.border.color">
  -         <refmeta>
  -            <refentrytitle>table.frame.border.color</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>table.frame.border.color</refname>
  -            <refpurpose/>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="table.frame.border.color.frag">
  -               &lt;xsl:param name="table.frame.border.color" select="''"&gt;&lt;/xsl:param&gt;
  -
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="html.cellspacing">
  -         <refmeta>
  -            <refentrytitle>html.cellspacing</refentrytitle>
  -            <refmiscinfo role="type">integer</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>html.cellspacing</refname>
  -            <refpurpose>Default value for cellspacing in HTML tables</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="html.cellspacing.frag">
  -               &lt;xsl:param name="html.cellspacing" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If specified, this value will be used as the default cellspacing value
  -               in HTML tables.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="html.cellpadding">
  -         <refmeta>
  -            <refentrytitle>html.cellpadding</refentrytitle>
  -            <refmiscinfo role="type">integer</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>html.cellpadding</refname>
  -            <refpurpose>Default value for cellpadding in HTML tables</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="html.cellpadding.frag">
  -               &lt;xsl:param name="html.cellpadding" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If specified, this value will be used as the default cellpadding value
  -               in HTML tables.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>QAndASet</title>
  -      <refentry id="qanda.defaultlabel">
  -         <refmeta>
  -            <refentrytitle>qanda.defaultlabel</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>qanda.defaultlabel</refname>
  -            <refpurpose>Sets the default for defaultlabel on QandASet.</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="qanda.defaultlabel.frag">&lt;xsl:param name="qanda.defaultlabel"&gt;number&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If no defaultlabel attribute is specified on a QandASet, this
  -               value is used. It must be one of the legal values for the defaultlabel
  -               attribute.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="qanda.inherit.numeration">
  -         <refmeta>
  -            <refentrytitle>qanda.inherit.numeration</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>qanda.inherit.numeration</refname>
  -            <refpurpose>Does enumeration of QandASet components inherit the numeration of parent elements?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="qanda.inherit.numeration.frag">&lt;xsl:param name="qanda.inherit.numeration" select="1"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), numbered QandADiv elements and Questions and Answers inherit
  -               the numeration of the ancestors of the QandASet.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>Linking</title>
  -      <refentry id="target.database.document">
  -         <refmeta>
  -            <refentrytitle>target.database.document</refentrytitle>
  -            <refmiscinfo role="type">uri</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>target.database.document</refname>
  -            <refpurpose>Name of master database file for resolving
  -               olinks</refpurpose>
  -         </refnamediv>
  -         <refsynopsisdiv>
  -            <programlisting id="target.database.document.frag">
  -               &lt;xsl:param name="target.database.document" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -         <refsect1>
  -            <title>Description</title>
  -            <para>
  -               To resolve olinks between documents, the stylesheets use
  -               a master database document that identifies the target datafiles for all the documents within the scope
  -               of the olinks. This parameter value is the URI of
  -               the master document to be read during processing to resolve olinks.
  -               The default value is
  -               <filename moreinfo="none">olinkdb.xml</filename>
  -               .
  -            </para>
  -            <para>The data structure of the file is defined in the
  -               <filename moreinfo="none">targetdatabase.dtd</filename>
  -               DTD. The database file provides the high level elements to record the identifiers, locations, and
  -               relationships of documents. The cross reference data for individual documents is generally pulled into
  -               the database using system entity references or XIncludes. See also
  -               <parameter moreinfo="none">targets.filename</parameter>
  -               .
  -
  -            </para>
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="targets.filename">
  -         <refmeta>
  -            <refentrytitle>targets.filename</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>targets.filename</refname>
  -            <refpurpose>Name of cross reference targets data file</refpurpose>
  -         </refnamediv>
  -         <refsynopsisdiv>
  -            <programlisting id="targets.filename.frag">
  -               &lt;xsl:param name="targets.filename" select="'target.db'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -         <refsect1>
  -            <title>Description</title>
  -            <para>
  -               In order to resolve olinks efficiently, the stylesheets can
  -               generate an external data file containing information about
  -               all potential cross reference endpoints in a document.
  -               This parameter lets you change the name of the generated
  -               file from the default name
  -               <filename moreinfo="none">target.db</filename>
  -               .
  -               The name must agree with that used in the target database
  -               used to resolve olinks during processing.
  -               See also
  -               <parameter moreinfo="none">target.database.document</parameter>
  -               .
  -            </para>
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="collect.xref.targets">
  -         <refmeta>
  -            <refentrytitle>collect.xref.targets</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>collect.xref.targets</refname>
  -            <refpurpose>Controls whether cross reference data is
  -               collected</refpurpose>
  -         </refnamediv>
  -         <refsynopsisdiv>
  -            <programlisting id="collect.xref.targets.frag">
  -               &lt;xsl:param name="collect.xref.targets" select="'no'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -         <refsect1>
  -            <title>Description</title>
  -            <para>
  -               In order to resolve olinks efficiently, the stylesheets can
  -               generate an external data file containing information about
  -               all potential cross reference endpoints in a document.
  -               This parameter determines whether the collection process is run when the document is processed by the
  -               stylesheet. The default value is
  -               <literal moreinfo="none">no</literal>
  -               , which means the data file is not generated during processing. The other choices are
  -               <literal moreinfo="none">yes</literal>
  -               , which means the data file is created and the document is processed for output, and
  -               <literal moreinfo="none">only</literal>
  -               , which means the data file is created but the document is not processed for output.
  -               See also
  -               <parameter moreinfo="none">targets.filename</parameter>
  -               .
  -            </para>
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="olink.base.uri">
  -         <refmeta>
  -            <refentrytitle>olink.base.uri</refentrytitle>
  -            <refmiscinfo role="type">uri</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>olink.base.uri</refname>
  -            <refpurpose>Base URI used in olink hrefs</refpurpose>
  -         </refnamediv>
  -         <refsynopsisdiv>
  -            <programlisting id="olink.base.uri.frag">
  -               &lt;xsl:param name="olink.base.uri" select="''"&gt;&lt;/xsl:param&gt; </programlisting>
  -         </refsynopsisdiv>
  -         <refsect1>
  -            <title>Description</title>
  -            <para>When cross reference data is collected for resolving olinks, it may be necessary to prepend a base URI
  -               to each target's href. This parameter lets you set that base URI when cross reference data is collected.
  -               This feature is needed when you want to link to a document that is processed without chunking. The output
  -               filename for such a document is not known to the XSL stylesheet; the only target information consists of
  -               fragment identifiers such as
  -               <literal moreinfo="none">#idref</literal>
  -               . To enable the resolution of olinks between documents, you should pass the name of the HTML output file
  -               as the value of this parameter. Then the hrefs recorded in the cross reference data collection look like
  -               <literal moreinfo="none">outfile.html#idref</literal>
  -               , which can be reached as links from other documents.
  -            </para>
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="use.local.olink.style">
  -         <refmeta>
  -            <refentrytitle>use.local.olink.style</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>use.local.olink.style</refname>
  -            <refpurpose>Process olinks using xref style of current
  -               document</refpurpose>
  -         </refnamediv>
  -         <refsynopsisdiv>
  -            <programlisting id="use.local.olink.style.frag">
  -               &lt;xsl:param name="use.local.olink.style" select="0"&gt;&lt;/xsl:param&gt; </programlisting>
  -         </refsynopsisdiv>
  -         <refsect1>
  -            <title>Description</title>
  -            <para>When cross reference data is collected for use by olinks, the data for each potential target includes
  -               one field containing a completely assembled cross reference string, as if it were an xref generated in
  -               that document. Other fields record the separate title, number, and element name of each target. When an
  -               olink is formed to a target from another document, the olink resolves to that preassembled string by
  -               default. If the
  -               <parameter moreinfo="none">use.local.olink.style</parameter>
  -               parameter is set to non-zero, then instead the cross
  -               reference string is formed again from the target title, number, and
  -               element name, using the stylesheet processing the targeting document.
  -               Then olinks will match the xref style in the targeting document
  -               rather than in the target document. If both documents are processed
  -               with the same stylesheet, then the results will be the same.
  -            </para>
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="current.docid">
  -         <refmeta>
  -            <refentrytitle>current.docid</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>current.docid</refname>
  -            <refpurpose>targetdoc identifier for the document being
  -               processed</refpurpose>
  -         </refnamediv>
  -         <refsynopsisdiv>
  -            <programlisting id="current.docid.frag">
  -               &lt;xsl:param name="current.docid" select="''"&gt;&lt;/xsl:param&gt; </programlisting>
  -         </refsynopsisdiv>
  -         <refsect1>
  -            <title>Description</title>
  -            <para>When olinks between documents are resolved for HTML output, the stylesheet can compute the relative
  -               path between the current document and the target document. The stylesheet needs to know the
  -               <literal moreinfo="none">targetdoc</literal>
  -               identifiers for both documents, as they appear in the
  -               <parameter moreinfo="none">target.database.document</parameter>
  -               database file. This parameter passes to the stylesheet
  -               the targetdoc identifier of the current document, since that
  -               identifier does not appear in the document itself.
  -            </para>
  -            <para>This parameter can also be used for print output. If an olink's
  -               <literal moreinfo="none">targetdoc</literal>
  -               id differs from the
  -               <literal moreinfo="none">current.docid</literal>
  -               , then the stylesheet can append the target document's title to the generated olink text. That identifies
  -               to the reader that the link is to a different document, not the current document. See also
  -               <parameter moreinfo="none">olink.doctitle</parameter>
  -               to enable that feature.
  -            </para>
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="olink.doctitle">
  -         <refmeta>
  -            <refentrytitle>olink.doctitle</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>olink.doctitle</refname>
  -            <refpurpose>show the document title for external olinks?</refpurpose>
  -
  -         </refnamediv>
  -         <refsynopsisdiv>
  -            <programlisting id="olink.doctitle.frag">
  -               &lt;xsl:param name="olink.doctitle" select="0"&gt;&lt;/xsl:param&gt; </programlisting>
  -         </refsynopsisdiv>
  -         <refsect1>
  -            <title>Description</title>
  -            <para>When olinks between documents are resolved for print output, the generated text may not make it clear
  -               that the reference is to another document. It is possible for the stylesheets to append the other
  -               document's title to external olinks. For this to happen, two parameters must be set. The
  -               <parameter moreinfo="none">olink.doctitle</parameter>
  -               parameter should be set to nonzero to enable this
  -               feature. And you should set the
  -               <parameter moreinfo="none">current.docid</parameter>
  -               parameter to the document id for the document currently
  -               being processed for output. If an olink's
  -               <literal moreinfo="none">targetdoc</literal>
  -               id differs from the
  -               <literal moreinfo="none">current.docid</literal>
  -               , then the stylesheet can append the target document's
  -               title to the generated olink text.
  -            </para>
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="link.mailto.url">
  -         <refmeta>
  -            <refentrytitle>link.mailto.url</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>link.mailto.url</refname>
  -            <refpurpose>Mailto URL for the LINK REL=made HTML HEAD element</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="link.mailto.url.frag">&lt;xsl:param
  -               name="link.mailto.url"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If not the empty string, this address will be used for the
  -               REL=made
  -               <sgmltag>LINK</sgmltag>
  -               element in the HTML
  -               <sgmltag>HEAD</sgmltag>
  -               .
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="ulink.target">
  -         <refmeta>
  -            <refentrytitle>ulink.target</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>ulink.target</refname>
  -            <refpurpose>The HTML anchor target for ULinks</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="ulink.target.frag">&lt;xsl:param name="ulink.target" select="'_top'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If
  -               <parameter moreinfo="none">ulink.target</parameter>
  -               is set, its value will
  -               be used for the
  -               <sgmltag class="attribute">target</sgmltag>
  -               attribute
  -               on anchors generated for
  -               <sgmltag>ulink</sgmltag>
  -               s.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="olink.fragid">
  -         <refmeta>
  -            <refentrytitle>olink.fragid</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>olink.fragid</refname>
  -            <refpurpose>Names the fragment identifier portion of an OLink resolver query</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="olink.fragid.frag">&lt;xsl:param name="olink.fragid" select="'fragid='"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="olink.outline.ext">
  -         <refmeta>
  -            <refentrytitle>olink.outline.ext</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>olink.outline.ext</refname>
  -            <refpurpose>The extension of OLink outline files</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="olink.outline.ext.frag">&lt;xsl:param name="olink.outline.ext" select="'.olink'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="olink.pubid">
  -         <refmeta>
  -            <refentrytitle>olink.pubid</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>olink.pubid</refname>
  -            <refpurpose>Names the public identifier portion of an OLink resolver query</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="olink.pubid.frag">&lt;xsl:param name="olink.pubid" select="'pubid='"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="olink.sysid">
  -         <refmeta>
  -            <refentrytitle>olink.sysid</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>olink.sysid</refname>
  -            <refpurpose>Names the system identifier portion of an OLink resolver query</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="olink.sysid.frag">&lt;xsl:param name="olink.sysid" select="'sysid='"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="olink.resolver">
  -         <refmeta>
  -            <refentrytitle>olink.resolver</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>olink.resolver</refname>
  -            <refpurpose>The root name of the OLink resolver (usually a script)</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="olink.resolver.frag">&lt;xsl:param name="olink.resolver" select="'/cgi-bin/olink'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>Bibliography</title>
  -      <refentry id="biblioentry.item.separator">
  -         <refmeta>
  -            <refentrytitle>biblioentry.item.separator</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>biblioentry.item.separator</refname>
  -            <refpurpose>Text to separate bibliography entries</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="biblioentry.item.separator.frag">&lt;xsl:param name="biblioentry.item.separator"&gt;.
  -               &lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Text to separate bibliography entries
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="bibliography.collection">
  -         <refmeta>
  -            <refentrytitle>bibliography.collection</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>bibliography.collection</refname>
  -            <refpurpose>Name of the bibliography collection file</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="bibliography.collection.frag">&lt;xsl:param name="bibliography.collection"
  -               select="'http://docbook.sourceforge.net/release/bibliography/bibliography.xml'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Maintaining bibliography entries across a set of documents is tedious, time
  -               consuming, and error prone. It makes much more sense, usually, to store all of
  -               the bibliography entries in a single place and simply
  -               <quote>extract</quote>
  -               the ones you need in each document.
  -            </para>
  -
  -            <para>That's the purpose of the
  -               <parameter moreinfo="none">bibliography.collection</parameter>
  -               parameter. To setup a global
  -               bibliography
  -               <quote>database</quote>
  -               , follow these steps:
  -            </para>
  -
  -            <para>First, create a stand-alone bibliography document that contains all of
  -               the documents that you wish to reference. Make sure that each bibliography
  -               entry (whether you use
  -               <sgmltag>biblioentry</sgmltag>
  -               or
  -               <sgmltag>bibliomixed</sgmltag>
  -               )
  -               has an ID.
  -            </para>
  -
  -            <para>My global bibliography,
  -               <filename moreinfo="none">~/bibliography.xml</filename>
  -               begins
  -               like this:
  -            </para>
  -
  -            <informalexample>
  -               <programlisting format="linespecific">&lt;!DOCTYPE bibliography
  -                  PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  -                  "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"&gt;
  -                  &lt;bibliography&gt;&lt;title&gt;References&lt;/title&gt;
  -
  -                  &lt;bibliomixed id="xml-rec"&gt;&lt;abbrev&gt;XML 1.0&lt;/abbrev&gt;Tim Bray,
  -                  Jean Paoli, C. M. Sperberg-McQueen, and Eve Maler, editors.
  -                  &lt;citetitle&gt;&lt;ulink url="http://www.w3.org/TR/REC-xml"&gt;Extensible Markup
  -                  Language (XML) 1.0 Second Edition&lt;/ulink&gt;&lt;/citetitle&gt;.
  -                  World Wide Web Consortium, 2000.
  -                  &lt;/bibliomixed&gt;
  -
  -                  &lt;bibliomixed id="xml-names"&gt;&lt;abbrev&gt;Namespaces&lt;/abbrev&gt;Tim Bray,
  -                  Dave Hollander,
  -                  and Andrew Layman, editors.
  -                  &lt;citetitle&gt;&lt;ulink url="http://www.w3.org/TR/REC-xml-names/"&gt;Namespaces in
  -                  XML&lt;/ulink&gt;&lt;/citetitle&gt;.
  -                  World Wide Web Consortium, 1999.
  -                  &lt;/bibliomixed&gt;
  -
  -                  &lt;!-- ... --&gt;
  -                  &lt;/bibliography&gt;
  -               </programlisting>
  -            </informalexample>
  -
  -            <para>When you create a bibliography in your document, simply
  -               provide
  -               <emphasis>empty</emphasis>
  -               <sgmltag>bibliomixed</sgmltag>
  -               entries for each document that you wish to cite. Make sure that these
  -               elements have the same ID as the corresponding
  -               <quote>real</quote>
  -               entry in your global bibliography.
  -            </para>
  -
  -            <para>For example:</para>
  -
  -            <informalexample>
  -               <programlisting format="linespecific">&lt;bibliography&gt;&lt;title&gt;Bibliography&lt;/title&gt;
  -
  -                  &lt;bibliomixed id="xml-rec"/&gt;
  -                  &lt;bibliomixed id="xml-names"/&gt;
  -                  &lt;bibliomixed id="DKnuth86"&gt;Donald E. Knuth. &lt;citetitle&gt;Computers and
  -                  Typesetting: Volume B, TeX: The Program&lt;/citetitle&gt;. Addison-Wesley,
  -                  1986. ISBN 0-201-13437-3.
  -                  &lt;/bibliomixed&gt;
  -                  &lt;bibliomixed id="relaxng"/&gt;
  -
  -                  &lt;/bibliography&gt;</programlisting>
  -            </informalexample>
  -
  -            <para>Note that it's perfectly acceptable to mix entries from your
  -               global bibliography with
  -               <quote>normal</quote>
  -               entries. You can use
  -               <sgmltag>xref</sgmltag>
  -               or other elements to cross-reference your
  -               bibliography entries in exactly the same way you do now.
  -            </para>
  -
  -            <para>Finally, when you are ready to format your document, simply set the
  -               <parameter moreinfo="none">bibliography.collection</parameter>
  -               parameter (in either a
  -               customization layer or directly through your processor's interface) to
  -               point to your global bibliography.
  -            </para>
  -
  -            <para>The stylesheets will format the bibliography in your document as if
  -               all of the entries referenced appeared there literally.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="bibliography.numbered">
  -         <refmeta>
  -            <refentrytitle>bibliography.numbered</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>bibliography.numbered</refname>
  -            <refpurpose>Should bibliography entries be numbered?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="bibliography.numbered.frag">
  -               &lt;xsl:param name="bibliography.numbered" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero bibliography entries will be numbered</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>Glossary</title>
  -      <refentry id="glossterm.auto.link">
  -         <refmeta>
  -            <refentrytitle>glossterm.auto.link</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>glossterm.auto.link</refname>
  -            <refpurpose>Generate links from glossterm to glossentry automaticaly?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="glossterm.auto.link.frag">
  -               &lt;xsl:param name="glossterm.auto.link" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true, a link will be automatically created from glossterm
  -               to glossentry for that glossary term. This is usefull when your
  -               glossterm names are consistent and you don't want to add links
  -               manually.</para>
  -            <para>If there is
  -               <sgmltag class="attribute">linkend</sgmltag>
  -               on
  -               <sgmltag>glossterm</sgmltag>
  -               then is used instead of autogeneration of
  -               link.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="firstterm.only.link">
  -         <refmeta>
  -            <refentrytitle>firstterm.only.link</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>firstterm.only.link</refname>
  -            <refpurpose>Does automatic glossterm linking only apply to firstterms?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="firstterm.only.link.frag">
  -               &lt;xsl:param name="firstterm.only.link" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true, only
  -               <sgmltag>firstterm</sgmltag>
  -               s will be automatically linked
  -               to the glossary. If glossary linking is not enabled, this parameter
  -               has no effect.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="glossary.collection">
  -         <refmeta>
  -            <refentrytitle>glossary.collection</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>glossary.collection</refname>
  -            <refpurpose>Name of the glossary collection file</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="glossary.collection.frag">
  -               &lt;xsl:param name="glossary.collection" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Glossaries maintained independently across a set of documents
  -               are likely to become inconsistent unless considerable effort is
  -               expended to keep them in sync. It makes much more sense, usually, to
  -               store all of the glossary entries in a single place and simply
  -               <quote>extract</quote>
  -               the ones you need in each document.
  -            </para>
  -
  -            <para>That's the purpose of the
  -               <parameter moreinfo="none">glossary.collection</parameter>
  -               parameter. To setup a global
  -               glossary
  -               <quote>database</quote>
  -               , follow these steps:
  -            </para>
  -
  -            <refsect2>
  -               <title>Setting Up the Glossary Database</title>
  -
  -               <para>First, create a stand-alone glossary document that contains all of
  -                  the entries that you wish to reference. Make sure that each glossary
  -                  entry has an ID.</para>
  -
  -               <para>Here's an example glossary:</para>
  -
  -               <informalexample>
  -                  <programlisting format="linespecific">
  -                     &lt;?xml version="1.0" encoding="utf-8"?&gt;
  -                     &lt;!DOCTYPE glossary
  -                     PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  -                     "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"&gt;
  -                     &lt;glossary&gt;
  -                     &lt;glossaryinfo&gt;
  -                     &lt;editor&gt;&lt;firstname&gt;Eric&lt;/firstname&gt;&lt;surname&gt;Raymond&lt;/surname&gt;&lt;/editor&gt;
  -                     &lt;title&gt;Jargon File 4.2.3 (abridged)&lt;/title&gt;
  -                     &lt;releaseinfo&gt;Just some test data&lt;/releaseinfo&gt;
  -                     &lt;/glossaryinfo&gt;
  -
  -                     &lt;glossdiv&gt;&lt;title&gt;0&lt;/title&gt;
  -
  -                     &lt;glossentry&gt;
  -                     &lt;glossterm&gt;0&lt;/glossterm&gt;
  -                     &lt;glossdef&gt;
  -                     &lt;para&gt;Numeric zero, as opposed to the letter `O' (the 15th letter of
  -                     the English alphabet). In their unmodified forms they look a lot
  -                     alike, and various kluges invented to make them visually distinct have
  -                     compounded the confusion. If your zero is center-dotted and letter-O
  -                     is not, or if letter-O looks almost rectangular but zero looks more
  -                     like an American football stood on end (or the reverse), you're
  -                     probably looking at a modern character display (though the dotted zero
  -                     seems to have originated as an option on IBM 3270 controllers). If
  -                     your zero is slashed but letter-O is not, you're probably looking at
  -                     an old-style ASCII graphic set descended from the default typewheel on
  -                     the venerable ASR-33 Teletype (Scandinavians, for whom /O is a letter,
  -                     curse this arrangement). (Interestingly, the slashed zero long
  -                     predates computers; Florian Cajori's monumental "A History of
  -                     Mathematical Notations" notes that it was used in the twelfth and
  -                     thirteenth centuries.) If letter-O has a slash across it and the zero
  -                     does not, your display is tuned for a very old convention used at IBM
  -                     and a few other early mainframe makers (Scandinavians curse &lt;emphasis&gt;this&lt;/emphasis&gt;
  -                     arrangement even more, because it means two of their letters collide).
  -                     Some Burroughs/Unisys equipment displays a zero with a &lt;emphasis&gt;reversed&lt;/emphasis&gt;
  -                     slash. Old CDC computers rendered letter O as an unbroken oval and 0
  -                     as an oval broken at upper right and lower left. And yet another
  -                     convention common on early line printers left zero unornamented but
  -                     added a tail or hook to the letter-O so that it resembled an inverted
  -                     Q or cursive capital letter-O (this was endorsed by a draft ANSI
  -                     standard for how to draw ASCII characters, but the final standard
  -                     changed the distinguisher to a tick-mark in the upper-left corner).
  -                     Are we sufficiently confused yet?&lt;/para&gt;
  -                     &lt;/glossdef&gt;
  -                     &lt;/glossentry&gt;
  -
  -                     &lt;glossentry&gt;
  -                     &lt;glossterm&gt;1TBS&lt;/glossterm&gt;
  -                     &lt;glossdef&gt;
  -                     &lt;para role="accidence"&gt;
  -                     &lt;phrase role="pronounce"&gt;&lt;/phrase&gt;
  -                     &lt;phrase role="partsofspeach"&gt;n&lt;/phrase&gt;
  -                     &lt;/para&gt;
  -                     &lt;para&gt;The "One True Brace Style"&lt;/para&gt;
  -                     &lt;glossseealso&gt;indent style&lt;/glossseealso&gt;
  -                     &lt;/glossdef&gt;
  -                     &lt;/glossentry&gt;
  -
  -                     &lt;!-- ... --&gt;
  -
  -                     &lt;/glossdiv&gt;
  -
  -                     &lt;!-- ... --&gt;
  -
  -                     &lt;/glossary&gt;</programlisting>
  -               </informalexample>
  -
  -            </refsect2>
  -
  -            <refsect2>
  -               <title>Marking Up Glossary Terms</title>
  -
  -               <para>That takes care of the glossary database, now you have to get the entries
  -                  into your document. Unlike bibliography entries, which can be empty, creating
  -                  <quote>placeholder</quote>
  -                  glossary entries would be very tedious. So instead,
  -                  support for
  -                  <parameter moreinfo="none">glossary.collection</parameter>
  -                  relies on implicit linking.
  -               </para>
  -
  -               <para>In your source document, simply use
  -                  <sgmltag>firstterm</sgmltag>
  -                  and
  -                  <sgmltag>glossterm</sgmltag>
  -                  to identify the terms you wish to have included
  -                  in the glossary. The stylesheets assume that you will either set the
  -                  <sgmltag class="attribute">baseform</sgmltag>
  -                  attribute correctly, or that the
  -                  content of the element exactly matches a term in your glossary.
  -               </para>
  -
  -               <para>If you're using a
  -                  <parameter moreinfo="none">glossary.collection</parameter>
  -                  , don't
  -                  make explicit links on the terms in your document.
  -               </para>
  -
  -               <para>So, in your document, you might write things like this:</para>
  -
  -               <informalexample>
  -                  <programlisting format="linespecific">&lt;para&gt;This is dummy text, without any real meaning.
  -                     The point is simply to reference glossary terms like &lt;glossterm&gt;0&lt;/glossterm&gt;
  -                     and the &lt;firstterm baseform="1TBS"&gt;One True Brace Style (1TBS)&lt;/firstterm&gt;.
  -                     The &lt;glossterm&gt;1TBS&lt;/glossterm&gt;, as you can probably imagine, is a nearly
  -                     religious issue.&lt;/para&gt;</programlisting>
  -               </informalexample>
  -
  -               <para>If you set the
  -                  <parameter moreinfo="none">firstterm.only.link</parameter>
  -                  parameter,
  -                  only the terms marked with
  -                  <sgmltag>firstterm</sgmltag>
  -                  will be links.
  -                  Otherwise, all the terms will be linked.
  -               </para>
  -
  -            </refsect2>
  -
  -            <refsect2>
  -               <title>Marking Up the Glossary</title>
  -
  -               <para>The glossary itself has to be identified for the stylesheets. For lack
  -                  of a better choice, the
  -                  <sgmltag class="attribute">role</sgmltag>
  -                  is used.
  -                  To identify the glossary as the target for automatic processing, set
  -                  the role to
  -                  <quote>
  -                     <literal moreinfo="none">auto</literal>
  -                  </quote>
  -                  . The title of this
  -                  glossary (and any other information from the
  -                  <sgmltag>glossaryinfo</sgmltag>
  -                  that's rendered by your stylesheet) will be displayed, but the entries will
  -                  come from the database.
  -               </para>
  -
  -               <para>Unfortunately, the glossary can't be empty, so you must put in
  -                  at least one
  -                  <sgmltag>glossentry</sgmltag>
  -                  . The content of this entry
  -                  is irrelevant, it will not be rendered:
  -               </para>
  -
  -               <informalexample>
  -                  <programlisting format="linespecific">&lt;glossary role="auto"&gt;
  -                     &lt;glossentry&gt;
  -                     &lt;glossterm&gt;Irrelevant&lt;/glossterm&gt;
  -                     &lt;glossdef&gt;
  -                     &lt;para&gt;If you can see this, the document was processed incorrectly. Use
  -                     the &lt;parameter&gt;glossary.collection&lt;/parameter&gt; parameter.&lt;/para&gt;
  -                     &lt;/glossdef&gt;
  -                     &lt;/glossentry&gt;
  -                     &lt;/glossary&gt;</programlisting>
  -               </informalexample>
  -
  -               <para>What about glossary divisions? If your glossary database has glossary
  -                  divisions
  -                  <emphasis>and</emphasis>
  -                  your automatic glossary contains at least
  -                  one
  -                  <sgmltag>glossdiv</sgmltag>
  -                  , the automic glossary will have divisions.
  -                  If the
  -                  <sgmltag>glossdiv</sgmltag>
  -                  is missing from either location, no divisions
  -                  will be rendered.
  -               </para>
  -
  -               <para>Glossary entries (and divisions, if appropriate) in the glossary will
  -                  occur in precisely the order they occur in your database.</para>
  -
  -            </refsect2>
  -
  -            <refsect2>
  -               <title>Formatting the Document</title>
  -
  -               <para>Finally, when you are ready to format your document, simply set the
  -                  <parameter moreinfo="none">glossary.collection</parameter>
  -                  parameter (in either a
  -                  customization layer or directly through your processor's interface) to
  -                  point to your global glossary.
  -               </para>
  -
  -               <para>The stylesheets will format the glossary in your document as if
  -                  all of the entries implicilty referenced appeared there literally.</para>
  -            </refsect2>
  -
  -            <refsect2>
  -               <title>Limitations</title>
  -
  -               <para>Glossary cross-references
  -                  <emphasis>within the glossary</emphasis>
  -                  are
  -                  not supported. For example, this
  -                  <emphasis>will not</emphasis>
  -                  work:
  -               </para>
  -
  -               <informalexample>
  -                  <programlisting format="linespecific">&lt;glossentry&gt;
  -                     &lt;glossterm&gt;gloss-1&lt;/glossterm&gt;
  -                     &lt;glossdef&gt;&lt;para&gt;A description that references &lt;glossterm&gt;gloss-2&lt;/glossterm&gt;.&lt;/para&gt;
  -                     &lt;glossseealso&gt;gloss-2&lt;/glossseealso&gt;
  -                     &lt;/glossdef&gt;
  -                     &lt;/glossentry&gt;</programlisting>
  -               </informalexample>
  -
  -               <para>If you put glossary cross-references in your glossary that way,
  -                  you'll get the cryptic error:
  -                  <computeroutput moreinfo="none">Warning:
  -                     glossary.collection specified, but there are 0 automatic
  -                     glossaries</computeroutput>
  -                  .
  -               </para>
  -
  -               <para>Instead, you must do two things:</para>
  -
  -               <orderedlist inheritnum="ignore" continuation="restarts">
  -                  <listitem>
  -                     <para>Markup your glossary using
  -                        <sgmltag>glossseealso</sgmltag>
  -                        :
  -                     </para>
  -
  -                     <informalexample>
  -                        <programlisting format="linespecific">&lt;glossentry&gt;
  -                           &lt;glossterm&gt;gloss-1&lt;/glossterm&gt;
  -                           &lt;glossdef&gt;&lt;para&gt;A description that references &lt;glossterm&gt;gloss-2&lt;/glossterm&gt;.&lt;/para&gt;
  -                           &lt;glossseealso&gt;gloss-2&lt;/glossseealso&gt;
  -                           &lt;/glossdef&gt;
  -                           &lt;/glossentry&gt;</programlisting>
  -                     </informalexample>
  -                  </listitem>
  -
  -                  <listitem>
  -                     <para>Make sure there is at least one
  -                        <sgmltag>glossterm</sgmltag>
  -                        reference to
  -                        <glossterm>gloss-2</glossterm>
  -                        <emphasis>in your document</emphasis>
  -                        . The
  -                        easiest way to do that is probably within a
  -                        <sgmltag>remark</sgmltag>
  -                        in your
  -                        automatic glossary:
  -                     </para>
  -
  -                     <informalexample>
  -                        <programlisting format="linespecific">&lt;glossary role="auto"&gt;
  -                           &lt;remark&gt;Make sure there's a reference to &lt;glossterm&gt;gloss-2&lt;/glossterm&gt;.&lt;/remark&gt;
  -                           &lt;glossentry&gt;
  -                           &lt;glossterm&gt;Irrelevant&lt;/glossterm&gt;
  -                           &lt;glossdef&gt;
  -                           &lt;para&gt;If you can see this, the document was processed incorrectly. Use
  -                           the &lt;parameter&gt;glossary.collection&lt;/parameter&gt; parameter.&lt;/para&gt;
  -                           &lt;/glossdef&gt;
  -                           &lt;/glossentry&gt;
  -                           &lt;/glossary&gt;</programlisting>
  -                     </informalexample>
  -                  </listitem>
  -               </orderedlist>
  -            </refsect2>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="glossentry.show.acronym">
  -         <refmeta>
  -            <refentrytitle>glossentry.show.acronym</refentrytitle>
  -            <refmiscinfo role="type">list</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>glossentry.show.acronym</refname>
  -            <refpurpose>Display
  -               <sgmltag>glossentry</sgmltag>
  -               acronyms?
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="glossentry.show.acronym.frag">
  -               &lt;xsl:param name="glossentry.show.acronym" select="'no'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>A setting of
  -               <quote>yes</quote>
  -               means they should be displayed;
  -               <quote>no</quote>
  -               means they shouldn't. If
  -               <quote>primary</quote>
  -               is used,
  -               then they are shown as the primary text for the entry.
  -            </para>
  -
  -            <note>
  -               <para>This setting controls both
  -                  <sgmltag>acronym</sgmltag>
  -                  and
  -                  <sgmltag>abbrev</sgmltag>
  -                  elements in the
  -                  <sgmltag>glossentry</sgmltag>
  -                  .
  -               </para>
  -            </note>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>Miscellaneous</title>
  -      <refentry id="formal.procedures">
  -         <refmeta>
  -            <refentrytitle>formal.procedures</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>formal.procedures</refname>
  -            <refpurpose>Selects formal or informal procedures</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="formal.procedures.frag">
  -               &lt;xsl:param name="formal.procedures" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Formal procedures are numbered and always have a title.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="formal.title.placement">
  -         <refmeta>
  -            <refentrytitle>formal.title.placement</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>formal.title.placement</refname>
  -            <refpurpose/>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="formal.title.placement.frag">
  -               &lt;xsl:param name="formal.title.placement"&gt;
  -               figure before
  -               example before
  -               equation before
  -               table before
  -               procedure before
  -               task before
  -               &lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Specifies where formal object titles should occur. For each formal object
  -               type (
  -               <sgmltag>figure</sgmltag>
  -               ,
  -               <sgmltag>example</sgmltag>
  -               ,
  -               <sgmltag>equation</sgmltag>
  -               ,
  -               <sgmltag>table</sgmltag>
  -               , and
  -               <sgmltag>procedure</sgmltag>
  -               )
  -               you can specify either the keyword
  -               <quote>
  -                  <literal moreinfo="none">before</literal>
  -               </quote>
  -               or
  -               <quote>
  -                  <literal moreinfo="none">after</literal>
  -               </quote>
  -               .
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="runinhead.default.title.end.punct">
  -         <refmeta>
  -            <refentrytitle>runinhead.default.title.end.punct</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>runinhead.default.title.end.punct</refname>
  -            <refpurpose>Default punctuation character on a run-in-head</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="runinhead.default.title.end.punct.frag">&lt;xsl:param
  -               name="runinhead.default.title.end.punct" select="'.'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="runinhead.title.end.punct">
  -         <refmeta>
  -            <refentrytitle>runinhead.title.end.punct</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>runinhead.title.end.punct</refname>
  -            <refpurpose>Characters that count as punctuation on a run-in-head</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="runinhead.title.end.punct.frag">&lt;xsl:param name="runinhead.title.end.punct"
  -               select="'.!?:'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="show.comments">
  -         <refmeta>
  -            <refentrytitle>show.comments</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>show.comments</refname>
  -            <refpurpose>Display
  -               <sgmltag>comment</sgmltag>
  -               elements?
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="show.comments.frag">&lt;xsl:param
  -               name="show.comments"&gt;1&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), comments will be displayed, otherwise they are suppressed.
  -               Comments here refers to the
  -               <sgmltag>comment</sgmltag>
  -               element,
  -               which will be renamed
  -               <sgmltag>remark</sgmltag>
  -               in DocBook V4.0,
  -               not XML comments (&lt;-- like this --&gt;) which are unavailable.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="show.revisionflag">
  -         <refmeta>
  -            <refentrytitle>show.revisionflag</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>show.revisionflag</refname>
  -            <refpurpose>Enable decoration of elements that have a revisionflag</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="show.revisionflag.frag">&lt;xsl:param
  -               name="show.revisionflag"&gt;0&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>
  -               If
  -               <literal moreinfo="none">show.revisionflag</literal>
  -               is turned on, then the stylesheets
  -               may produce additional markup designed to allow a CSS stylesheet to
  -               highlight elements that have specific revisionflag settings.
  -            </para>
  -
  -            <para>The markup inserted will be usually be either a &lt;span&gt; or &lt;div&gt;
  -               with an appropriate
  -               <literal moreinfo="none">class</literal>
  -               attribute. (The value of
  -               the class attribute will be the same as the value of the revisionflag
  -               attribute). In some contexts, for example tables, where extra markup
  -               would be structurally illegal, the class attribute will be added to the
  -               appropriate container element.
  -            </para>
  -
  -            <para>In general, the stylesheets only test for revisionflag in contexts
  -               where an importing stylesheet would have to redefine whole templates.
  -               Most of the revisionflag processing is expected to be done by another
  -               stylesheet, for example
  -               <filename moreinfo="none">changebars.xsl</filename>
  -               .
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="shade.verbatim">
  -         <refmeta>
  -            <refentrytitle>shade.verbatim</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>shade.verbatim</refname>
  -            <refpurpose>Should verbatim environments be shaded?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="shade.verbatim.frag">&lt;xsl:param name="shade.verbatim" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="shade.verbatim.style">
  -         <refmeta>
  -            <refentrytitle>shade.verbatim.style</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>shade.verbatim.style</refname>
  -            <refpurpose>Properties that specify the style of shaded verbatim listings</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="shade.verbatim.style.frag">
  -               &lt;xsl:attribute-set name="shade.verbatim.style"&gt;
  -               &lt;xsl:attribute name="border"&gt;0&lt;/xsl:attribute&gt;
  -               &lt;xsl:attribute name="bgcolor"&gt;#E0E0E0&lt;/xsl:attribute&gt;
  -               &lt;/xsl:attribute-set&gt;
  -
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="punct.honorific">
  -         <refmeta>
  -            <refentrytitle>punct.honorific</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>punct.honorific</refname>
  -            <refpurpose>Punctuation after an honorific in a personal name.</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="punct.honorific.frag">
  -               &lt;xsl:param name="punct.honorific" select="'.'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parameter specifies the punctuation that should be added after an
  -               honorific in a personal name.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="segmentedlist.as.table">
  -         <refmeta>
  -            <refentrytitle>segmentedlist.as.table</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>segmentedlist.as.table</refname>
  -            <refpurpose>Format segmented lists as tables?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="segmentedlist.as.table.frag">
  -               &lt;xsl:param name="segmentedlist.as.table" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero,
  -               <sgmltag>segmentedlist</sgmltag>
  -               s will be formatted as
  -               tables.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="variablelist.as.table">
  -         <refmeta>
  -            <refentrytitle>variablelist.as.table</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>variablelist.as.table</refname>
  -            <refpurpose>Format
  -               <sgmltag>variablelist</sgmltag>
  -               s as tables?
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="variablelist.as.table.frag">
  -               &lt;xsl:param name="variablelist.as.table" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero,
  -               <sgmltag>variablelist</sgmltag>
  -               s will be formatted as
  -               tables.
  -            </para>
  -
  -            <para>This parameter only applys to the HTML transformations. In the
  -               FO case, proper list markup is robust enough to handle the formatting.
  -               But see also
  -               <parameter moreinfo="none">variablelist.as.blocks</parameter>
  -               .
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="tex.math.in.alt">
  -         <refmeta>
  -            <refentrytitle>tex.math.in.alt</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>tex.math.in.alt</refname>
  -            <refpurpose>TeX notation used for equations</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="tex.math.in.alt.frag">
  -               &lt;xsl:param name="tex.math.in.alt" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want type math directly in TeX notation in equations,
  -               this parameter specifies notation used. Currently are supported two
  -               values --
  -               <literal moreinfo="none">plain</literal>
  -               and
  -               <literal moreinfo="none">latex</literal>
  -               . Empty
  -               value means that you are not using TeX math at all.
  -            </para>
  -
  -            <para>Preferred way for including TeX alternative of math is inside of
  -               <sgmltag>textobject</sgmltag>
  -               element. Eg.:
  -            </para>
  -
  -            <programlisting format="linespecific">&lt;inlineequation&gt;
  -               &lt;inlinemediaobject&gt;
  -               &lt;imageobject&gt;
  -               &lt;imagedata fileref="eq1.gif"/&gt;
  -               &lt;/imageobject&gt;
  -               &lt;textobject&gt;&lt;phrase&gt;E=mc squared&lt;/phrase&gt;&lt;/textobject&gt;
  -               &lt;textobject role="tex"&gt;&lt;phrase&gt;E=mc^2&lt;/phrase&gt;&lt;/textobject&gt;
  -               &lt;/inlinemediaobject&gt;
  -               &lt;/inlineequation&gt;</programlisting>
  -
  -            <para>If you are using
  -               <sgmltag>graphic</sgmltag>
  -               element, you can
  -               store TeX inside
  -               <sgmltag>alt</sgmltag>
  -               element:
  -            </para>
  -
  -            <programlisting format="linespecific">&lt;inlineequation&gt;
  -               &lt;alt role="tex"&gt;a^2+b^2=c^2&lt;/alt&gt;
  -               &lt;graphic fileref="a2b2c2.gif"/&gt;
  -               &lt;/inlineequation&gt;</programlisting>
  -
  -            <para>If you want use this feature, you should process your FO with
  -               PassiveTeX, which only supports TeX math notation. When calling
  -               stylsheet, don't forget to specify also
  -               passivetex.extensions=1.</para>
  -
  -            <para>If you want equations in HTML, just process generated file
  -               <filename moreinfo="none">tex-math-equations.tex</filename>
  -               by TeX or LaTeX. Then run
  -               dvi2bitmap program on result DVI file. You will get images for
  -               equations in your document.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="tex.math.file">
  -         <refmeta>
  -            <refentrytitle>tex.math.file</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>tex.math.file</refname>
  -            <refpurpose>Name of temporary file for generating images from equations</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="tex.math.file.frag">
  -               &lt;xsl:param name="tex.math.file" select="'tex-math-equations.tex'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Name of auxiliary file for TeX equations. This file can be
  -               processed by dvi2bitmap to get bitmap versions of equations for HTML
  -               output.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="tex.math.delims">
  -         <refmeta>
  -            <refentrytitle>tex.math.delims</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>tex.math.delims</refname>
  -            <refpurpose>Should be equations outputed for processing by TeX
  -               automatically surrounded by math mode delimiters</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="tex.math.delims.frag">
  -               &lt;xsl:param name="tex.math.delims" select="'1'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>For compatibility with DSSSL based DBTeXMath from Allin Cottrell
  -               you should set this parameter to 0.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="pixels.per.inch">
  -         <refmeta>
  -            <refentrytitle>pixels.per.inch</refentrytitle>
  -            <refmiscinfo role="type">integer</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>pixels.per.inch</refname>
  -            <refpurpose>How many pixels are there per inch?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="pixels.per.inch.frag">
  -               &lt;xsl:param name="pixels.per.inch" select="90"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>When lengths are converted to pixels, this value is used to
  -               determine the size of a pixel. The default value is taken from the
  -               <ulink url="http://www.w3.org/TR/xsl/slice5.html#pixels">XSL
  -                  Recommendation</ulink>
  -               .
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="points.per.em">
  -         <refmeta>
  -            <refentrytitle>points.per.em</refentrytitle>
  -            <refmiscinfo role="type">number</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>points.per.em</refname>
  -            <refpurpose>Specify the nominal size of an em-space in points</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="points.per.em.frag">
  -               &lt;xsl:param name="points.per.em" select="10"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="use.svg">
  -         <refmeta>
  -            <refentrytitle>use.svg</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>use.svg</refname>
  -            <refpurpose>Allow SVG in the result tree?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="use.svg.frag">
  -               &lt;xsl:param name="use.svg" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, SVG will be considered an acceptable image format. SVG
  -               is passed through to the result tree, so correct rendering of the resulting
  -               diagram depends on the formatter (FO processor or web browser) that is used
  -               to process the output from the stylesheet.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="use.role.as.xrefstyle">
  -         <refmeta>
  -            <refentrytitle>use.role.as.xrefstyle</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>use.role.as.xrefstyle</refname>
  -            <refpurpose>Use
  -               <sgmltag class="attribute">role</sgmltag>
  -               attribute for
  -               <sgmltag class="attribute">xrefstyle</sgmltag>
  -               on
  -               <sgmltag>xref</sgmltag>
  -               ?
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="use.role.as.xrefstyle.frag">
  -               &lt;xsl:param name="use.role.as.xrefstyle" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, the
  -               <sgmltag class="attribute">role</sgmltag>
  -               attribute on
  -               <sgmltag>xref</sgmltag>
  -               will be used to select the cross reference style.
  -               The
  -               <ulink url="http://www.oasis-open.org/docbook/">DocBook
  -                  Technical Committee</ulink>
  -               recently added an
  -               <sgmltag class="attribute">xrefstyle</sgmltag>
  -               attribute for this purpose.
  -               If the
  -               <sgmltag class="attribute">xrefstyle</sgmltag>
  -               attribute
  -               is present,
  -               <sgmltag class="attribute">role</sgmltag>
  -               will be ignored, regardless
  -               of this setting.
  -            </para>
  -
  -            <para>Until an official DocBook release that includes the new
  -               attribute, this flag allows
  -               <sgmltag class="attribute">role</sgmltag>
  -               to serve that purpose.
  -            </para>
  -
  -         </refsect1>
  -
  -         <refsect1>
  -            <title>Example</title>
  -
  -            <para>The following small stylesheet shows how to configure the stylesheets to make
  -               use of the cross reference style:</para>
  -
  -            <programlisting format="linespecific">&lt;?xml version="1.0"?&gt;
  -               &lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  -               version="1.0"&gt;
  -
  -               &lt;xsl:import href="../xsl/html/docbook.xsl"/&gt;
  -
  -               &lt;xsl:output method="html"/&gt;
  -
  -               &lt;xsl:param name="local.l10n.xml" select="document('')"/&gt;
  -               &lt;l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"&gt;
  -               &lt;l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="en"&gt;
  -               &lt;l:context name="xref"&gt;
  -               &lt;l:template name="chapter" style="title" text="Chapter %n, %t"/&gt;
  -               &lt;l:template name="chapter" text="Chapter %n"/&gt;
  -               &lt;/l:context&gt;
  -               &lt;/l:l10n&gt;
  -               &lt;/l:i18n&gt;
  -
  -               &lt;/xsl:stylesheet&gt;</programlisting>
  -
  -            <para>With this stylesheet, the cross references in the following document:</para>
  -
  -            <programlisting format="linespecific">&lt;?xml version="1.0" encoding="utf-8"?&gt;
  -               &lt;!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  -               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"&gt;
  -               &lt;book id="book"&gt;&lt;title&gt;Book&lt;/title&gt;
  -
  -               &lt;preface&gt;
  -               &lt;title&gt;Preface&lt;/title&gt;
  -
  -               &lt;para&gt;Normal: &lt;xref linkend="ch1"/&gt;.&lt;/para&gt;
  -               &lt;para&gt;Title: &lt;xref xrefstyle="title" linkend="ch1"/&gt;.&lt;/para&gt;
  -
  -               &lt;/preface&gt;
  -
  -               &lt;chapter id="ch1"&gt;
  -               &lt;title&gt;First Chapter&lt;/title&gt;
  -
  -               &lt;para&gt;Irrelevant.&lt;/para&gt;
  -
  -               &lt;/chapter&gt;
  -               &lt;/book&gt;</programlisting>
  -
  -            <para>will appear as:</para>
  -
  -            <informalexample>
  -               <para>Normal: Chapter 1.</para>
  -               <para>Title: Chapter 1,
  -                  <emphasis>First Chapter</emphasis>
  -                  .
  -               </para>
  -            </informalexample>
  -         </refsect1>
  -
  -      </refentry>
  -
  -      <refentry id="menuchoice.separator">
  -         <refmeta>
  -            <refentrytitle>menuchoice.separator</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>menuchoice.separator</refname>
  -            <refpurpose/>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="menuchoice.separator.frag">
  -               &lt;xsl:param name="menuchoice.separator" select="'+'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Separator used to connect items of a
  -               <sgmltag>menuchoice</sgmltag>
  -               other
  -               than
  -               <sgmltag>guimenuitem</sgmltag>
  -               and
  -               <sgmltag>guisubmenu</sgmltag>
  -               . The latter
  -               elements are linked with
  -               <parameter moreinfo="none">menuchoice.menu.separator</parameter>
  -               .
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="menuchoice.menu.separator">
  -         <refmeta>
  -            <refentrytitle>menuchoice.menu.separator</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>menuchoice.menu.separator</refname>
  -            <refpurpose/>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="menuchoice.menu.separator.frag">
  -               &lt;xsl:param name="menuchoice.menu.separator" select="'-&gt;'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Separator used to connect items of a
  -               <sgmltag>menuchoice</sgmltag>
  -               with
  -               <sgmltag>guimenuitem</sgmltag>
  -               or
  -               <sgmltag>guisubmenu</sgmltag>
  -               . Other elements
  -               are linked with
  -               <parameter moreinfo="none">menuchoice.separator</parameter>
  -               .
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="default.float.class">
  -         <refmeta>
  -            <refentrytitle>default.float.class</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>default.float.class</refname>
  -            <refpurpose>Specifies the default float class</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="default.float.class.frag">
  -               &lt;xsl:param name="default.float.class" select="'before'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="footnote.number.format">
  -         <refmeta>
  -            <refentrytitle>footnote.number.format</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>footnote.number.format</refname>
  -            <refpurpose>Identifies the format used for footnote numbers</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="footnote.number.format.frag">
  -               &lt;xsl:param name="footnote.number.format" select="'1'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The
  -               <parameter moreinfo="none">footnote.number.format</parameter>
  -               specifies the format
  -               to use for footnote numeration (1, i, I, a, or A).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="table.footnote.number.format">
  -         <refmeta>
  -            <refentrytitle>table.footnote.number.format</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>table.footnote.number.format</refname>
  -            <refpurpose>Identifies the format used for footnote numbers in tables</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="table.footnote.number.format.frag">
  -               &lt;xsl:param name="table.footnote.number.format" select="'a'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The
  -               <parameter moreinfo="none">table.footnote.number.format</parameter>
  -               specifies the format
  -               to use for footnote numeration (1, i, I, a, or A) in tables.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="footnote.number.symbols">
  -         <refmeta>
  -            <refentrytitle>footnote.number.symbols</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>footnote.number.symbols</refname>
  -            <refpurpose/>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="footnote.number.symbols.frag">
  -               &lt;xsl:param name="footnote.number.symbols" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If
  -               <parameter moreinfo="none">footnote.number.symbols</parameter>
  -               is not the empty string,
  -               footnotes will use the characters it contains as footnote symbols. For example,
  -               <quote>*&amp;#x2020;&amp;#x2021;&amp;#x25CA;&amp;#x2720;</quote>
  -               will identify
  -               footnotes with
  -               <quote>*</quote>
  -               ,
  -               <quote>†</quote>
  -               ,
  -               <quote>‡</quote>
  -               ,
  -               <quote>â—Š</quote>
  -               , and
  -               <quote>✠</quote>
  -               . If there are more footnotes
  -               than symbols, the stylesheets will fall back to numbered footnotes using
  -               <parameter moreinfo="none">footnote.number.format</parameter>
  -               .
  -            </para>
  -
  -            <para>The use of symbols for footnotes depends on the ability of your
  -               processor (or browser) to render the symbols you select. Not all systems are
  -               capable of displaying the full range of Unicode characters. If the quoted characters
  -               in the preceding paragraph are not displayed properly, that's a good indicator
  -               that you may have trouble using those symbols for footnotes.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="table.footnote.number.symbols">
  -         <refmeta>
  -            <refentrytitle>table.footnote.number.symbols</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>table.footnote.number.symbols</refname>
  -            <refpurpose/>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="table.footnote.number.symbols.frag">
  -               &lt;xsl:param name="table.footnote.number.symbols" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If
  -               <parameter moreinfo="none">table.footnote.number.symbols</parameter>
  -               is not the empty string,
  -               table footnotes will use the characters it contains as footnote symbols. For example,
  -               <quote>*&amp;#x2020;&amp;#x2021;&amp;#x25CA;&amp;#x2720;</quote>
  -               will identify
  -               footnotes with
  -               <quote>*</quote>
  -               ,
  -               <quote>†</quote>
  -               ,
  -               <quote>‡</quote>
  -               ,
  -               <quote>â—Š</quote>
  -               , and
  -               <quote>✠</quote>
  -               . If there are more footnotes
  -               than symbols, the stylesheets will fall back to numbered footnotes using
  -               <parameter moreinfo="none">table.footnote.number.format</parameter>
  -               .
  -            </para>
  -
  -            <para>The use of symbols for footnotes depends on the ability of your
  -               processor (or browser) to render the symbols you select. Not all systems are
  -               capable of displaying the full range of Unicode characters. If the quoted characters
  -               in the preceding paragraph are not displayed properly, that's a good indicator
  -               that you may have trouble using those symbols for footnotes.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="xref.with.number.and.title">
  -         <refmeta>
  -            <refentrytitle>xref.with.number.and.title</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>xref.with.number.and.title</refname>
  -            <refpurpose>Use number and title in cross references</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="xref.with.number.and.title.frag">
  -               &lt;xsl:param name="xref.with.number.and.title" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>FIXME:</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="xref.label-page.separator">
  -         <refmeta>
  -            <refentrytitle>xref.label-page.separator</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>xref.label-page.separator</refname>
  -            <refpurpose>Punctuation or space separating label from page number in xref</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="xref.label-page.separator.frag">&lt;xsl:param name="xref.label-page.separator"&gt;&lt;xsl:text&gt;
  -               &lt;/xsl:text&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>
  -               This parameter allows you to control the punctuation of certain
  -               types of generated cross reference text.
  -               When cross reference text is generated for an
  -               <sgmltag class="element">xref</sgmltag>
  -               or
  -               <sgmltag class="element">olink</sgmltag>
  -               element
  -               using an
  -               <sgmltag class="attribute">xrefstyle</sgmltag>
  -               attribute
  -               that makes use of the
  -               <literal moreinfo="none">select:</literal>
  -               feature,
  -               and the selected components include both label and page
  -               but no title,
  -               then the value of this parameter is inserted between
  -               label and page number in the output.
  -               If a title is included, then other separators are used.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="xref.label-title.separator">
  -         <refmeta>
  -            <refentrytitle>xref.label-title.separator</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>xref.label-title.separator</refname>
  -            <refpurpose>Punctuation or space separating label from title in xref</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="xref.label-title.separator.frag">&lt;xsl:param name="xref.label-title.separator"&gt;:
  -               &lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>
  -               This parameter allows you to control the punctuation of certain
  -               types of generated cross reference text.
  -               When cross reference text is generated for an
  -               <sgmltag class="element">xref</sgmltag>
  -               or
  -               <sgmltag class="element">olink</sgmltag>
  -               element
  -               using an
  -               <sgmltag class="attribute">xrefstyle</sgmltag>
  -               attribute
  -               that makes use of the
  -               <literal moreinfo="none">select:</literal>
  -               feature,
  -               and the selected components include both label and title,
  -               then the value of this parameter is inserted between
  -               label and title in the output.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="xref.title-page.separator">
  -         <refmeta>
  -            <refentrytitle>xref.title-page.separator</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>xref.title-page.separator</refname>
  -            <refpurpose>Punctuation or space separating title from page number in xref</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="xref.title-page.separator.frag">&lt;xsl:param name="xref.title-page.separator"&gt;&lt;xsl:text&gt;
  -               &lt;/xsl:text&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>
  -               This parameter allows you to control the punctuation of certain
  -               types of generated cross reference text.
  -               When cross reference text is generated for an
  -               <sgmltag class="element">xref</sgmltag>
  -               or
  -               <sgmltag class="element">olink</sgmltag>
  -               element
  -               using an
  -               <sgmltag class="attribute">xrefstyle</sgmltag>
  -               attribute
  -               that makes use of the
  -               <literal moreinfo="none">select:</literal>
  -               feature,
  -               and the selected components include both title and page number,
  -               then the value of this parameter is inserted between
  -               title and page number in the output.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="insert.xref.page.number">
  -         <refmeta>
  -            <refentrytitle>insert.xref.page.number</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>insert.xref.page.number</refname>
  -            <refpurpose>Turns page numbers in xrefs on and off</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="insert.xref.page.number.frag">
  -               &lt;xsl:param name="insert.xref.page.number"&gt;no&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The value of this parameter determines if
  -               cross references (
  -               <sgmltag>xref</sgmltag>
  -               s) in
  -               printed output will
  -               include page number citations.
  -               It has three possible values.
  -            </para>
  -            <variablelist>
  -               <section>
  -                  <term>no</term>
  -                  <listitem>
  -                     <para>No page number references will be generated.
  -                     </para>
  -                  </listitem>
  -               </section>
  -               <section>
  -                  <term>yes</term>
  -                  <listitem>
  -                     <para>Page number references will be generated
  -                        for all
  -                        <sgmltag>xref</sgmltag>
  -                        elements.
  -                        The style of page reference may be changed
  -                        if an
  -                        <sgmltag class="attribute">xrefstyle</sgmltag>
  -                        attribute is used.
  -                     </para>
  -                  </listitem>
  -               </section>
  -               <section>
  -                  <term>maybe</term>
  -                  <listitem>
  -                     <para>Page number references will not be generated
  -                        for an
  -                        <sgmltag>xref</sgmltag>
  -                        element unless
  -                        it has an
  -                        <sgmltag class="attribute">xrefstyle</sgmltag>
  -                        attribute whose value specifies a page reference.
  -                     </para>
  -                  </listitem>
  -               </section>
  -            </variablelist>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>Graphics</title>
  -      <refentry id="graphic.default.extension">
  -         <refmeta>
  -            <refentrytitle>graphic.default.extension</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>graphic.default.extension</refname>
  -            <refpurpose>Default extension for graphic filenames</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="graphic.default.extension.frag">&lt;xsl:param name="graphic.default.extension"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If a
  -               <sgmltag>graphic</sgmltag>
  -               or
  -               <sgmltag>mediaobject</sgmltag>
  -               includes a reference to a filename that does not include an extension,
  -               and the
  -               <sgmltag class="attribute">format</sgmltag>
  -               attribute is
  -               <emphasis>unspecified</emphasis>
  -               , the default extension will be used.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="default.image.width">
  -         <refmeta>
  -            <refentrytitle>default.image.width</refentrytitle>
  -            <refmiscinfo role="type">length</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>default.image.width</refname>
  -            <refpurpose>The default width of images</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="default.image.width.frag">
  -               &lt;xsl:param name="default.image.width" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If specified, this value will be used for the
  -               <sgmltag class="attribute">width</sgmltag>
  -               attribute on
  -               images that do not specify any
  -               <ulink url="http://docbook.org/tdg/en/html/imagedata.html#viewport.area">viewport
  -                  dimensions</ulink>
  -               .
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="nominal.image.width">
  -         <refmeta>
  -            <refentrytitle>nominal.image.width</refentrytitle>
  -            <refmiscinfo role="type">length</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>nominal.image.width</refname>
  -            <refpurpose>The nominal image width</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="nominal.image.width.frag">
  -               &lt;xsl:param name="nominal.image.width" select="6 * $pixels.per.inch"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Graphic widths expressed as a percentage are problematic. In the
  -               following discussion, we speak of width and contentwidth, but
  -               the same issues apply to depth and contentdepth.</para>
  -
  -            <para>A width of 50% means "half of the available space for the image."
  -               That's fine. But note that in HTML, this is a dynamic property and
  -               the image size will vary if the browser window is resized.</para>
  -
  -            <para>A contentwidth of 50% means "half of the actual image width".
  -               But what does that mean if the stylesheets cannot assess the image's
  -               actual size? Treating this as a width of 50% is one possibility, but
  -               it produces behavior (dynamic scaling) that seems entirely out of
  -               character with the meaning.</para>
  -
  -            <para>Instead, the stylesheets define a
  -               <parameter moreinfo="none">nominal.image.width</parameter>
  -               and convert percentages to
  -               actual values based on that nominal size.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="nominal.image.depth">
  -         <refmeta>
  -            <refentrytitle>nominal.image.depth</refentrytitle>
  -            <refmiscinfo role="type">length</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>nominal.image.depth</refname>
  -            <refpurpose>Nominal image depth</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="nominal.image.depth.frag">
  -               &lt;xsl:param name="nominal.image.depth" select="4 * $pixels.per.inch"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>See
  -               <parameter moreinfo="none">nominal.image.width</parameter>
  -               .
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="use.embed.for.svg">
  -         <refmeta>
  -            <refentrytitle>use.embed.for.svg</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>use.embed.for.svg</refname>
  -            <refpurpose>Use HTML
  -               <sgmltag>embed</sgmltag>
  -               for SVG?
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="use.embed.for.svg.frag">
  -               &lt;xsl:param name="use.embed.for.svg" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, an
  -               <sgmltag>embed</sgmltag>
  -               element will be created for
  -               SVG figures. An
  -               <sgmltag>object</sgmltag>
  -               is
  -               <emphasis>always</emphasis>
  -               created,
  -               this parameter merely controls whether or not an additional
  -               <sgmltag>embed</sgmltag>
  -               is generated inside the
  -               <sgmltag>object</sgmltag>
  -               .
  -            </para>
  -
  -            <para>On the plus side, this may be more portable among browsers and plug-ins.
  -               On the minus side, it isn't valid HTML.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="make.graphic.viewport">
  -         <refmeta>
  -            <refentrytitle>make.graphic.viewport</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>make.graphic.viewport</refname>
  -            <refpurpose>Use tables in HTML to make viewports for graphics</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="make.graphic.viewport.frag">
  -               &lt;xsl:param name="make.graphic.viewport" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The HTML
  -               <sgmltag>img</sgmltag>
  -               element only supports the notion
  -               of content-area scaling; it doesn't support the distinction between a
  -               content-area and a viewport-area, so we have to make some compromises.
  -            </para>
  -
  -            <para>If
  -               <parameter moreinfo="none">make.graphic.viewport</parameter>
  -               is non-zero, a table
  -               will be used to frame the image. This creates an effective viewport-area.
  -            </para>
  -
  -            <para>Tables and alignment don't work together, so this parameter is ignored
  -               if alignment is specified on an image.</para>
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="preferred.mediaobject.role">
  -         <refmeta>
  -            <refentrytitle>preferred.mediaobject.role</refentrytitle>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>preferred.mediaobject.role</refname>
  -            <refpurpose>Select which mediaobject to use based on
  -               this value of an object's
  -               <sgmltag class="attribute">role</sgmltag>
  -               attribute.
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="preferred.mediaobject.role.frag">
  -               &lt;xsl:param name="preferred.mediaobject.role"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>A mediaobject may contain several objects such as imageobjects.
  -               If the parameter
  -               <parameter moreinfo="none">use.role.for.mediaobject</parameter>
  -               is non-zero, then the
  -               <sgmltag class="attribute">role</sgmltag>
  -               attribute on
  -               <sgmltag>imageobject</sgmltag>
  -               s and other objects within a
  -               <sgmltag>mediaobject</sgmltag>
  -               container will be used to select which object will be
  -               used. If one of the objects has a role value that matches the
  -               preferred.mediaobject.role parameter, then it has first
  -               priority for selection. If more than one has such a
  -               role value, the first one is used.
  -            </para>
  -            <para>
  -               See the
  -               <parameter moreinfo="none">use.role.for.mediaobject</parameter>
  -               parameter
  -               for the sequence of selection.
  -            </para>
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="use.role.for.mediaobject">
  -         <refmeta>
  -            <refentrytitle>use.role.for.mediaobject</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>use.role.for.mediaobject</refname>
  -            <refpurpose>Use
  -               <sgmltag class="attribute">role</sgmltag>
  -               attribute
  -               value for selecting which of several objects within a mediaobject to use.
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="use.role.for.mediaobject.frag">
  -               &lt;xsl:param name="use.role.for.mediaobject" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, the
  -               <sgmltag class="attribute">role</sgmltag>
  -               attribute on
  -               <sgmltag>imageobject</sgmltag>
  -               s or other objects within a
  -               <sgmltag>mediaobject</sgmltag>
  -               container will be used to select which object will be
  -               used.
  -            </para>
  -            <para>
  -               The order of selection when then parameter is non-zero is:
  -            </para>
  -            <orderedlist inheritnum="ignore" continuation="restarts">
  -               <listitem>
  -                  <para>If the stylesheet parameter
  -                     <parameter moreinfo="none">preferred.mediaobject.role</parameter>
  -                     has a value, then the object whose role equals that value is selected.
  -                  </para>
  -               </listitem>
  -               <listitem>
  -                  <para>Else if an object's role attribute has a value of
  -                     <literal moreinfo="none">html</literal>
  -                     for HTML processing or
  -                     <literal moreinfo="none">fo</literal>
  -                     for FO output, then the first
  -                     of such objects is selected.
  -                  </para>
  -               </listitem>
  -               <listitem>
  -                  <para>Else the first suitable object is selected.</para>
  -               </listitem>
  -            </orderedlist>
  -            <para>
  -               If the value of
  -               <parameter moreinfo="none">use.role.for.mediaobject</parameter>
  -               is zero, then role attributes are not considered
  -               and the first suitable object
  -               with or without a role value is used.
  -            </para>
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="ignore.image.scaling">
  -         <refmeta>
  -            <refentrytitle>ignore.image.scaling</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>ignore.image.scaling</refname>
  -            <refpurpose>Tell the stylesheets to ignore the author's image scaling attributes</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="ignore.image.scaling.frag">
  -               &lt;xsl:param name="ignore.image.scaling" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, the scaling attributes on graphics and media objects are
  -               ignored.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>Chunking</title>
  -      <refentry id="chunker.output.cdata-section-elements">
  -         <refmeta>
  -            <refentrytitle>chunker.output.cdata-section-elements</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>chunker.output.cdata-section-elements</refname>
  -            <refpurpose>List of elements to escape with CDATA sections</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>&lt;xsl:param name="chunker.output.cdata-section-elements" select="''"/&gt;
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parameter specifies the list of elements that should be escaped
  -               as CDATA sections by the chunking stylesheet. Not all processors support
  -               specification of this parameter.
  -            </para>
  -
  -            <note>
  -               <para>This parameter is documented here, but the declaration is actually
  -                  in the
  -                  <filename moreinfo="none">chunker.xsl</filename>
  -                  stylesheet module.
  -               </para>
  -            </note>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="chunker.output.doctype-public">
  -         <refmeta>
  -            <refentrytitle>chunker.output.doctype-public</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>chunker.output.doctype-public</refname>
  -            <refpurpose>Public identifer to use in the document type of generated pages</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>&lt;xsl:param name="chunker.output.doctype-public" select="''"/&gt;
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parameter specifies the public identifier that should be used by
  -               the chunking stylesheet in the document type declaration of chunked pages.
  -               Not all processors support specification of
  -               this parameter.
  -            </para>
  -
  -            <note>
  -               <para>This parameter is documented here, but the declaration is actually
  -                  in the
  -                  <filename moreinfo="none">chunker.xsl</filename>
  -                  stylesheet module.
  -               </para>
  -            </note>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="chunker.output.doctype-system">
  -         <refmeta>
  -            <refentrytitle>chunker.output.doctype-system</refentrytitle>
  -            <refmiscinfo role="type">uri</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>chunker.output.doctype-system</refname>
  -            <refpurpose>System identifier to use for the document type in generated pages</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>&lt;xsl:param name="chunker.output.doctype-system" select="''"/&gt;
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parameter specifies the system identifier that should be used by
  -               the chunking stylesheet in the document type declaration of chunked pages.
  -               Not all processors support specification of
  -               this parameter.
  -            </para>
  -
  -            <note>
  -               <para>This parameter is documented here, but the declaration is actually
  -                  in the
  -                  <filename moreinfo="none">chunker.xsl</filename>
  -                  stylesheet module.
  -               </para>
  -            </note>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="chunker.output.encoding">
  -         <refmeta>
  -            <refentrytitle>chunker.output.encoding</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>chunker.output.encoding</refname>
  -            <refpurpose>Encoding used in generated pages</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>&lt;xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/&gt;
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parameter specifies the encoding to be used in files
  -               generated by the chunking stylesheet. Not all processors support
  -               specification of this parameter.
  -            </para>
  -
  -            <para>This parameter used to be named
  -               <literal moreinfo="none">default.encoding</literal>
  -               .
  -            </para>
  -
  -            <note>
  -               <para>This parameter is documented here, but the declaration is actually
  -                  in the
  -                  <filename moreinfo="none">chunker.xsl</filename>
  -                  stylesheet module.
  -               </para>
  -            </note>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="chunker.output.indent">
  -         <refmeta>
  -            <refentrytitle>chunker.output.indent</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>chunker.output.indent</refname>
  -            <refpurpose>Specification of indentation on generated pages</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>&lt;xsl:param name="chunker.output.indent" select="'no'"/&gt;
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parameter specifies the value of the indent
  -               specification for generated pages. Not all processors support
  -               specification of this parameter.
  -            </para>
  -
  -            <note>
  -               <para>This parameter is documented here, but the declaration is actually
  -                  in the
  -                  <filename moreinfo="none">chunker.xsl</filename>
  -                  stylesheet module.
  -               </para>
  -            </note>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="chunker.output.media-type">
  -         <refmeta>
  -            <refentrytitle>chunker.output.media-type</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>chunker.output.media-type</refname>
  -            <refpurpose>Media type to use in generated pages</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>&lt;xsl:param name="chunker.output.media-type" select="''"/&gt;
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parameter specifies the media type that should be used by
  -               the chunking stylesheet. Not all processors support specification of
  -               this parameter.
  -            </para>
  -
  -            <note>
  -               <para>This parameter is documented here, but the declaration is actually
  -                  in the
  -                  <filename moreinfo="none">chunker.xsl</filename>
  -                  stylesheet module.
  -               </para>
  -            </note>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="chunker.output.method">
  -         <refmeta>
  -            <refentrytitle>chunker.output.method</refentrytitle>
  -            <refmiscinfo role="type">list</refmiscinfo>
  -            <refmiscinfo role="value">html</refmiscinfo>
  -            <refmiscinfo role="value">xml</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>chunker.output.method</refname>
  -            <refpurpose>Method used in generated pages</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>&lt;xsl:param name="chunker.output.method" select="'html'"/&gt;
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parameter specifies the output method to be used in files
  -               generated by the chunking stylesheet.
  -            </para>
  -
  -            <para>This parameter used to be named
  -               <literal moreinfo="none">output.method</literal>
  -               .
  -            </para>
  -
  -            <note>
  -               <para>This parameter is documented here, but the declaration is actually
  -                  in the
  -                  <filename moreinfo="none">chunker.xsl</filename>
  -                  stylesheet module.
  -               </para>
  -            </note>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="chunker.output.omit-xml-declaration">
  -         <refmeta>
  -            <refentrytitle>chunker.output.omit-xml-declaration</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>chunker.output.omit-xml-declaration</refname>
  -            <refpurpose>Omit-xml-declaration for generated pages</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>&lt;xsl:param name="chunker.output.omit-xml-declaration" select="'no'"/&gt;
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parameter specifies the value of the omit-xml-declaration
  -               specification for generated pages. Not all processors support
  -               specification of this parameter.
  -            </para>
  -
  -            <note>
  -               <para>This parameter is documented here, but the declaration is actually
  -                  in the
  -                  <filename moreinfo="none">chunker.xsl</filename>
  -                  stylesheet module.
  -               </para>
  -            </note>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="chunker.output.standalone">
  -         <refmeta>
  -            <refentrytitle>chunker.output.standalone</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>chunker.output.standalone</refname>
  -            <refpurpose>Standalone declaration for generated pages</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>&lt;xsl:param name="chunker.output.standalone" select="'no'"/&gt;
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parameter specifies the value of the standalone
  -               specification for generated pages. Not all processors support
  -               specification of this parameter.
  -            </para>
  -
  -            <note>
  -               <para>This parameter is documented here, but the declaration is actually
  -                  in the
  -                  <filename moreinfo="none">chunker.xsl</filename>
  -                  stylesheet module.
  -               </para>
  -            </note>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="saxon.character.representation">
  -         <refmeta>
  -            <refentrytitle>saxon.character.representation</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>saxon.character.representation</refname>
  -            <refpurpose>Saxon character representation used in generated HTML pages</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>&lt;xsl:param name="saxon.character.representation" select="'entity;decimal'"/&gt;
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This character representation is used in files generated by chunking stylesheet. If
  -               you want to suppress entity references for characters with direct representation
  -               in default.encoding, set this parameter to value
  -               <literal moreinfo="none">native</literal>
  -               .
  -            </para>
  -
  -            <note>
  -               <para>This parameter is documented here, but the declaration is actually
  -                  in the
  -                  <filename moreinfo="none">chunker.xsl</filename>
  -                  stylesheet module.
  -               </para>
  -            </note>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="html.ext">
  -         <refmeta>
  -            <refentrytitle>html.ext</refentrytitle>
  -
  -         </refmeta>
  -         <refnamediv>
  -            <refname>html.ext</refname>
  -            <refpurpose>Identifies the extension of generated HTML files</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="html.ext.frag">
  -               &lt;xsl:param name="html.ext" select="'.html'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The extension identified by
  -               <parameter moreinfo="none">html.ext</parameter>
  -               will
  -               be used as the filename extension for chunks created by this stylesheet.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="html.extra.head.links">
  -         <refmeta>
  -            <refentrytitle>html.extra.head.links</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>html.extra.head.links</refname>
  -            <refpurpose>Toggle extra HTML head link information</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="html.extra.head.links.frag">
  -               &lt;xsl:param name="html.extra.head.links" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, extra
  -               <sgmltag>link</sgmltag>
  -               elements will be
  -               generated in the
  -               <sgmltag>head</sgmltag>
  -               of chunked HTML files. These
  -               extra links point to chapters, appendixes, sections, etc. as supported
  -               by the
  -               <quote>Site Navigation Bar</quote>
  -               in Mozilla 1.0 (as of CR1, at least).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="root.filename">
  -         <refmeta>
  -            <refentrytitle>root.filename</refentrytitle>
  -
  -         </refmeta>
  -         <refnamediv>
  -            <refname>root.filename</refname>
  -            <refpurpose>Identifies the name of the root HTML file when chunking</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="root.filename.frag">&lt;xsl:param name="root.filename" select="'index'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The
  -               <parameter moreinfo="none">root.filename</parameter>
  -               is the base filename for
  -               the chunk created for the root of each document processed.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="base.dir">
  -         <refmeta>
  -            <refentrytitle>base.dir</refentrytitle>
  -
  -         </refmeta>
  -         <refnamediv>
  -            <refname>base.dir</refname>
  -            <refpurpose>The base directory of chunks</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="base.dir.frag">&lt;xsl:param name="base.dir"
  -               select="''"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If specified, the
  -               <literal moreinfo="none">base.dir</literal>
  -               identifies
  -               the output directory for chunks. (If not specified, the output directory
  -               is system dependent.)
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="generate.manifest">
  -         <refmeta>
  -            <refentrytitle>generate.manifest</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>generate.manifest</refname>
  -            <refpurpose>Generate a manifest file?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="generate.manifest.frag">&lt;xsl:param name="generate.manifest" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, a list of HTML files generated by the
  -               stylesheet transformation is written to the file named by
  -               the
  -               <parameter moreinfo="none">manifest</parameter>
  -               parameter.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="manifest">
  -         <refmeta>
  -            <refentrytitle>manifest</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>manifest</refname>
  -            <refpurpose>Name of manifest file</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="manifest.frag">&lt;xsl:param name="manifest" select="'HTML.manifest'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The name of the file to which a manifest is written (if the
  -               value of the
  -               <parameter moreinfo="none">generate.manifest</parameter>
  -               parameter
  -               is non-zero).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="manifest.in.base.dir">
  -         <refmeta>
  -            <refentrytitle>manifest.in.base.dir</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>manifest.in.base.dir</refname>
  -            <refpurpose>Should be manifest file written in $base.dir?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="manifest.in.base.dir.frag">
  -               &lt;xsl:param name="manifest.in.base.dir" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero manifest file and project files for HTML Help and
  -               Eclipse Help are written into
  -               <parameter moreinfo="none">base.dir</parameter>
  -               instead
  -               of current directory.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="chunk.toc">
  -         <refmeta>
  -            <refentrytitle>chunk.toc</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>chunk.toc</refname>
  -            <refpurpose>An explicit TOC to be used for chunking</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="chunk.toc.frag">
  -               &lt;xsl:param name="chunk.toc" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The
  -               <parameter moreinfo="none">chunk.toc</parameter>
  -               identifies an explicit TOC that
  -               will be used for chunking. This parameter is only used by the
  -               <filename moreinfo="none">chunktoc.xsl</filename>
  -               stylesheet (and customization layers built
  -               from it).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="chunk.tocs.and.lots">
  -         <refmeta>
  -            <refentrytitle>chunk.tocs.and.lots</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>chunk.tocs.and.lots</refname>
  -            <refpurpose>Should ToC and LoTs be in separate chunks?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="chunk.tocs.and.lots.frag">
  -               &lt;xsl:param name="chunk.tocs.and.lots" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, ToC and LoT (List of Examples, List of Figures, etc.)
  -               will be put in a separate chunk. At the moment, this chunk is not in the
  -               normal forward/backward navigation list. Instead, a new link is added to the
  -               navigation footer.</para>
  -
  -            <para>This feature is still somewhat experimental. Feedback welcome.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="chunk.section.depth">
  -         <refmeta>
  -            <refentrytitle>chunk.section.depth</refentrytitle>
  -            <refmiscinfo role="type">integer</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>chunk.section.depth</refname>
  -            <refpurpose>Depth to which sections should be chunked</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="chunk.section.depth.frag">
  -               &lt;xsl:param name="chunk.section.depth" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parameter sets the depth of section chunking.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="chunk.first.sections">
  -         <refmeta>
  -            <refentrytitle>chunk.first.sections</refentrytitle>
  -
  -         </refmeta>
  -         <refnamediv>
  -            <refname>chunk.first.sections</refname>
  -            <refpurpose>Chunk the first top-level section?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="chunk.first.sections.frag">
  -               &lt;xsl:param name="chunk.first.sections" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, a chunk will be created for the first top-level
  -               <sgmltag>sect1</sgmltag>
  -               or
  -               <sgmltag>section</sgmltag>
  -               elements in
  -               each component. Otherwise, that section will be part of the chunk for
  -               its parent.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="chunk.quietly">
  -         <refmeta>
  -            <refentrytitle>chunk.quietly</refentrytitle>
  -
  -         </refmeta>
  -         <refnamediv>
  -            <refname>chunk.quietly</refname>
  -            <refpurpose>Omit the chunked filename messages.</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="chunk.quietly.frag">
  -               &lt;xsl:param name="chunk.quietly" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If zero (the default), the XSL processor emits a message naming
  -               each separate chunk filename as it is being output.
  -               If nonzero, then the messages are suppressed.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="navig.graphics">
  -         <refmeta>
  -            <refentrytitle>navig.graphics</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>navig.graphics</refname>
  -            <refpurpose>Use graphics in navigational headers and footers?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="navig.graphics.frag">&lt;xsl:param name="navig.graphics" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero), the navigational headers and footers in chunked
  -               HTML are presented in an alternate style that uses
  -               graphical icons for Next, Previous, Up, and Home.
  -               Default graphics are provided in the distribution.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="navig.graphics.extension">
  -         <refmeta>
  -            <refentrytitle>navig.graphics.extension</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>navig.graphics.extension</refname>
  -            <refpurpose>Extension for navigational graphics</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="navig.graphics.extension.frag">&lt;xsl:param name="navig.graphics.extension"
  -               select="'.gif'"&gt;&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Sets the filename extension to use on navigational graphics used
  -               in the headers and footers of chunked HTML.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="navig.graphics.path">
  -         <refmeta>
  -            <refentrytitle>navig.graphics.path</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>navig.graphics.path</refname>
  -            <refpurpose>Path to navigational graphics</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="navig.graphics.path.frag">&lt;xsl:param name="navig.graphics.path"&gt;images/&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Sets the path, probably relative to the directory where the HTML
  -               files are created, to the navigational graphics used in the
  -               headers and footers of chunked HTML.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="navig.showtitles">
  -         <refmeta>
  -            <refentrytitle>navig.showtitles</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>navig.showtitles</refname>
  -            <refpurpose>Display titles in HTML headers and footers?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="navig.showtitles.frag">&lt;xsl:param
  -               name="navig.showtitles"&gt;1&lt;/xsl:param&gt;</programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If true (non-zero),
  -               the headers and footers of chunked HTML
  -               display the titles of the next and previous chunks,
  -               along with the words 'Next' and 'Previous' (or the
  -               equivalent graphical icons if navig.graphics is true).
  -               If false (zero), then only the words 'Next' and 'Previous'
  -               (or the icons) are displayed.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>Profiling</title>
  -      <partintro>
  -         <para>Following parameters can be used for attribute value based
  -            profiling of your document. For more info about profiling look at
  -            <ulink url="http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html">
  -               http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html</ulink>
  -            .
  -         </para>
  -      </partintro>
  -      <refentry id="profile.arch">
  -         <refmeta>
  -            <refentrytitle>profile.arch</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>profile.arch</refname>
  -            <refpurpose>Target profile for
  -               <sgmltag class="attribute">arch</sgmltag>
  -               attribute
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="profile.arch.frag">
  -               &lt;xsl:param name="profile.arch" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Value of this parameter specifies profiles which should be
  -               included in the output. You can specify multiple profiles by
  -               separating them by semicolon. You can change separator character by
  -               <link linkend="profile.separator">
  -                  <parameter moreinfo="none">profile.separator</parameter>
  -               </link>
  -               parameter.
  -            </para>
  -
  -            <para>This parameter has effect only when you are using profiling
  -               stylesheets (
  -               <filename moreinfo="none">profile-docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">profile-chunk.xsl</filename>
  -               , …) instead of normal
  -               ones (
  -               <filename moreinfo="none">docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">chunk.xsl</filename>
  -               , …).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="profile.condition">
  -         <refmeta>
  -            <refentrytitle>profile.condition</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>profile.condition</refname>
  -            <refpurpose>Target profile for
  -               <sgmltag class="attribute">condition</sgmltag>
  -               attribute
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="profile.condition.frag">
  -               &lt;xsl:param name="profile.condition" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Value of this parameter specifies profiles which should be
  -               included in the output. You can specify multiple profiles by
  -               separating them by semicolon. You can change separator character by
  -               <link linkend="profile.separator">
  -                  <parameter moreinfo="none">profile.separator</parameter>
  -               </link>
  -               parameter.
  -            </para>
  -
  -            <para>This parameter has effect only when you are using profiling
  -               stylesheets (
  -               <filename moreinfo="none">profile-docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">profile-chunk.xsl</filename>
  -               , …) instead of normal
  -               ones (
  -               <filename moreinfo="none">docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">chunk.xsl</filename>
  -               , …).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="profile.conformance">
  -         <refmeta>
  -            <refentrytitle>profile.conformance</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>profile.conformance</refname>
  -            <refpurpose>Target profile for
  -               <sgmltag class="attribute">conformance</sgmltag>
  -               attribute
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="profile.conformance.frag">
  -               &lt;xsl:param name="profile.conformance" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Value of this parameter specifies profiles which should be
  -               included in the output. You can specify multiple profiles by
  -               separating them by semicolon. You can change separator character by
  -               <link linkend="profile.separator">
  -                  <parameter moreinfo="none">profile.separator</parameter>
  -               </link>
  -               parameter.
  -            </para>
  -
  -            <para>This parameter has effect only when you are using profiling
  -               stylesheets (
  -               <filename moreinfo="none">profile-docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">profile-chunk.xsl</filename>
  -               , …) instead of normal
  -               ones (
  -               <filename moreinfo="none">docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">chunk.xsl</filename>
  -               , …).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="profile.lang">
  -         <refmeta>
  -            <refentrytitle>profile.lang</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>profile.lang</refname>
  -            <refpurpose>Target profile for
  -               <sgmltag class="attribute">lang</sgmltag>
  -               attribute
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="profile.lang.frag">
  -               &lt;xsl:param name="profile.lang" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Value of this parameter specifies profiles which should be
  -               included in the output. You can specify multiple profiles by
  -               separating them by semicolon. You can change separator character by
  -               <link linkend="profile.separator">
  -                  <parameter moreinfo="none">profile.separator</parameter>
  -               </link>
  -               parameter.
  -            </para>
  -
  -            <para>This parameter has effect only when you are using profiling
  -               stylesheets (
  -               <filename moreinfo="none">profile-docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">profile-chunk.xsl</filename>
  -               , …) instead of normal
  -               ones (
  -               <filename moreinfo="none">docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">chunk.xsl</filename>
  -               , …).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="profile.os">
  -         <refmeta>
  -            <refentrytitle>profile.os</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>profile.os</refname>
  -            <refpurpose>Target profile for
  -               <sgmltag class="attribute">os</sgmltag>
  -               attribute
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="profile.os.frag">
  -               &lt;xsl:param name="profile.os" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Value of this parameter specifies profiles which should be
  -               included in the output. You can specify multiple profiles by
  -               separating them by semicolon. You can change separator character by
  -               <link linkend="profile.separator">
  -                  <parameter moreinfo="none">profile.separator</parameter>
  -               </link>
  -               parameter.
  -            </para>
  -
  -            <para>This parameter has effect only when you are using profiling
  -               stylesheets (
  -               <filename moreinfo="none">profile-docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">profile-chunk.xsl</filename>
  -               , …) instead of normal
  -               ones (
  -               <filename moreinfo="none">docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">chunk.xsl</filename>
  -               , …).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="profile.revision">
  -         <refmeta>
  -            <refentrytitle>profile.revision</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>profile.revision</refname>
  -            <refpurpose>Target profile for
  -               <sgmltag class="attribute">revision</sgmltag>
  -               attribute
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="profile.revision.frag">
  -               &lt;xsl:param name="profile.revision" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Value of this parameter specifies profiles which should be
  -               included in the output. You can specify multiple profiles by
  -               separating them by semicolon. You can change separator character by
  -               <link linkend="profile.separator">
  -                  <parameter moreinfo="none">profile.separator</parameter>
  -               </link>
  -               parameter.
  -            </para>
  -
  -            <para>This parameter has effect only when you are using profiling
  -               stylesheets (
  -               <filename moreinfo="none">profile-docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">profile-chunk.xsl</filename>
  -               , …) instead of normal
  -               ones (
  -               <filename moreinfo="none">docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">chunk.xsl</filename>
  -               , …).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="profile.revisionflag">
  -         <refmeta>
  -            <refentrytitle>profile.revisionflag</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>profile.revisionflag</refname>
  -            <refpurpose>Target profile for
  -               <sgmltag class="attribute">revisionflag</sgmltag>
  -               attribute
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="profile.revisionflag.frag">
  -               &lt;xsl:param name="profile.revisionflag" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Value of this parameter specifies profiles which should be
  -               included in the output. You can specify multiple profiles by
  -               separating them by semicolon. You can change separator character by
  -               <link linkend="profile.separator">
  -                  <parameter moreinfo="none">profile.separator</parameter>
  -               </link>
  -               parameter.
  -            </para>
  -
  -            <para>This parameter has effect only when you are using profiling
  -               stylesheets (
  -               <filename moreinfo="none">profile-docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">profile-chunk.xsl</filename>
  -               , …) instead of normal
  -               ones (
  -               <filename moreinfo="none">docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">chunk.xsl</filename>
  -               , …).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="profile.role">
  -         <refmeta>
  -            <refentrytitle>profile.role</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>profile.role</refname>
  -            <refpurpose>Target profile for
  -               <sgmltag class="attribute">role</sgmltag>
  -               attribute
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="profile.role.frag">
  -               &lt;xsl:param name="profile.role" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Value of this parameter specifies profiles which should be
  -               included in the output. You can specify multiple profiles by
  -               separating them by semicolon. You can change separator character by
  -               <link linkend="profile.separator">
  -                  <parameter moreinfo="none">profile.separator</parameter>
  -               </link>
  -               parameter.
  -            </para>
  -
  -            <para>This parameter has effect only when you are using profiling
  -               stylesheets (
  -               <filename moreinfo="none">profile-docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">profile-chunk.xsl</filename>
  -               , …) instead of normal
  -               ones (
  -               <filename moreinfo="none">docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">chunk.xsl</filename>
  -               , …).
  -            </para>
  -
  -            <warning>
  -               <para>Note that
  -                  <sgmltag class="attribute">role</sgmltag>
  -                  is often
  -                  used for other purposes than profiling. For example it is commonly
  -                  used to get emphasize in bold font:
  -               </para>
  -
  -               <programlisting format="linespecific">&lt;emphasis role="bold"&gt;very
  -                  important&lt;/emphasis&gt;</programlisting>
  -
  -               <para>If you are using
  -                  <sgmltag class="attribute">role</sgmltag>
  -                  for
  -                  these purposes do not forget to add values like
  -                  <literal moreinfo="none">bold</literal>
  -                  to
  -                  value of this parameter. If you forgot you will get document with
  -                  small pieces missing which are very hard to track.
  -               </para>
  -
  -               <para>For this reason it is not recommended to use
  -                  <sgmltag class="attribute">role</sgmltag>
  -                  attribute for profiling. You should
  -                  rather use profiling specific attributes like
  -                  <sgmltag class="attribute">userlevel</sgmltag>
  -                  ,
  -                  <sgmltag class="attribute">os</sgmltag>
  -                  ,
  -                  <sgmltag class="attribute">arch</sgmltag>
  -                  ,
  -                  <sgmltag class="attribute">condition</sgmltag>
  -                  , etc.
  -               </para>
  -            </warning>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="profile.security">
  -         <refmeta>
  -            <refentrytitle>profile.security</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>profile.security</refname>
  -            <refpurpose>Target profile for
  -               <sgmltag class="attribute">security</sgmltag>
  -               attribute
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="profile.security.frag">
  -               &lt;xsl:param name="profile.security" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Value of this parameter specifies profiles which should be
  -               included in the output. You can specify multiple profiles by
  -               separating them by semicolon. You can change separator character by
  -               <link linkend="profile.separator">
  -                  <parameter moreinfo="none">profile.separator</parameter>
  -               </link>
  -               parameter.
  -            </para>
  -
  -            <para>This parameter has effect only when you are using profiling
  -               stylesheets (
  -               <filename moreinfo="none">profile-docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">profile-chunk.xsl</filename>
  -               , …) instead of normal
  -               ones (
  -               <filename moreinfo="none">docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">chunk.xsl</filename>
  -               , …).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="profile.userlevel">
  -         <refmeta>
  -            <refentrytitle>profile.userlevel</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>profile.userlevel</refname>
  -            <refpurpose>Target profile for
  -               <sgmltag class="attribute">userlevel</sgmltag>
  -               attribute
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="profile.userlevel.frag">
  -               &lt;xsl:param name="profile.userlevel" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Value of this parameter specifies profiles which should be
  -               included in the output. You can specify multiple profiles by
  -               separating them by semicolon. You can change separator character by
  -               <link linkend="profile.separator">
  -                  <parameter moreinfo="none">profile.separator</parameter>
  -               </link>
  -               parameter.
  -            </para>
  -
  -            <para>This parameter has effect only when you are using profiling
  -               stylesheets (
  -               <filename moreinfo="none">profile-docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">profile-chunk.xsl</filename>
  -               , …) instead of normal
  -               ones (
  -               <filename moreinfo="none">docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">chunk.xsl</filename>
  -               , …).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="profile.vendor">
  -         <refmeta>
  -            <refentrytitle>profile.vendor</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>profile.vendor</refname>
  -            <refpurpose>Target profile for
  -               <sgmltag class="attribute">vendor</sgmltag>
  -               attribute
  -            </refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="profile.vendor.frag">
  -               &lt;xsl:param name="profile.vendor" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Value of this parameter specifies profiles which should be
  -               included in the output. You can specify multiple profiles by
  -               separating them by semicolon. You can change separator character by
  -               <link linkend="profile.separator">
  -                  <parameter moreinfo="none">profile.separator</parameter>
  -               </link>
  -               parameter.
  -            </para>
  -
  -            <para>This parameter has effect only when you are using profiling
  -               stylesheets (
  -               <filename moreinfo="none">profile-docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">profile-chunk.xsl</filename>
  -               , …) instead of normal
  -               ones (
  -               <filename moreinfo="none">docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">chunk.xsl</filename>
  -               , …).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="profile.attribute">
  -         <refmeta>
  -            <refentrytitle>profile.attribute</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>profile.attribute</refname>
  -            <refpurpose>Name of user-specified profiling attribute</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="profile.attribute.frag">
  -               &lt;xsl:param name="profile.attribute" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parameter is used in conjuction with
  -               <link linkend="profile.value">
  -                  <parameter moreinfo="none">profile.value</parameter>
  -               </link>
  -               .
  -            </para>
  -
  -            <para>This parameter has effect only when you are using profiling
  -               stylesheets (
  -               <filename moreinfo="none">profile-docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">profile-chunk.xsl</filename>
  -               , …) instead of normal
  -               ones (
  -               <filename moreinfo="none">docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">chunk.xsl</filename>
  -               , …).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="profile.value">
  -         <refmeta>
  -            <refentrytitle>profile.value</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>profile.value</refname>
  -            <refpurpose>Target profile for user-specified attribute</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="profile.value.frag">
  -               &lt;xsl:param name="profile.value" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>When you are using this parameter you must also specify name of
  -               profiling attribute with parameter
  -               <link linkend="profile.attribute">
  -                  <parameter moreinfo="none">profile.attribute</parameter>
  -               </link>
  -               .
  -            </para>
  -
  -            <para>Value of this parameter specifies profiles which should be
  -               included in the output. You can specify multiple profiles by
  -               separating them by semicolon. You can change separator character by
  -               <link linkend="profile.separator">
  -                  <parameter moreinfo="none">profile.separator</parameter>
  -               </link>
  -               parameter.
  -            </para>
  -
  -            <para>This parameter has effect only when you are using profiling
  -               stylesheets (
  -               <filename moreinfo="none">profile-docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">profile-chunk.xsl</filename>
  -               , …) instead of normal
  -               ones (
  -               <filename moreinfo="none">docbook.xsl</filename>
  -               ,
  -               <filename moreinfo="none">chunk.xsl</filename>
  -               , …).
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="profile.separator">
  -         <refmeta>
  -            <refentrytitle>profile.separator</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>profile.separator</refname>
  -            <refpurpose>Separator character for compound profile values</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="profile.separator.frag">
  -               &lt;xsl:param name="profile.separator" select="';'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Separator character for compound profile values.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>HTML Help</title>
  -      <refentry id="htmlhelp.encoding">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.encoding</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.encoding</refname>
  -            <refpurpose>Character encoding to use in files for HTML Help compiler.</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.encoding.frag">
  -               &lt;xsl:param name="htmlhelp.encoding" select="'iso-8859-1'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>HTML Help Compiler is not UTF-8 aware, so you should always use
  -               apropriate single-byte encoding here.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.autolabel">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.autolabel</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.autolabel</refname>
  -            <refpurpose>Should tree-like ToC use autonumbering feature?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.autolabel.frag">
  -               &lt;xsl:param name="htmlhelp.autolabel" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want to include chapter and section numbers into ToC in
  -               the left panel, set this parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.chm">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.chm</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.chm</refname>
  -            <refpurpose>Filename of output HTML Help file.</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.chm.frag">
  -               &lt;xsl:param name="htmlhelp.chm" select="'htmlhelp.chm'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Change this parameter if you want different name of result
  -               CHM file than htmlhelp.chm.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.default.topic">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.default.topic</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.default.topic</refname>
  -            <refpurpose>Name of file with default topic</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.default.topic.frag">
  -               &lt;xsl:param name="htmlhelp.default.topic" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Normally first chunk of document is displayed when you open HTML
  -               Help file. If you want to display another topic, simply set its
  -               filename by this parameter.</para>
  -
  -            <para>This is useful especially if you don't generate ToC in front of
  -               your document and you also hide root element in ToC. E.g.:</para>
  -
  -            <programlisting format="linespecific">&lt;xsl:param name="generate.book.toc" select="0"/&gt;
  -               &lt;xsl:param name="htmlhelp.hhc.show.root" select="0"/&gt;
  -               &lt;xsl:param name="htmlhelp.default.topic" select="'pr01.html'"/&gt;</programlisting>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.display.progress">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.display.progress</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.display.progress</refname>
  -            <refpurpose>Display compile progress?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.display.progress.frag">
  -               &lt;xsl:param name="htmlhelp.display.progress" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>You can swith off display of compile progress by setting this
  -               parameter to 0.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.hhp">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.hhp</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.hhp</refname>
  -            <refpurpose>Filename of project file.</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.hhp.frag">
  -               &lt;xsl:param name="htmlhelp.hhp" select="'htmlhelp.hhp'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Change this parameter if you want different name of project
  -               file than htmlhelp.hhp.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.hhc">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.hhc</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.hhc</refname>
  -            <refpurpose>Filename of TOC file.</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.hhc.frag">
  -               &lt;xsl:param name="htmlhelp.hhc" select="'toc.hhc'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Change this parameter if you want different name of TOC file
  -               than toc.hhc.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.hhk">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.hhk</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.hhk</refname>
  -            <refpurpose>Filename of index file.</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.hhk.frag">
  -               &lt;xsl:param name="htmlhelp.hhk" select="'index.hhk'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Change this parameter if you want different name of index file
  -               than index.hhk.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.hhp.tail">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.hhp.tail</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.hhp.tail</refname>
  -            <refpurpose>Additional content for project file.</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.hhp.tail.frag">
  -               &lt;xsl:param name="htmlhelp.hhp.tail"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want to include some additional parameters into project file,
  -               store appropriate part of project file into this parameter.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.hhp.window">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.hhp.window</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.hhp.window</refname>
  -            <refpurpose>Name of default window.</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.hhp.window.frag">
  -               &lt;xsl:param name="htmlhelp.hhp.window" select="'Main'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Name of default window. If empty no [WINDOWS] section will be
  -               added to project file.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.hhp.windows'">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.hhp.windows</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.hhp.windows</refname>
  -            <refpurpose>Definition of additional windows</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.hhp.windows.frag">
  -               &lt;xsl:param name="htmlhelp.hhp.windows"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Content of this parameter is placed at the end of [WINDOWS]
  -               section of project file. You can use it for defining your own
  -               addtional windows.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.enhanced.decompilation">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.enhanced.decompilation</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.enhanced.decompilation</refname>
  -            <refpurpose>Allow enhanced decompilation of CHM?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.enhanced.decompilation.frag">
  -               &lt;xsl:param name="htmlhelp.enhanced.decompilation" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>When set to 1 this parameter enables enhanced decompilation of CHM.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.enumerate.images">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.enumerate.images</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.enumerate.images</refname>
  -            <refpurpose>Should be paths to all used images added to project file?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.enumerate.images.frag">
  -               &lt;xsl:param name="htmlhelp.enumerate.images" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>You should turn on this flag, if you insert images into your documents
  -               as external binary entities or if you are using absolute path in image names.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.force.map.and.alias">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.force.map.and.alias</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.force.map.and.alias</refname>
  -            <refpurpose>Should be [MAP] and [ALIAS] section added to project file unconditionaly?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.force.map.and.alias.frag">
  -               &lt;xsl:param name="htmlhelp.force.map.and.alias" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>You should turn on this flag, if you have your own
  -               <filename moreinfo="none">alias.h</filename>
  -               and
  -               <filename moreinfo="none">contex.h</filename>
  -               files
  -               and you want include reference to them in project file.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.map.file">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.map.file</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.map.file</refname>
  -            <refpurpose>Filename of map file.</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.map.file.frag">
  -               &lt;xsl:param name="htmlhelp.map.file" select="'context.h'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Change this parameter if you want different name of map file
  -               than
  -               <filename moreinfo="none">context.h</filename>
  -               .
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.alias.file">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.alias.file</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.alias.file</refname>
  -            <refpurpose>Filename of map file.</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.alias.file.frag">
  -               &lt;xsl:param name="htmlhelp.alias.file" select="'alias.h'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Change this parameter if you want different name of map file
  -               than
  -               <filename moreinfo="none">alias.h</filename>
  -               .
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.hhc.section.depth">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.hhc.section.depth</refentrytitle>
  -            <refmiscinfo role="type">integer</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.hhc.section.depth</refname>
  -            <refpurpose>Depth of TOC for sections in a left pane.</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.hhc.section.depth.frag">
  -               &lt;xsl:param name="htmlhelp.hhc.section.depth" select="5"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Change this parameter if you want shallower ToC in a left pane
  -               of HTML Help viewer.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.hhc.show.root">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.hhc.show.root</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.hhc.show.root</refname>
  -            <refpurpose>Should be entry for root element shown in ToC?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.hhc.show.root.frag">
  -               &lt;xsl:param name="htmlhelp.hhc.show.root" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If set to 0, there will be no entry for root element in
  -               ToC. This is useful when you want provide user with expanded ToC as
  -               a default.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.hhc.folders.instead.books">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.hhc.folders.instead.books</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.hhc.folders.instead.books</refname>
  -            <refpurpose/>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.hhc.folders.instead.books.frag">
  -               &lt;xsl:param name="htmlhelp.hhc.folders.instead.books" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parameter controls whether there should be folder-like
  -               icons (1) or book-like icons (0) in ToC. If you want to use
  -               folder-like icons you must swith off binary ToC using
  -               <parameter moreinfo="none">htmlhelp.hhc.binary</parameter>
  -               .
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.hhc.binary">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.hhc.binary</refentrytitle>
  -            <refmiscinfo role="type"/>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.hhc.binary</refname>
  -            <refpurpose/>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.hhc.binary.frag">
  -               &lt;xsl:param name="htmlhelp.hhc.binary" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parametr controls whether binary TOC will be generated. You
  -               must create binary TOC if you want to add Prev/Next buttons to toolbar
  -               (which is default behaviour). Files with binary TOC can't be merged.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.hhc.width">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.hhc.width</refentrytitle>
  -            <refmiscinfo role="type">integer</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.hhc.width</refname>
  -            <refpurpose>Width of navigation (ToC) pane</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.hhc.width.frag">
  -               &lt;xsl:param name="htmlhelp.hhc.width"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parameter specifies width of ToC pane in pixels.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.title">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.title</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.title</refname>
  -            <refpurpose>Title of HTML Help</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.title.frag">
  -               &lt;xsl:param name="htmlhelp.title" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Content of this parameter will be used as a title for generated
  -               HTML Help. If empty, title will be automatically taken from document.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.show.menu">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.show.menu</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.show.menu</refname>
  -            <refpurpose>Should be menu shown?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.show.menu.frag">
  -               &lt;xsl:param name="htmlhelp.show.menu" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want application menu in your HTML Help file, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.show.toolbar.text'">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.show.toolbar.text</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.show.toolbar.text</refname>
  -            <refpurpose>Show text under toolbar buttons?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.show.toolbar.text.frag">
  -               &lt;xsl:param name="htmlhelp.show.toolbar.text" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>You can switch off display of texts under toolbar buttons by
  -               setting this parameter to 0.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.show.advanced.search">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.show.advanced.search</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.show.advanced.search</refname>
  -            <refpurpose>Should be advanced search available?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.show.advanced.search.frag">
  -               &lt;xsl:param name="htmlhelp.show.advanced.search" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want advanced search features in your help, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.show.favorities">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.show.favorities</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.show.favorities</refname>
  -            <refpurpose>Should be favorities tab shown?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.show.favorities.frag">
  -               &lt;xsl:param name="htmlhelp.show.favorities" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want favorities tab shown in your help, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.hideshow">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.hideshow</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.hideshow</refname>
  -            <refpurpose>Should be Hide/Show button shown?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.hideshow.frag">
  -               &lt;xsl:param name="htmlhelp.button.hideshow" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want Hide/Show button shown on toolbar, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.back">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.back</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.back</refname>
  -            <refpurpose>Should be Back button shown?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.back.frag">
  -               &lt;xsl:param name="htmlhelp.button.back" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want Back button shown on toolbar, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.forward">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.forward</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.forward</refname>
  -            <refpurpose>Should be Forward button shown?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.forward.frag">
  -               &lt;xsl:param name="htmlhelp.button.forward" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want Forward button shown on toolbar, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.stop">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.stop</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.stop</refname>
  -            <refpurpose>Should be Stop button shown?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.stop.frag">
  -               &lt;xsl:param name="htmlhelp.button.stop" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want Stop button shown on toolbar, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.refresh">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.refresh</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.refresh</refname>
  -            <refpurpose>Should be Refresh button shown?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.refresh.frag">
  -               &lt;xsl:param name="htmlhelp.button.refresh" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want Refresh button shown on toolbar, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.home">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.home</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.home</refname>
  -            <refpurpose>Should be Home button shown?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.home.frag">
  -               &lt;xsl:param name="htmlhelp.button.home" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want Home button shown on toolbar, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.home.url">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.home.url</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.home.url</refname>
  -            <refpurpose>URL address of page accessible by Home button</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.home.url.frag">
  -               &lt;xsl:param name="htmlhelp.button.home.url"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>URL address of page accessible by Home button.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.options">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.options</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.options</refname>
  -            <refpurpose>Should be Options button shown?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.options.frag">
  -               &lt;xsl:param name="htmlhelp.button.options" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want Options button shown on toolbar, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.print">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.print</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.print</refname>
  -            <refpurpose>Should be Print button shown?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.print.frag">
  -               &lt;xsl:param name="htmlhelp.button.print" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want Print button shown on toolbar, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.locate">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.locate</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.locate</refname>
  -            <refpurpose>Should be Locate button shown?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.locate.frag">
  -               &lt;xsl:param name="htmlhelp.button.locate" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want Locate button shown on toolbar, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.jump1">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.jump1</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.jump1</refname>
  -            <refpurpose>Should be Jump1 button shown?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.jump1.frag">
  -               &lt;xsl:param name="htmlhelp.button.jump1" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want Jump1 button shown on toolbar, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.jump1.url">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.jump1.url</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.jump1.url</refname>
  -            <refpurpose>URL address of page accessible by Jump1 button</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.jump1.url.frag">
  -               &lt;xsl:param name="htmlhelp.button.jump1.url"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>URL address of page accessible by Jump1 button.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.jump1.title">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.jump1.title</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.jump1.title</refname>
  -            <refpurpose>Title of Jump1 button</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.jump1.title.frag">
  -               &lt;xsl:param name="htmlhelp.button.jump1.title" select="'User1'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Title of Jump1 button.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.jump2">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.jump2</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.jump2</refname>
  -            <refpurpose>Should be Jump2 button shown?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.jump2.frag">
  -               &lt;xsl:param name="htmlhelp.button.jump2" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want Jump2 button shown on toolbar, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.jump2.url">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.jump2.url</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.jump2.url</refname>
  -            <refpurpose>URL address of page accessible by Jump2 button</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.jump2.url.frag">
  -               &lt;xsl:param name="htmlhelp.button.jump2.url"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>URL address of page accessible by Jump2 button.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.jump2.title">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.jump2.title</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.jump2.title</refname>
  -            <refpurpose>Title of Jump2 button</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.jump2.title.frag">
  -               &lt;xsl:param name="htmlhelp.button.jump2.title" select="'User2'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Title of Jump2 button.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.next">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.next</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.next</refname>
  -            <refpurpose>Should be Next button shown?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.next.frag">
  -               &lt;xsl:param name="htmlhelp.button.next" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want Next button shown on toolbar, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.prev">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.prev</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.prev</refname>
  -            <refpurpose>Should be Prev button shown?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.prev.frag">
  -               &lt;xsl:param name="htmlhelp.button.prev" select="1"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want Prev button shown on toolbar, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.button.zoom">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.button.zoom</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.button.zoom</refname>
  -            <refpurpose>Should be Zoom button shown?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.button.zoom.frag">
  -               &lt;xsl:param name="htmlhelp.button.zoom" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want Zoom button shown on toolbar, turn this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.remember.window.position">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.remember.window.position</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.remember.window.position</refname>
  -            <refpurpose>Remember help window position?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.remember.window.position.frag">
  -               &lt;xsl:param name="htmlhelp.remember.window.position" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>To remember help window position between starts set this
  -               parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.window.geometry">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.window.geometry</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.window.geometry</refname>
  -            <refpurpose>Set initial geometry of help window</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.window.geometry.frag">
  -               &lt;xsl:param name="htmlhelp.window.geometry"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>This parameter specifies initial position of help
  -               window. E.g.</para>
  -
  -            <programlisting format="linespecific">&lt;xsl:param name="htmlhelp.window.geometry"&gt;[160,64,992,704]&lt;/xsl:param&gt;</programlisting>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.use.hhk">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.use.hhk</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.use.hhk</refname>
  -            <refpurpose>Should be index built using HHK file?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.use.hhk.frag">
  -               &lt;xsl:param name="htmlhelp.use.hhk" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, index is created using HHK file. This provides some
  -               new features.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="htmlhelp.only">
  -         <refmeta>
  -            <refentrytitle>htmlhelp.only</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>htmlhelp.only</refname>
  -            <refpurpose>Should be only project files generated?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="htmlhelp.only.frag">
  -               &lt;xsl:param name="htmlhelp.only" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want to play with various HTML Help parameters and you
  -               don't need to regenerate all HTML files, you can set this parameter to
  -               1. This setting will not process whole document, only project files
  -               (hhp, hhc, hhk,...) will be generated.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>Eclipse Help Platform</title>
  -      <refentry id="eclipse.autolabel">
  -         <refmeta>
  -            <refentrytitle>eclipse.autolabel</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>eclipse.autolabel</refname>
  -            <refpurpose>Should tree-like ToC use autonumbering feature?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="eclipse.autolabel.frag">
  -               &lt;xsl:param name="eclipse.autolabel" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If you want to include chapter and section numbers into ToC in
  -               the left panel, set this parameter to 1.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="eclipse.plugin.name">
  -         <refmeta>
  -            <refentrytitle>eclipse.plugin.name</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>eclipse.plugin.name</refname>
  -            <refpurpose>Eclipse Help plugin name</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="eclipse.plugin.name.frag">
  -               &lt;xsl:param name="eclipse.plugin.name"&gt;DocBook Online Help Sample&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Eclipse Help plugin name.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="eclipse.plugin.id">
  -         <refmeta>
  -            <refentrytitle>eclipse.plugin.id</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>eclipse.plugin.id</refname>
  -            <refpurpose>Eclipse Help plugin id</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="eclipse.plugin.id.frag">
  -               &lt;xsl:param name="eclipse.plugin.id"&gt;com.example.help&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Eclipse Help plugin id. You should change this id to something
  -               unique for each help.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="eclipse.plugin.provider">
  -         <refmeta>
  -            <refentrytitle>eclipse.plugin.provider</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>eclipse.plugin.provider</refname>
  -            <refpurpose>Eclipse Help plugin provider name</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="eclipse.plugin.provider.frag">
  -               &lt;xsl:param name="eclipse.plugin.provider"&gt;Example provider&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>Eclipse Help plugin provider name.</para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <reference>
  -      <title>Localization</title>
  -      <refentry id="l10n.gentext.language">
  -         <refmeta>
  -            <refentrytitle>l10n.gentext.language</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>l10n.gentext.language</refname>
  -            <refpurpose>Sets the gentext language</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="l10n.gentext.language.frag">
  -               &lt;xsl:param name="l10n.gentext.language" select="''"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If this parameter is set to any value other than the empty string, its
  -               value will be used as the value for the language when generating text. Setting
  -               <parameter moreinfo="none">l10n.gentext.language</parameter>
  -               overrides any settings within the
  -               document being formatted.
  -            </para>
  -
  -            <para>It's much more likely that you might want to set the
  -               <parameter moreinfo="none">l10n.gentext.default.language</parameter>
  -               parameter.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="l10n.gentext.default.language">
  -         <refmeta>
  -            <refentrytitle>l10n.gentext.default.language</refentrytitle>
  -            <refmiscinfo role="type">string</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>l10n.gentext.default.language</refname>
  -            <refpurpose>Sets the default language for generated text</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="l10n.gentext.default.language.frag">
  -               &lt;xsl:param name="l10n.gentext.default.language" select="'en'"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>The value of the
  -               <parameter moreinfo="none">l10n.gentext.default.language</parameter>
  -               parameter is used as the language for generated text if no setting is provided
  -               in the source document.
  -            </para>
  -
  -         </refsect1>
  -      </refentry>
  -
  -      <refentry id="l10n.gentext.use.xref.language">
  -         <refmeta>
  -            <refentrytitle>l10n.gentext.use.xref.language</refentrytitle>
  -            <refmiscinfo role="type">boolean</refmiscinfo>
  -         </refmeta>
  -         <refnamediv>
  -            <refname>l10n.gentext.use.xref.language</refname>
  -            <refpurpose>Use the language of target when generating cross-reference text?</refpurpose>
  -         </refnamediv>
  -
  -         <refsynopsisdiv>
  -            <programlisting id="l10n.gentext.use.xref.language.frag">
  -               &lt;xsl:param name="l10n.gentext.use.xref.language" select="0"&gt;&lt;/xsl:param&gt;
  -            </programlisting>
  -         </refsynopsisdiv>
  -
  -         <refsect1>
  -            <title>Description</title>
  -
  -            <para>If non-zero, the language of the target will be used when
  -               generating cross reference text. Usually, the
  -               <quote>current</quote>
  -               language is used when generating text (that is, the language of the
  -               element that contains the cross-reference element). But setting this parameter
  -               allows the language of the element
  -               <emphasis>pointed to</emphasis>
  -               to control
  -               the generated text.
  -            </para>
  -
  -            <para>Consider the following example:</para>
  -
  -            <informalexample>
  -               <programlisting format="linespecific">&lt;para lang="en"&gt;See also &lt;xref linkend="chap3"/&gt;.&lt;/para&gt;
  -               </programlisting>
  -            </informalexample>
  -
  -            <para>Suppose that Chapter 3 happens to be written in German.
  -               If
  -               <parameter moreinfo="none">l10n.gentext.use.xref.language</parameter>
  -               is non-zero, the
  -               resulting text will be something like this:
  -            </para>
  -
  -            <blockquote>
  -               <para>See also Kapital 3.</para>
  -            </blockquote>
  -
  -            <para>Where the more traditional rendering would be:</para>
  -
  -            <blockquote>
  -               <para>See also Chapter 3.</para>
  -            </blockquote>
  -
  -         </refsect1>
  -      </refentry>
  -
  -   </reference>
  -
  -   <appendix>
  -      <title>The Stylesheet</title>
  +</refentry>
   
  -      <para>The
  -         <filename moreinfo="none">param.xsl</filename>
  -         stylesheet is just a wrapper
  -         around all these parameters.
  -      </para>
  +<refentry id="manifest.in.base.dir">
  +<refmeta>
  +<refentrytitle>manifest.in.base.dir</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>manifest.in.base.dir</refname>
  +<refpurpose>Should be manifest file written in $base.dir?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="manifest.in.base.dir.frag">
  +&lt;xsl:param name="manifest.in.base.dir" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero manifest file and project files for HTML Help and
  +Eclipse Help are written into <parameter moreinfo="none">base.dir</parameter> instead
  +of current directory.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="chunk.toc">
  +<refmeta>
  +<refentrytitle>chunk.toc</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>chunk.toc</refname>
  +<refpurpose>An explicit TOC to be used for chunking</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="chunk.toc.frag">
  +&lt;xsl:param name="chunk.toc" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The <parameter moreinfo="none">chunk.toc</parameter> identifies an explicit TOC that
  +will be used for chunking. This parameter is only used by the
  +<filename moreinfo="none">chunktoc.xsl</filename> stylesheet (and customization layers built
  +from it).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="chunk.tocs.and.lots">
  +<refmeta>
  +<refentrytitle>chunk.tocs.and.lots</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>chunk.tocs.and.lots</refname>
  +<refpurpose>Should ToC and LoTs be in separate chunks?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="chunk.tocs.and.lots.frag">
  +&lt;xsl:param name="chunk.tocs.and.lots" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, ToC and LoT (List of Examples, List of Figures, etc.)
  +will be put in a separate chunk. At the moment, this chunk is not in the
  +normal forward/backward navigation list. Instead, a new link is added to the
  +navigation footer.</para>
  +
  +<para>This feature is still somewhat experimental. Feedback welcome.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="chunk.section.depth">
  +<refmeta>
  +<refentrytitle>chunk.section.depth</refentrytitle>
  +<refmiscinfo role="type">integer</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>chunk.section.depth</refname>
  +<refpurpose>Depth to which sections should be chunked</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="chunk.section.depth.frag">
  +&lt;xsl:param name="chunk.section.depth" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parameter sets the depth of section chunking.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="chunk.first.sections">
  +<refmeta>
  +<refentrytitle>chunk.first.sections</refentrytitle>
  +
  +</refmeta>
  +<refnamediv>
  +<refname>chunk.first.sections</refname>
  +<refpurpose>Chunk the first top-level section?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="chunk.first.sections.frag">
  +&lt;xsl:param name="chunk.first.sections" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, a chunk will be created for the first top-level
  +<sgmltag>sect1</sgmltag> or <sgmltag>section</sgmltag> elements in
  +each component. Otherwise, that section will be part of the chunk for
  +its parent.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="chunk.quietly">
  +<refmeta>
  +<refentrytitle>chunk.quietly</refentrytitle>
  +
  +</refmeta>
  +<refnamediv>
  +<refname>chunk.quietly</refname>
  +<refpurpose>Omit the chunked filename messages.</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="chunk.quietly.frag">
  +&lt;xsl:param name="chunk.quietly" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If zero (the default), the XSL processor emits a message naming
  +each separate chunk filename as it is being output.
  +If nonzero, then the messages are suppressed.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="navig.graphics">
  +<refmeta>
  +<refentrytitle>navig.graphics</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>navig.graphics</refname>
  +<refpurpose>Use graphics in navigational headers and footers?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="navig.graphics.frag">&lt;xsl:param name="navig.graphics" select="0"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero), the navigational headers and footers in chunked
  +HTML are presented in an alternate style that uses
  +graphical icons for Next, Previous, Up, and Home.
  +Default graphics are provided in the distribution.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="navig.graphics.extension">
  +<refmeta>
  +<refentrytitle>navig.graphics.extension</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>navig.graphics.extension</refname>
  +<refpurpose>Extension for navigational graphics</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="navig.graphics.extension.frag">&lt;xsl:param name="navig.graphics.extension" select="'.gif'"&gt;&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Sets the filename extension to use on navigational graphics used
  +in the headers and footers of chunked HTML.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="navig.graphics.path">
  +<refmeta>
  +<refentrytitle>navig.graphics.path</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>navig.graphics.path</refname>
  +<refpurpose>Path to navigational graphics</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="navig.graphics.path.frag">&lt;xsl:param name="navig.graphics.path"&gt;images/&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Sets the path, probably relative to the directory where the HTML
  +files are created, to the navigational graphics used in the
  +headers and footers of chunked HTML.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="navig.showtitles">
  +<refmeta>
  +<refentrytitle>navig.showtitles</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>navig.showtitles</refname>
  +<refpurpose>Display titles in HTML headers and footers?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="navig.showtitles.frag">&lt;xsl:param name="navig.showtitles"&gt;1&lt;/xsl:param&gt;</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If true (non-zero),
  +the headers and footers of chunked HTML
  +display the titles of the next and previous chunks,
  +along with the words 'Next' and 'Previous' (or the
  +equivalent graphical icons if navig.graphics is true).
  +If false (zero), then only the words 'Next' and 'Previous'
  +(or the icons) are displayed.
  +</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>Profiling</title>
  +<partintro>
  +<para>Following parameters can be used for attribute value based
  +profiling of your document. For more info about profiling look at
  +<ulink url="http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html">http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html</ulink>.</para>
  +</partintro>
  +<refentry id="profile.arch">
  +<refmeta>
  +<refentrytitle>profile.arch</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>profile.arch</refname>
  +<refpurpose>Target profile for <sgmltag class="attribute">arch</sgmltag>
  +attribute</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="profile.arch.frag">
  +&lt;xsl:param name="profile.arch" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Value of this parameter specifies profiles which should be
  +included in the output. You can specify multiple profiles by
  +separating them by semicolon. You can change separator character by
  +<link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  +parameter.</para>
  +
  +<para>This parameter has effect only when you are using profiling
  +stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  +<filename moreinfo="none">profile-chunk.xsl</filename>, …) instead of normal
  +ones (<filename moreinfo="none">docbook.xsl</filename>,
  +<filename moreinfo="none">chunk.xsl</filename>, …).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="profile.condition">
  +<refmeta>
  +<refentrytitle>profile.condition</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>profile.condition</refname>
  +<refpurpose>Target profile for <sgmltag class="attribute">condition</sgmltag>
  +attribute</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="profile.condition.frag">
  +&lt;xsl:param name="profile.condition" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Value of this parameter specifies profiles which should be
  +included in the output. You can specify multiple profiles by
  +separating them by semicolon. You can change separator character by
  +<link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  +parameter.</para>
  +
  +<para>This parameter has effect only when you are using profiling
  +stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  +<filename moreinfo="none">profile-chunk.xsl</filename>, …) instead of normal
  +ones (<filename moreinfo="none">docbook.xsl</filename>,
  +<filename moreinfo="none">chunk.xsl</filename>, …).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="profile.conformance">
  +<refmeta>
  +<refentrytitle>profile.conformance</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>profile.conformance</refname>
  +<refpurpose>Target profile for <sgmltag class="attribute">conformance</sgmltag>
  +attribute</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="profile.conformance.frag">
  +&lt;xsl:param name="profile.conformance" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Value of this parameter specifies profiles which should be
  +included in the output. You can specify multiple profiles by
  +separating them by semicolon. You can change separator character by
  +<link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  +parameter.</para>
  +
  +<para>This parameter has effect only when you are using profiling
  +stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  +<filename moreinfo="none">profile-chunk.xsl</filename>, …) instead of normal
  +ones (<filename moreinfo="none">docbook.xsl</filename>,
  +<filename moreinfo="none">chunk.xsl</filename>, …).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="profile.lang">
  +<refmeta>
  +<refentrytitle>profile.lang</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>profile.lang</refname>
  +<refpurpose>Target profile for <sgmltag class="attribute">lang</sgmltag>
  +attribute</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="profile.lang.frag">
  +&lt;xsl:param name="profile.lang" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Value of this parameter specifies profiles which should be
  +included in the output. You can specify multiple profiles by
  +separating them by semicolon. You can change separator character by
  +<link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  +parameter.</para>
  +
  +<para>This parameter has effect only when you are using profiling
  +stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  +<filename moreinfo="none">profile-chunk.xsl</filename>, …) instead of normal
  +ones (<filename moreinfo="none">docbook.xsl</filename>,
  +<filename moreinfo="none">chunk.xsl</filename>, …).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="profile.os">
  +<refmeta>
  +<refentrytitle>profile.os</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>profile.os</refname>
  +<refpurpose>Target profile for <sgmltag class="attribute">os</sgmltag>
  +attribute</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="profile.os.frag">
  +&lt;xsl:param name="profile.os" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Value of this parameter specifies profiles which should be
  +included in the output. You can specify multiple profiles by
  +separating them by semicolon. You can change separator character by
  +<link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  +parameter.</para>
  +
  +<para>This parameter has effect only when you are using profiling
  +stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  +<filename moreinfo="none">profile-chunk.xsl</filename>, …) instead of normal
  +ones (<filename moreinfo="none">docbook.xsl</filename>,
  +<filename moreinfo="none">chunk.xsl</filename>, …).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="profile.revision">
  +<refmeta>
  +<refentrytitle>profile.revision</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>profile.revision</refname>
  +<refpurpose>Target profile for <sgmltag class="attribute">revision</sgmltag>
  +attribute</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="profile.revision.frag">
  +&lt;xsl:param name="profile.revision" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Value of this parameter specifies profiles which should be
  +included in the output. You can specify multiple profiles by
  +separating them by semicolon. You can change separator character by
  +<link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  +parameter.</para>
  +
  +<para>This parameter has effect only when you are using profiling
  +stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  +<filename moreinfo="none">profile-chunk.xsl</filename>, …) instead of normal
  +ones (<filename moreinfo="none">docbook.xsl</filename>,
  +<filename moreinfo="none">chunk.xsl</filename>, …).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="profile.revisionflag">
  +<refmeta>
  +<refentrytitle>profile.revisionflag</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>profile.revisionflag</refname>
  +<refpurpose>Target profile for <sgmltag class="attribute">revisionflag</sgmltag>
  +attribute</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="profile.revisionflag.frag">
  +&lt;xsl:param name="profile.revisionflag" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Value of this parameter specifies profiles which should be
  +included in the output. You can specify multiple profiles by
  +separating them by semicolon. You can change separator character by
  +<link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  +parameter.</para>
  +
  +<para>This parameter has effect only when you are using profiling
  +stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  +<filename moreinfo="none">profile-chunk.xsl</filename>, …) instead of normal
  +ones (<filename moreinfo="none">docbook.xsl</filename>,
  +<filename moreinfo="none">chunk.xsl</filename>, …).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="profile.role">
  +<refmeta>
  +<refentrytitle>profile.role</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>profile.role</refname>
  +<refpurpose>Target profile for <sgmltag class="attribute">role</sgmltag>
  +attribute</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="profile.role.frag">
  +&lt;xsl:param name="profile.role" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Value of this parameter specifies profiles which should be
  +included in the output. You can specify multiple profiles by
  +separating them by semicolon. You can change separator character by
  +<link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  +parameter.</para>
  +
  +<para>This parameter has effect only when you are using profiling
  +stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  +<filename moreinfo="none">profile-chunk.xsl</filename>, …) instead of normal
  +ones (<filename moreinfo="none">docbook.xsl</filename>,
  +<filename moreinfo="none">chunk.xsl</filename>, …).</para>
  +
  +<warning>
  +<para>Note that <sgmltag class="attribute">role</sgmltag> is often
  +used for other purposes than profiling. For example it is commonly
  +used to get emphasize in bold font:</para>
  +
  +<programlisting format="linespecific">&lt;emphasis role="bold"&gt;very important&lt;/emphasis&gt;</programlisting>
  +
  +<para>If you are using <sgmltag class="attribute">role</sgmltag> for
  +these purposes do not forget to add values like <literal moreinfo="none">bold</literal> to
  +value of this parameter. If you forgot you will get document with
  +small pieces missing which are very hard to track.</para>
  +
  +<para>For this reason it is not recommended to use <sgmltag class="attribute">role</sgmltag> attribute for profiling. You should
  +rather use profiling specific attributes like <sgmltag class="attribute">userlevel</sgmltag>, <sgmltag class="attribute">os</sgmltag>, <sgmltag class="attribute">arch</sgmltag>, <sgmltag class="attribute">condition</sgmltag>, etc.</para>
  +</warning>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="profile.security">
  +<refmeta>
  +<refentrytitle>profile.security</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>profile.security</refname>
  +<refpurpose>Target profile for <sgmltag class="attribute">security</sgmltag>
  +attribute</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="profile.security.frag">
  +&lt;xsl:param name="profile.security" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Value of this parameter specifies profiles which should be
  +included in the output. You can specify multiple profiles by
  +separating them by semicolon. You can change separator character by
  +<link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  +parameter.</para>
  +
  +<para>This parameter has effect only when you are using profiling
  +stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  +<filename moreinfo="none">profile-chunk.xsl</filename>, …) instead of normal
  +ones (<filename moreinfo="none">docbook.xsl</filename>,
  +<filename moreinfo="none">chunk.xsl</filename>, …).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="profile.userlevel">
  +<refmeta>
  +<refentrytitle>profile.userlevel</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>profile.userlevel</refname>
  +<refpurpose>Target profile for <sgmltag class="attribute">userlevel</sgmltag>
  +attribute</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="profile.userlevel.frag">
  +&lt;xsl:param name="profile.userlevel" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Value of this parameter specifies profiles which should be
  +included in the output. You can specify multiple profiles by
  +separating them by semicolon. You can change separator character by
  +<link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  +parameter.</para>
  +
  +<para>This parameter has effect only when you are using profiling
  +stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  +<filename moreinfo="none">profile-chunk.xsl</filename>, …) instead of normal
  +ones (<filename moreinfo="none">docbook.xsl</filename>,
  +<filename moreinfo="none">chunk.xsl</filename>, …).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="profile.vendor">
  +<refmeta>
  +<refentrytitle>profile.vendor</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>profile.vendor</refname>
  +<refpurpose>Target profile for <sgmltag class="attribute">vendor</sgmltag>
  +attribute</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="profile.vendor.frag">
  +&lt;xsl:param name="profile.vendor" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Value of this parameter specifies profiles which should be
  +included in the output. You can specify multiple profiles by
  +separating them by semicolon. You can change separator character by
  +<link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  +parameter.</para>
  +
  +<para>This parameter has effect only when you are using profiling
  +stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  +<filename moreinfo="none">profile-chunk.xsl</filename>, …) instead of normal
  +ones (<filename moreinfo="none">docbook.xsl</filename>,
  +<filename moreinfo="none">chunk.xsl</filename>, …).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="profile.attribute">
  +<refmeta>
  +<refentrytitle>profile.attribute</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>profile.attribute</refname>
  +<refpurpose>Name of user-specified profiling attribute</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="profile.attribute.frag">
  +&lt;xsl:param name="profile.attribute" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parameter is used in conjuction with <link linkend="profile.value"><parameter moreinfo="none">profile.value</parameter></link>.</para>
  +
  +<para>This parameter has effect only when you are using profiling
  +stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  +<filename moreinfo="none">profile-chunk.xsl</filename>, …) instead of normal
  +ones (<filename moreinfo="none">docbook.xsl</filename>,
  +<filename moreinfo="none">chunk.xsl</filename>, …).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="profile.value">
  +<refmeta>
  +<refentrytitle>profile.value</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>profile.value</refname>
  +<refpurpose>Target profile for user-specified attribute</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="profile.value.frag">
  +&lt;xsl:param name="profile.value" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>When you are using this parameter you must also specify name of
  +profiling attribute with parameter <link linkend="profile.attribute"><parameter moreinfo="none">profile.attribute</parameter></link>.</para>
  +
  +<para>Value of this parameter specifies profiles which should be
  +included in the output. You can specify multiple profiles by
  +separating them by semicolon. You can change separator character by
  +<link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  +parameter.</para>
  +
  +<para>This parameter has effect only when you are using profiling
  +stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  +<filename moreinfo="none">profile-chunk.xsl</filename>, …) instead of normal
  +ones (<filename moreinfo="none">docbook.xsl</filename>,
  +<filename moreinfo="none">chunk.xsl</filename>, …).</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="profile.separator">
  +<refmeta>
  +<refentrytitle>profile.separator</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>profile.separator</refname>
  +<refpurpose>Separator character for compound profile values</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="profile.separator.frag">
  +&lt;xsl:param name="profile.separator" select="';'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Separator character for compound profile values.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>HTML Help</title>
  +<refentry id="htmlhelp.encoding">
  +<refmeta>
  +<refentrytitle>htmlhelp.encoding</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.encoding</refname>
  +<refpurpose>Character encoding to use in files for HTML Help compiler.</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.encoding.frag">
  +&lt;xsl:param name="htmlhelp.encoding" select="'iso-8859-1'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>HTML Help Compiler is not UTF-8 aware, so you should always use
  +apropriate single-byte encoding here.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.autolabel">
  +<refmeta>
  +<refentrytitle>htmlhelp.autolabel</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.autolabel</refname>
  +<refpurpose>Should tree-like ToC use autonumbering feature?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.autolabel.frag">
  +&lt;xsl:param name="htmlhelp.autolabel" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want to include chapter and section numbers into ToC in
  +the left panel, set this parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.chm">
  +<refmeta>
  +<refentrytitle>htmlhelp.chm</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.chm</refname>
  +<refpurpose>Filename of output HTML Help file.</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.chm.frag">
  +&lt;xsl:param name="htmlhelp.chm" select="'htmlhelp.chm'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Change this parameter if you want different name of result
  +CHM file than htmlhelp.chm.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.default.topic">
  +<refmeta>
  +<refentrytitle>htmlhelp.default.topic</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.default.topic</refname>
  +<refpurpose>Name of file with default topic</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.default.topic.frag">
  +&lt;xsl:param name="htmlhelp.default.topic" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Normally first chunk of document is displayed when you open HTML
  +Help file. If you want to display another topic, simply set its
  +filename by this parameter.</para>
  +
  +<para>This is useful especially if you don't generate ToC in front of
  +your document and you also hide root element in ToC. E.g.:</para>
  +
  +<programlisting format="linespecific">&lt;xsl:param name="generate.book.toc" select="0"/&gt;
  +&lt;xsl:param name="htmlhelp.hhc.show.root" select="0"/&gt;
  +&lt;xsl:param name="htmlhelp.default.topic" select="'pr01.html'"/&gt;</programlisting>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.display.progress">
  +<refmeta>
  +<refentrytitle>htmlhelp.display.progress</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.display.progress</refname>
  +<refpurpose>Display compile progress?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.display.progress.frag">
  +&lt;xsl:param name="htmlhelp.display.progress" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>You can swith off display of compile progress by setting this
  +parameter to 0.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.hhp">
  +<refmeta>
  +<refentrytitle>htmlhelp.hhp</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.hhp</refname>
  +<refpurpose>Filename of project file.</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.hhp.frag">
  +&lt;xsl:param name="htmlhelp.hhp" select="'htmlhelp.hhp'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Change this parameter if you want different name of project
  +file than htmlhelp.hhp.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.hhc">
  +<refmeta>
  +<refentrytitle>htmlhelp.hhc</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.hhc</refname>
  +<refpurpose>Filename of TOC file.</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.hhc.frag">
  +&lt;xsl:param name="htmlhelp.hhc" select="'toc.hhc'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Change this parameter if you want different name of TOC file
  +than toc.hhc.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.hhk">
  +<refmeta>
  +<refentrytitle>htmlhelp.hhk</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.hhk</refname>
  +<refpurpose>Filename of index file.</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.hhk.frag">
  +&lt;xsl:param name="htmlhelp.hhk" select="'index.hhk'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Change this parameter if you want different name of index file
  +than index.hhk.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.hhp.tail">
  +<refmeta>
  +<refentrytitle>htmlhelp.hhp.tail</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.hhp.tail</refname>
  +<refpurpose>Additional content for project file.</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.hhp.tail.frag">
  +&lt;xsl:param name="htmlhelp.hhp.tail"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want to include some additional parameters into project file,
  +store appropriate part of project file into this parameter.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.hhp.window">
  +<refmeta>
  +<refentrytitle>htmlhelp.hhp.window</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.hhp.window</refname>
  +<refpurpose>Name of default window.</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.hhp.window.frag">
  +&lt;xsl:param name="htmlhelp.hhp.window" select="'Main'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Name of default window. If empty no [WINDOWS] section will be
  +added to project file.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.hhp.windows'">
  +<refmeta>
  +<refentrytitle>htmlhelp.hhp.windows</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.hhp.windows</refname>
  +<refpurpose>Definition of additional windows</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.hhp.windows.frag">
  +&lt;xsl:param name="htmlhelp.hhp.windows"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Content of this parameter is placed at the end of [WINDOWS]
  +section of project file. You can use it for defining your own
  +addtional windows.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.enhanced.decompilation">
  +<refmeta>
  +<refentrytitle>htmlhelp.enhanced.decompilation</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.enhanced.decompilation</refname>
  +<refpurpose>Allow enhanced decompilation of CHM?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.enhanced.decompilation.frag">
  +&lt;xsl:param name="htmlhelp.enhanced.decompilation" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>When set to 1 this parameter enables enhanced decompilation of CHM.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.enumerate.images">
  +<refmeta>
  +<refentrytitle>htmlhelp.enumerate.images</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.enumerate.images</refname>
  +<refpurpose>Should be paths to all used images added to project file?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.enumerate.images.frag">
  +&lt;xsl:param name="htmlhelp.enumerate.images" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>You should turn on this flag, if you insert images into your documents 
  +as external binary entities or if you are using absolute path in image names.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.force.map.and.alias">
  +<refmeta>
  +<refentrytitle>htmlhelp.force.map.and.alias</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.force.map.and.alias</refname>
  +<refpurpose>Should be [MAP] and [ALIAS] section added to project file unconditionaly?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.force.map.and.alias.frag">
  +&lt;xsl:param name="htmlhelp.force.map.and.alias" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>You should turn on this flag, if you have your own
  +<filename moreinfo="none">alias.h</filename> and <filename moreinfo="none">contex.h</filename> files
  +and you want include reference to them in project file.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.map.file">
  +<refmeta>
  +<refentrytitle>htmlhelp.map.file</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.map.file</refname>
  +<refpurpose>Filename of map file.</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.map.file.frag">
  +&lt;xsl:param name="htmlhelp.map.file" select="'context.h'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Change this parameter if you want different name of map file
  +than <filename moreinfo="none">context.h</filename>.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.alias.file">
  +<refmeta>
  +<refentrytitle>htmlhelp.alias.file</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.alias.file</refname>
  +<refpurpose>Filename of map file.</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.alias.file.frag">
  +&lt;xsl:param name="htmlhelp.alias.file" select="'alias.h'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Change this parameter if you want different name of map file
  +than <filename moreinfo="none">alias.h</filename>.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.hhc.section.depth">
  +<refmeta>
  +<refentrytitle>htmlhelp.hhc.section.depth</refentrytitle>
  +<refmiscinfo role="type">integer</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.hhc.section.depth</refname>
  +<refpurpose>Depth of TOC for sections in a left pane.</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.hhc.section.depth.frag">
  +&lt;xsl:param name="htmlhelp.hhc.section.depth" select="5"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Change this parameter if you want shallower ToC in a left pane
  +of HTML Help viewer.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.hhc.show.root">
  +<refmeta>
  +<refentrytitle>htmlhelp.hhc.show.root</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.hhc.show.root</refname>
  +<refpurpose>Should be entry for root element shown in ToC?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.hhc.show.root.frag">
  +&lt;xsl:param name="htmlhelp.hhc.show.root" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If set to 0, there will be no entry for root element in
  +ToC. This is useful when you want provide user with expanded ToC as
  +a default.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.hhc.folders.instead.books">
  +<refmeta>
  +<refentrytitle>htmlhelp.hhc.folders.instead.books</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.hhc.folders.instead.books</refname>
  +<refpurpose/>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.hhc.folders.instead.books.frag">
  +&lt;xsl:param name="htmlhelp.hhc.folders.instead.books" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parameter controls whether there should be folder-like
  +icons (1) or book-like icons (0) in ToC. If you want to use
  +folder-like icons you must swith off binary ToC using
  +<parameter moreinfo="none">htmlhelp.hhc.binary</parameter>.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.hhc.binary">
  +<refmeta>
  +<refentrytitle>htmlhelp.hhc.binary</refentrytitle>
  +<refmiscinfo role="type"/>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.hhc.binary</refname>
  +<refpurpose/>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.hhc.binary.frag">
  +&lt;xsl:param name="htmlhelp.hhc.binary" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parametr controls whether binary TOC will be generated. You
  +must create binary TOC if you want to add Prev/Next buttons to toolbar
  +(which is default behaviour). Files with binary TOC can't be merged.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.hhc.width">
  +<refmeta>
  +<refentrytitle>htmlhelp.hhc.width</refentrytitle>
  +<refmiscinfo role="type">integer</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.hhc.width</refname>
  +<refpurpose>Width of navigation (ToC) pane</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.hhc.width.frag">
  +&lt;xsl:param name="htmlhelp.hhc.width"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parameter specifies width of ToC pane in pixels.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.title">
  +<refmeta>
  +<refentrytitle>htmlhelp.title</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.title</refname>
  +<refpurpose>Title of HTML Help</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.title.frag">
  +&lt;xsl:param name="htmlhelp.title" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Content of this parameter will be used as a title for generated
  +HTML Help. If empty, title will be automatically taken from document.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.show.menu">
  +<refmeta>
  +<refentrytitle>htmlhelp.show.menu</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.show.menu</refname>
  +<refpurpose>Should be menu shown?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.show.menu.frag">
  +&lt;xsl:param name="htmlhelp.show.menu" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want application menu in your HTML Help file, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.show.toolbar.text'">
  +<refmeta>
  +<refentrytitle>htmlhelp.show.toolbar.text</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.show.toolbar.text</refname>
  +<refpurpose>Show text under toolbar buttons?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.show.toolbar.text.frag">
  +&lt;xsl:param name="htmlhelp.show.toolbar.text" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>You can switch off display of texts under toolbar buttons by
  +setting this parameter to 0.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.show.advanced.search">
  +<refmeta>
  +<refentrytitle>htmlhelp.show.advanced.search</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.show.advanced.search</refname>
  +<refpurpose>Should be advanced search available?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.show.advanced.search.frag">
  +&lt;xsl:param name="htmlhelp.show.advanced.search" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want advanced search features in your help, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.show.favorities">
  +<refmeta>
  +<refentrytitle>htmlhelp.show.favorities</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.show.favorities</refname>
  +<refpurpose>Should be favorities tab shown?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.show.favorities.frag">
  +&lt;xsl:param name="htmlhelp.show.favorities" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want favorities tab shown in your help, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.hideshow">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.hideshow</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.hideshow</refname>
  +<refpurpose>Should be Hide/Show button shown?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.hideshow.frag">
  +&lt;xsl:param name="htmlhelp.button.hideshow" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want Hide/Show button shown on toolbar, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.back">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.back</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.back</refname>
  +<refpurpose>Should be Back button shown?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.back.frag">
  +&lt;xsl:param name="htmlhelp.button.back" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want Back button shown on toolbar, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.forward">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.forward</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.forward</refname>
  +<refpurpose>Should be Forward button shown?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.forward.frag">
  +&lt;xsl:param name="htmlhelp.button.forward" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want Forward button shown on toolbar, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.stop">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.stop</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.stop</refname>
  +<refpurpose>Should be Stop button shown?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.stop.frag">
  +&lt;xsl:param name="htmlhelp.button.stop" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want Stop button shown on toolbar, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.refresh">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.refresh</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.refresh</refname>
  +<refpurpose>Should be Refresh button shown?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.refresh.frag">
  +&lt;xsl:param name="htmlhelp.button.refresh" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want Refresh button shown on toolbar, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.home">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.home</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.home</refname>
  +<refpurpose>Should be Home button shown?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.home.frag">
  +&lt;xsl:param name="htmlhelp.button.home" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want Home button shown on toolbar, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.home.url">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.home.url</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.home.url</refname>
  +<refpurpose>URL address of page accessible by Home button</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.home.url.frag">
  +&lt;xsl:param name="htmlhelp.button.home.url"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>URL address of page accessible by Home button.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.options">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.options</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.options</refname>
  +<refpurpose>Should be Options button shown?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.options.frag">
  +&lt;xsl:param name="htmlhelp.button.options" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want Options button shown on toolbar, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.print">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.print</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.print</refname>
  +<refpurpose>Should be Print button shown?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.print.frag">
  +&lt;xsl:param name="htmlhelp.button.print" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want Print button shown on toolbar, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.locate">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.locate</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.locate</refname>
  +<refpurpose>Should be Locate button shown?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.locate.frag">
  +&lt;xsl:param name="htmlhelp.button.locate" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want Locate button shown on toolbar, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.jump1">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.jump1</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.jump1</refname>
  +<refpurpose>Should be Jump1 button shown?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.jump1.frag">
  +&lt;xsl:param name="htmlhelp.button.jump1" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want Jump1 button shown on toolbar, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.jump1.url">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.jump1.url</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.jump1.url</refname>
  +<refpurpose>URL address of page accessible by Jump1 button</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.jump1.url.frag">
  +&lt;xsl:param name="htmlhelp.button.jump1.url"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>URL address of page accessible by Jump1 button.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.jump1.title">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.jump1.title</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.jump1.title</refname>
  +<refpurpose>Title of Jump1 button</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.jump1.title.frag">
  +&lt;xsl:param name="htmlhelp.button.jump1.title" select="'User1'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Title of Jump1 button.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.jump2">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.jump2</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.jump2</refname>
  +<refpurpose>Should be Jump2 button shown?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.jump2.frag">
  +&lt;xsl:param name="htmlhelp.button.jump2" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want Jump2 button shown on toolbar, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.jump2.url">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.jump2.url</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.jump2.url</refname>
  +<refpurpose>URL address of page accessible by Jump2 button</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.jump2.url.frag">
  +&lt;xsl:param name="htmlhelp.button.jump2.url"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>URL address of page accessible by Jump2 button.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.jump2.title">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.jump2.title</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.jump2.title</refname>
  +<refpurpose>Title of Jump2 button</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.jump2.title.frag">
  +&lt;xsl:param name="htmlhelp.button.jump2.title" select="'User2'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Title of Jump2 button.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.next">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.next</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.next</refname>
  +<refpurpose>Should be Next button shown?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.next.frag">
  +&lt;xsl:param name="htmlhelp.button.next" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want Next button shown on toolbar, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.prev">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.prev</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.prev</refname>
  +<refpurpose>Should be Prev button shown?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.prev.frag">
  +&lt;xsl:param name="htmlhelp.button.prev" select="1"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want Prev button shown on toolbar, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.button.zoom">
  +<refmeta>
  +<refentrytitle>htmlhelp.button.zoom</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.button.zoom</refname>
  +<refpurpose>Should be Zoom button shown?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.button.zoom.frag">
  +&lt;xsl:param name="htmlhelp.button.zoom" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want Zoom button shown on toolbar, turn this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.remember.window.position">
  +<refmeta>
  +<refentrytitle>htmlhelp.remember.window.position</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.remember.window.position</refname>
  +<refpurpose>Remember help window position?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.remember.window.position.frag">
  +&lt;xsl:param name="htmlhelp.remember.window.position" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>To remember help window position between starts set this
  +parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.window.geometry">
  +<refmeta>
  +<refentrytitle>htmlhelp.window.geometry</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.window.geometry</refname>
  +<refpurpose>Set initial geometry of help window</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.window.geometry.frag">
  +&lt;xsl:param name="htmlhelp.window.geometry"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>This parameter specifies initial position of help
  +window. E.g.</para>
  +
  +<programlisting format="linespecific">&lt;xsl:param name="htmlhelp.window.geometry"&gt;[160,64,992,704]&lt;/xsl:param&gt;</programlisting>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.use.hhk">
  +<refmeta>
  +<refentrytitle>htmlhelp.use.hhk</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.use.hhk</refname>
  +<refpurpose>Should be index built using HHK file?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.use.hhk.frag">
  +&lt;xsl:param name="htmlhelp.use.hhk" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, index is created using HHK file. This provides some
  +new features.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="htmlhelp.only">
  +<refmeta>
  +<refentrytitle>htmlhelp.only</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>htmlhelp.only</refname>
  +<refpurpose>Should be only project files generated?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="htmlhelp.only.frag">
  +&lt;xsl:param name="htmlhelp.only" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want to play with various HTML Help parameters and you
  +don't need to regenerate all HTML files, you can set this parameter to
  +1. This setting will not process whole document, only project files
  +(hhp, hhc, hhk,...) will be generated.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>Eclipse Help Platform</title>
  +<refentry id="eclipse.autolabel">
  +<refmeta>
  +<refentrytitle>eclipse.autolabel</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>eclipse.autolabel</refname>
  +<refpurpose>Should tree-like ToC use autonumbering feature?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="eclipse.autolabel.frag">
  +&lt;xsl:param name="eclipse.autolabel" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If you want to include chapter and section numbers into ToC in
  +the left panel, set this parameter to 1.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="eclipse.plugin.name">
  +<refmeta>
  +<refentrytitle>eclipse.plugin.name</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>eclipse.plugin.name</refname>
  +<refpurpose>Eclipse Help plugin name</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="eclipse.plugin.name.frag">
  +&lt;xsl:param name="eclipse.plugin.name"&gt;DocBook Online Help Sample&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Eclipse Help plugin name.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="eclipse.plugin.id">
  +<refmeta>
  +<refentrytitle>eclipse.plugin.id</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>eclipse.plugin.id</refname>
  +<refpurpose>Eclipse Help plugin id</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="eclipse.plugin.id.frag">
  +&lt;xsl:param name="eclipse.plugin.id"&gt;com.example.help&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Eclipse Help plugin id. You should change this id to something
  +unique for each help.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="eclipse.plugin.provider">
  +<refmeta>
  +<refentrytitle>eclipse.plugin.provider</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>eclipse.plugin.provider</refname>
  +<refpurpose>Eclipse Help plugin provider name</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="eclipse.plugin.provider.frag">
  +&lt;xsl:param name="eclipse.plugin.provider"&gt;Example provider&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>Eclipse Help plugin provider name.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<reference><title>Localization</title>
  +<refentry id="l10n.gentext.language">
  +<refmeta>
  +<refentrytitle>l10n.gentext.language</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>l10n.gentext.language</refname>
  +<refpurpose>Sets the gentext language</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="l10n.gentext.language.frag">
  +&lt;xsl:param name="l10n.gentext.language" select="''"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If this parameter is set to any value other than the empty string, its
  +value will be used as the value for the language when generating text. Setting
  +<parameter moreinfo="none">l10n.gentext.language</parameter> overrides any settings within the
  +document being formatted.</para>
  +
  +<para>It's much more likely that you might want to set the
  +<parameter moreinfo="none">l10n.gentext.default.language</parameter> parameter.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="l10n.gentext.default.language">
  +<refmeta>
  +<refentrytitle>l10n.gentext.default.language</refentrytitle>
  +<refmiscinfo role="type">string</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>l10n.gentext.default.language</refname>
  +<refpurpose>Sets the default language for generated text</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="l10n.gentext.default.language.frag">
  +&lt;xsl:param name="l10n.gentext.default.language" select="'en'"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>The value of the <parameter moreinfo="none">l10n.gentext.default.language</parameter>
  +parameter is used as the language for generated text if no setting is provided
  +in the source document.</para>
  +
  +</refsect1>
  +</refentry>
  +
  +<refentry id="l10n.gentext.use.xref.language">
  +<refmeta>
  +<refentrytitle>l10n.gentext.use.xref.language</refentrytitle>
  +<refmiscinfo role="type">boolean</refmiscinfo>
  +</refmeta>
  +<refnamediv>
  +<refname>l10n.gentext.use.xref.language</refname>
  +<refpurpose>Use the language of target when generating cross-reference text?</refpurpose>
  +</refnamediv>
  +
  +<refsynopsisdiv>
  +<programlisting id="l10n.gentext.use.xref.language.frag">
  +&lt;xsl:param name="l10n.gentext.use.xref.language" select="0"&gt;&lt;/xsl:param&gt;
  +</programlisting>
  +</refsynopsisdiv>
  +
  +<refsect1><title>Description</title>
  +
  +<para>If non-zero, the language of the target will be used when
  +generating cross reference text. Usually, the <quote>current</quote>
  +language is used when generating text (that is, the language of the
  +element that contains the cross-reference element). But setting this parameter
  +allows the language of the element <emphasis>pointed to</emphasis> to control
  +the generated text.</para>
  +
  +<para>Consider the following example:</para>
  +
  +<informalexample>
  +<programlisting format="linespecific">&lt;para lang="en"&gt;See also &lt;xref linkend="chap3"/&gt;.&lt;/para&gt;
  +</programlisting>
  +</informalexample>
  +
  +<para>Suppose that Chapter 3 happens to be written in German.
  +If <parameter moreinfo="none">l10n.gentext.use.xref.language</parameter> is non-zero, the
  +resulting text will be something like this:</para>
  +
  +<blockquote>
  +<para>See also Kapital 3.</para>
  +</blockquote>
  +
  +<para>Where the more traditional rendering would be:</para>
  +
  +<blockquote>
  +<para>See also Chapter 3.</para>
  +</blockquote>
  +
  +</refsect1>
  +</refentry>
  +
  +</reference>
  +
  +<appendix><title>The Stylesheet</title>
  +
  +<para>The <filename moreinfo="none">param.xsl</filename> stylesheet is just a wrapper
  +around all these parameters.</para>
   
  -      <programlisting id="top">
  +<programlisting id="top">
   
  -         &lt;!-- This file is generated from param.xweb; do not edit this file! --&gt;
  +&lt;!-- This file is generated from param.xweb; do not edit this file! --&gt;
   
  -         &lt;xsl:stylesheet exclude-result-prefixes="src" version="1.0"&gt;
  +&lt;xsl:stylesheet exclude-result-prefixes="src" version="1.0"&gt;
   
  -         &lt;!-- ********************************************************************
  -         $Id: param.xml,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +&lt;!-- ********************************************************************
  +     $Id: param.xml,v 1.2 2006/08/02 16:35:05 telrod Exp $
    ********************************************************************
   
            This file is part of the XSL DocBook Stylesheet distribution.
  @@ -8465,254 +7207,254 @@
   
            ******************************************************************** --&gt;
   
  -         &lt;src:fragref linkend="admon.graphics.extension.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="admon.graphics.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="admon.graphics.path.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="admon.style.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="admon.textlabel.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="annotate.toc.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="appendix.autolabel.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="author.othername.in.middle.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="autotoc.label.separator.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="base.dir.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="biblioentry.item.separator.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="bibliography.collection.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="bibliography.numbered.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="bridgehead.in.toc.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="callout.defaultcolumn.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="callout.graphics.extension.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="callout.graphics.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="callout.graphics.number.limit.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="callout.graphics.path.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="callout.list.table.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="callout.unicode.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="callout.unicode.number.limit.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="callout.unicode.start.character.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="callouts.extension.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="chapter.autolabel.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="chunk.first.sections.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="chunk.quietly.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="chunk.section.depth.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="chunk.toc.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="chunk.tocs.and.lots.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="citerefentry.link.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="collect.xref.targets.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="css.decoration.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="current.docid.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="default.float.class.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="default.image.width.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="default.table.width.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="draft.mode.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="draft.watermark.image.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="ebnf.table.bgcolor.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="ebnf.table.border.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="ebnf.assignment.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="ebnf.statement.terminator.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="eclipse.autolabel.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="eclipse.plugin.name.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="eclipse.plugin.id.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="eclipse.plugin.provider.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="emphasis.propagates.style.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="entry.propagates.style.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="firstterm.only.link.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="footer.rule.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="footnote.number.format.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="footnote.number.symbols.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="formal.procedures.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="formal.title.placement.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="funcsynopsis.decoration.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="funcsynopsis.style.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="funcsynopsis.tabular.threshold.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="function.parens.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="generate.id.attributes.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="generate.index.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="generate.legalnotice.link.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="generate.manifest.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="generate.meta.abstract.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="generate.section.toc.level.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="generate.toc.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="glossary.collection.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="glossentry.show.acronym.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="glossterm.auto.link.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="graphic.default.extension.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="graphicsize.extension.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="header.rule.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="html.base.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="html.cellpadding.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="html.cellspacing.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="html.cleanup.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="html.ext.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="html.extra.head.links.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="html.longdesc.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="html.longdesc.link.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="html.stylesheet.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="html.stylesheet.type.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.alias.file.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.autolabel.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.back.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.forward.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.hideshow.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.home.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.home.url.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.jump1.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.jump1.title.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.jump1.url.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.jump2.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.jump2.title.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.jump2.url.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.locate.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.next.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.options.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.prev.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.print.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.refresh.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.stop.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.button.zoom.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.chm.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.default.topic.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.display.progress.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.encoding.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.enhanced.decompilation.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.enumerate.images.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.force.map.and.alias.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.hhc.binary.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.hhc.folders.instead.books.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.hhc.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.hhc.section.depth.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.hhc.show.root.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.hhc.width.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.hhk.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.hhp.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.hhp.tail.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.hhp.window.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.hhp.windows.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.map.file.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.only.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.remember.window.position.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.show.advanced.search.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.show.favorities.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.show.menu.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.show.toolbar.text.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.title.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.use.hhk.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="htmlhelp.window.geometry.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="ignore.image.scaling.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="inherit.keywords.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="l10n.gentext.default.language.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="l10n.gentext.language.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="l10n.gentext.use.xref.language.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="label.from.part.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="linenumbering.everyNth.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="linenumbering.extension.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="linenumbering.separator.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="linenumbering.width.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="link.mailto.url.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="make.graphic.viewport.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="make.single.year.ranges.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="make.valid.html.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="make.year.ranges.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="manifest.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="manifest.in.base.dir.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="manual.toc.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="menuchoice.menu.separator.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="menuchoice.separator.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="navig.graphics.extension.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="navig.graphics.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="navig.graphics.path.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="navig.showtitles.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="nominal.image.depth.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="nominal.image.width.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="nominal.table.width.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="olink.base.uri.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="olink.doctitle.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="olink.fragid.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="olink.outline.ext.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="olink.pubid.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="olink.resolver.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="olink.sysid.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="para.propagates.style.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="part.autolabel.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="phrase.propagates.style.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="pixels.per.inch.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="points.per.em.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="preface.autolabel.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="preferred.mediaobject.role.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="process.empty.source.toc.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="process.source.toc.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="profile.arch.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="profile.attribute.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="profile.condition.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="profile.conformance.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="profile.lang.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="profile.os.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="profile.revision.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="profile.revisionflag.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="profile.role.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="profile.security.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="profile.separator.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="profile.userlevel.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="profile.value.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="profile.vendor.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="punct.honorific.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="qanda.defaultlabel.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="qanda.inherit.numeration.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="qandadiv.autolabel.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="refentry.generate.name.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="refentry.generate.title.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="refentry.separator.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="refentry.xref.manvolnum.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="root.filename.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="rootid.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="runinhead.default.title.end.punct.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="runinhead.title.end.punct.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="section.autolabel.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="section.label.includes.component.label.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="segmentedlist.as.table.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="shade.verbatim.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="shade.verbatim.style.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="show.comments.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="show.revisionflag.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="spacing.paras.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="suppress.footer.navigation.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="suppress.header.navigation.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="suppress.navigation.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="table.borders.with.css.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="table.cell.border.color.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="table.cell.border.style.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="table.cell.border.thickness.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="table.footnote.number.format.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="table.footnote.number.symbols.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="table.frame.border.color.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="table.frame.border.style.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="table.frame.border.thickness.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="tablecolumns.extension.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="target.database.document.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="targets.filename.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="tex.math.delims.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="tex.math.file.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="tex.math.in.alt.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="textinsert.extension.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="toc.list.type.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="toc.section.depth.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="toc.max.depth.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="ulink.target.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="use.embed.for.svg.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="use.extensions.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="use.id.as.filename.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="use.local.olink.style.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="use.role.as.xrefstyle.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="use.role.for.mediaobject.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="use.svg.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="variablelist.as.table.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="xref.with.number.and.title.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="xref.label-title.separator.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="xref.label-page.separator.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="xref.title-page.separator.frag"&gt;&lt;/src:fragref&gt;
  -         &lt;src:fragref linkend="insert.xref.page.number.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="admon.graphics.extension.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="admon.graphics.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="admon.graphics.path.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="admon.style.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="admon.textlabel.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="annotate.toc.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="appendix.autolabel.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="author.othername.in.middle.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="autotoc.label.separator.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="base.dir.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="biblioentry.item.separator.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="bibliography.collection.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="bibliography.numbered.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="bridgehead.in.toc.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="callout.defaultcolumn.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="callout.graphics.extension.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="callout.graphics.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="callout.graphics.number.limit.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="callout.graphics.path.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="callout.list.table.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="callout.unicode.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="callout.unicode.number.limit.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="callout.unicode.start.character.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="callouts.extension.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="chapter.autolabel.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="chunk.first.sections.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="chunk.quietly.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="chunk.section.depth.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="chunk.toc.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="chunk.tocs.and.lots.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="citerefentry.link.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="collect.xref.targets.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="css.decoration.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="current.docid.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="default.float.class.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="default.image.width.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="default.table.width.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="draft.mode.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="draft.watermark.image.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="ebnf.table.bgcolor.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="ebnf.table.border.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="ebnf.assignment.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="ebnf.statement.terminator.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="eclipse.autolabel.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="eclipse.plugin.name.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="eclipse.plugin.id.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="eclipse.plugin.provider.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="emphasis.propagates.style.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="entry.propagates.style.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="firstterm.only.link.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="footer.rule.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="footnote.number.format.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="footnote.number.symbols.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="formal.procedures.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="formal.title.placement.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="funcsynopsis.decoration.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="funcsynopsis.style.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="funcsynopsis.tabular.threshold.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="function.parens.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="generate.id.attributes.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="generate.index.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="generate.legalnotice.link.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="generate.manifest.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="generate.meta.abstract.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="generate.section.toc.level.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="generate.toc.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="glossary.collection.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="glossentry.show.acronym.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="glossterm.auto.link.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="graphic.default.extension.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="graphicsize.extension.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="header.rule.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="html.base.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="html.cellpadding.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="html.cellspacing.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="html.cleanup.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="html.ext.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="html.extra.head.links.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="html.longdesc.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="html.longdesc.link.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="html.stylesheet.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="html.stylesheet.type.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.alias.file.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.autolabel.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.back.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.forward.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.hideshow.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.home.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.home.url.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.jump1.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.jump1.title.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.jump1.url.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.jump2.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.jump2.title.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.jump2.url.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.locate.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.next.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.options.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.prev.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.print.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.refresh.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.stop.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.button.zoom.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.chm.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.default.topic.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.display.progress.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.encoding.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.enhanced.decompilation.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.enumerate.images.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.force.map.and.alias.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.hhc.binary.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.hhc.folders.instead.books.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.hhc.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.hhc.section.depth.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.hhc.show.root.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.hhc.width.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.hhk.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.hhp.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.hhp.tail.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.hhp.window.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.hhp.windows.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.map.file.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.only.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.remember.window.position.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.show.advanced.search.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.show.favorities.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.show.menu.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.show.toolbar.text.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.title.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.use.hhk.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="htmlhelp.window.geometry.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="ignore.image.scaling.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="inherit.keywords.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="l10n.gentext.default.language.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="l10n.gentext.language.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="l10n.gentext.use.xref.language.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="label.from.part.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="linenumbering.everyNth.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="linenumbering.extension.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="linenumbering.separator.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="linenumbering.width.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="link.mailto.url.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="make.graphic.viewport.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="make.single.year.ranges.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="make.valid.html.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="make.year.ranges.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="manifest.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="manifest.in.base.dir.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="manual.toc.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="menuchoice.menu.separator.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="menuchoice.separator.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="navig.graphics.extension.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="navig.graphics.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="navig.graphics.path.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="navig.showtitles.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="nominal.image.depth.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="nominal.image.width.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="nominal.table.width.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="olink.base.uri.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="olink.doctitle.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="olink.fragid.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="olink.outline.ext.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="olink.pubid.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="olink.resolver.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="olink.sysid.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="para.propagates.style.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="part.autolabel.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="phrase.propagates.style.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="pixels.per.inch.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="points.per.em.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="preface.autolabel.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="preferred.mediaobject.role.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="process.empty.source.toc.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="process.source.toc.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="profile.arch.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="profile.attribute.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="profile.condition.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="profile.conformance.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="profile.lang.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="profile.os.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="profile.revision.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="profile.revisionflag.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="profile.role.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="profile.security.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="profile.separator.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="profile.userlevel.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="profile.value.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="profile.vendor.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="punct.honorific.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="qanda.defaultlabel.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="qanda.inherit.numeration.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="qandadiv.autolabel.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="refentry.generate.name.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="refentry.generate.title.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="refentry.separator.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="refentry.xref.manvolnum.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="root.filename.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="rootid.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="runinhead.default.title.end.punct.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="runinhead.title.end.punct.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="section.autolabel.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="section.label.includes.component.label.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="segmentedlist.as.table.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="shade.verbatim.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="shade.verbatim.style.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="show.comments.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="show.revisionflag.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="spacing.paras.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="suppress.footer.navigation.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="suppress.header.navigation.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="suppress.navigation.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="table.borders.with.css.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="table.cell.border.color.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="table.cell.border.style.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="table.cell.border.thickness.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="table.footnote.number.format.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="table.footnote.number.symbols.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="table.frame.border.color.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="table.frame.border.style.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="table.frame.border.thickness.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="tablecolumns.extension.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="target.database.document.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="targets.filename.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="tex.math.delims.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="tex.math.file.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="tex.math.in.alt.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="textinsert.extension.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="toc.list.type.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="toc.section.depth.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="toc.max.depth.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="ulink.target.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="use.embed.for.svg.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="use.extensions.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="use.id.as.filename.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="use.local.olink.style.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="use.role.as.xrefstyle.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="use.role.for.mediaobject.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="use.svg.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="variablelist.as.table.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="xref.with.number.and.title.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="xref.label-title.separator.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="xref.label-page.separator.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="xref.title-page.separator.frag"&gt;&lt;/src:fragref&gt;
  +&lt;src:fragref linkend="insert.xref.page.number.frag"&gt;&lt;/src:fragref&gt;
   
  -         &lt;/xsl:stylesheet&gt;
  -      </programlisting>
  +&lt;/xsl:stylesheet&gt;
  +</programlisting>
   
  -   </appendix>
  +</appendix>
   
   </book>
  \ No newline at end of file
  
  
  
  1.2       +293 -299  JBossRemoting/docs/guide/support/support/docbook-xsl/html/param.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: param.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/param.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- param.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ param.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -1,11 +1,10 @@
   <?xml version="1.0" encoding="utf-8"?>
   <!-- This file is generated from param.xweb; do not edit this file! -->
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
  -                exclude-result-prefixes="src" version="1.0">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" exclude-result-prefixes="src" version="1.0">
   
  -   <!-- ********************************************************************
  -  $Id: param.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: param.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -14,292 +13,287 @@
   
     ******************************************************************** -->
   
  -   <xsl:param name="admon.graphics.extension" select="'.png'"/>
  -   <xsl:param name="admon.graphics" select="0"/>
  -   <xsl:param name="admon.graphics.path">images/</xsl:param>
  -   <xsl:param name="admon.style">
  +<xsl:param name="admon.graphics.extension" select="'.png'"/>
  +<xsl:param name="admon.graphics" select="0"/>
  +<xsl:param name="admon.graphics.path">images/</xsl:param>
  +<xsl:param name="admon.style">
         <xsl:text>margin-left: 0.5in; margin-right: 0.5in;</xsl:text>
  -   </xsl:param>
  -   <xsl:param name="admon.textlabel" select="1"/>
  -   <xsl:param name="annotate.toc" select="1"/>
  -   <xsl:param name="appendix.autolabel" select="1"/>
  -   <xsl:param name="author.othername.in.middle" select="1"/>
  -   <xsl:param name="autotoc.label.separator" select="'. '"/>
  -   <xsl:param name="base.dir" select="''"/>
  -   <xsl:param name="biblioentry.item.separator">.</xsl:param>
  -   <xsl:param name="bibliography.collection"
  -              select="'http://docbook.sourceforge.net/release/bibliography/bibliography.xml'"/>
  -   <xsl:param name="bibliography.numbered" select="0"/>
  -   <xsl:param name="bridgehead.in.toc" select="0"/>
  -   <xsl:param name="callout.defaultcolumn" select="'60'"/>
  -   <xsl:param name="callout.graphics.extension" select="'.png'"/>
  -   <xsl:param name="callout.graphics" select="'1'"/>
  -   <xsl:param name="callout.graphics.number.limit" select="'10'"/>
  -   <xsl:param name="callout.graphics.path" select="'images/callouts/'"/>
  -   <xsl:param name="callout.list.table" select="'1'"/>
  -   <xsl:param name="callout.unicode" select="0"/>
  -   <xsl:param name="callout.unicode.number.limit" select="'10'"/>
  -   <xsl:param name="callout.unicode.start.character" select="10102"/>
  -   <xsl:param name="callouts.extension" select="'1'"/>
  -   <xsl:param name="chapter.autolabel" select="1"/>
  -   <xsl:param name="chunk.first.sections" select="0"/>
  -   <xsl:param name="chunk.quietly" select="0"/>
  -   <xsl:param name="chunk.section.depth" select="1"/>
  -   <xsl:param name="chunk.toc" select="''"/>
  -   <xsl:param name="chunk.tocs.and.lots" select="0"/>
  -   <xsl:param name="citerefentry.link" select="'0'"/>
  -   <xsl:param name="collect.xref.targets" select="'no'"/>
  -   <xsl:param name="css.decoration" select="1"/>
  -   <xsl:param name="current.docid" select="''"/>
  -   <xsl:param name="default.float.class" select="'before'"/>
  -   <xsl:param name="default.image.width" select="''"/>
  -   <xsl:param name="default.table.width" select="''"/>
  -   <xsl:param name="draft.mode" select="'maybe'"/>
  -   <xsl:param name="draft.watermark.image" select="'http://docbook.sourceforge.net/release/images/draft.png'"/>
  -   <xsl:param name="ebnf.table.bgcolor" select="'#F5DCB3'"/>
  -   <xsl:param name="ebnf.table.border" select="1"/>
  -   <xsl:param name="ebnf.assignment">
  -      <tt>::=</tt>
  -   </xsl:param>
  -
  -   <xsl:param name="ebnf.statement.terminator"/>
  -
  -   <xsl:param name="eclipse.autolabel" select="0"/>
  -   <xsl:param name="eclipse.plugin.name">DocBook Online Help Sample</xsl:param>
  -   <xsl:param name="eclipse.plugin.id">com.example.help</xsl:param>
  -   <xsl:param name="eclipse.plugin.provider">Example provider</xsl:param>
  -   <xsl:param name="emphasis.propagates.style" select="1"/>
  -   <xsl:param name="entry.propagates.style" select="1"/>
  -   <xsl:param name="firstterm.only.link" select="0"/>
  -   <xsl:param name="footer.rule" select="1"/>
  -   <xsl:param name="footnote.number.format" select="'1'"/>
  -   <xsl:param name="footnote.number.symbols" select="''"/>
  -   <xsl:param name="formal.procedures" select="1"/>
  -   <xsl:param name="formal.title.placement">
  -      figure before
  -      example before
  -      equation before
  -      table before
  -      procedure before
  -      task before
  -   </xsl:param>
  -   <xsl:param name="funcsynopsis.decoration" select="1"/>
  -   <xsl:param name="funcsynopsis.style">kr</xsl:param>
  -   <xsl:param name="funcsynopsis.tabular.threshold" select="40"/>
  -   <xsl:param name="function.parens">0</xsl:param>
  -   <xsl:param name="generate.id.attributes" select="0"/>
  -   <xsl:param name="generate.index" select="1"/>
  -   <xsl:param name="generate.legalnotice.link" select="0"/>
  -   <xsl:param name="generate.manifest" select="0"/>
  -   <xsl:param name="generate.meta.abstract" select="1"/>
  -   <xsl:param name="generate.section.toc.level" select="0"/>
  -   <xsl:param name="generate.toc">
  -      appendix toc,title
  -      article/appendix nop
  -      article toc,title
  -      book toc,title,figure,table,example,equation
  -      chapter toc,title
  -      part toc,title
  -      preface toc,title
  -      qandadiv toc
  -      qandaset toc
  -      reference toc,title
  -      sect1 toc
  -      sect2 toc
  -      sect3 toc
  -      sect4 toc
  -      sect5 toc
  -      section toc
  -      set toc,title
  -   </xsl:param>
  -
  -   <xsl:param name="glossary.collection" select="''"/>
  -   <xsl:param name="glossentry.show.acronym" select="'no'"/>
  -   <xsl:param name="glossterm.auto.link" select="0"/>
  -   <xsl:param name="graphic.default.extension"/>
  -   <xsl:param name="graphicsize.extension" select="1"/>
  -   <xsl:param name="header.rule" select="1"/>
  -   <xsl:param name="html.base"/>
  -   <xsl:param name="html.cellpadding" select="''"/>
  -   <xsl:param name="html.cellspacing" select="''"/>
  -   <xsl:param name="html.cleanup" select="1"/>
  -   <xsl:param name="html.ext" select="'.html'"/>
  -   <xsl:param name="html.extra.head.links" select="0"/>
  -   <xsl:param name="html.longdesc" select="1"/>
  -   <xsl:param name="html.longdesc.link" select="$html.longdesc"/>
  -   <xsl:param name="html.stylesheet" select="''"/>
  -   <xsl:param name="html.stylesheet.type">text/css</xsl:param>
  -   <xsl:param name="htmlhelp.alias.file" select="'alias.h'"/>
  -   <xsl:param name="htmlhelp.autolabel" select="0"/>
  -   <xsl:param name="htmlhelp.button.back" select="1"/>
  -   <xsl:param name="htmlhelp.button.forward" select="0"/>
  -   <xsl:param name="htmlhelp.button.hideshow" select="1"/>
  -   <xsl:param name="htmlhelp.button.home" select="0"/>
  -   <xsl:param name="htmlhelp.button.home.url"/>
  -   <xsl:param name="htmlhelp.button.jump1" select="0"/>
  -   <xsl:param name="htmlhelp.button.jump1.title" select="'User1'"/>
  -   <xsl:param name="htmlhelp.button.jump1.url"/>
  -   <xsl:param name="htmlhelp.button.jump2" select="0"/>
  -   <xsl:param name="htmlhelp.button.jump2.title" select="'User2'"/>
  -   <xsl:param name="htmlhelp.button.jump2.url"/>
  -   <xsl:param name="htmlhelp.button.locate" select="0"/>
  -   <xsl:param name="htmlhelp.button.next" select="1"/>
  -   <xsl:param name="htmlhelp.button.options" select="1"/>
  -   <xsl:param name="htmlhelp.button.prev" select="1"/>
  -   <xsl:param name="htmlhelp.button.print" select="1"/>
  -   <xsl:param name="htmlhelp.button.refresh" select="0"/>
  -   <xsl:param name="htmlhelp.button.stop" select="0"/>
  -   <xsl:param name="htmlhelp.button.zoom" select="0"/>
  -   <xsl:param name="htmlhelp.chm" select="'htmlhelp.chm'"/>
  -   <xsl:param name="htmlhelp.default.topic" select="''"/>
  -   <xsl:param name="htmlhelp.display.progress" select="1"/>
  -   <xsl:param name="htmlhelp.encoding" select="'iso-8859-1'"/>
  -   <xsl:param name="htmlhelp.enhanced.decompilation" select="0"/>
  -   <xsl:param name="htmlhelp.enumerate.images" select="0"/>
  -   <xsl:param name="htmlhelp.force.map.and.alias" select="0"/>
  -   <xsl:param name="htmlhelp.hhc.binary" select="1"/>
  -   <xsl:param name="htmlhelp.hhc.folders.instead.books" select="1"/>
  -   <xsl:param name="htmlhelp.hhc" select="'toc.hhc'"/>
  -   <xsl:param name="htmlhelp.hhc.section.depth" select="5"/>
  -   <xsl:param name="htmlhelp.hhc.show.root" select="1"/>
  -   <xsl:param name="htmlhelp.hhc.width"/>
  -   <xsl:param name="htmlhelp.hhk" select="'index.hhk'"/>
  -   <xsl:param name="htmlhelp.hhp" select="'htmlhelp.hhp'"/>
  -   <xsl:param name="htmlhelp.hhp.tail"/>
  -   <xsl:param name="htmlhelp.hhp.window" select="'Main'"/>
  -   <xsl:param name="htmlhelp.hhp.windows"/>
  -   <xsl:param name="htmlhelp.map.file" select="'context.h'"/>
  -   <xsl:param name="htmlhelp.only" select="0"/>
  -   <xsl:param name="htmlhelp.remember.window.position" select="0"/>
  -   <xsl:param name="htmlhelp.show.advanced.search" select="0"/>
  -   <xsl:param name="htmlhelp.show.favorities" select="0"/>
  -   <xsl:param name="htmlhelp.show.menu" select="0"/>
  -   <xsl:param name="htmlhelp.show.toolbar.text" select="1"/>
  -   <xsl:param name="htmlhelp.title" select="''"/>
  -   <xsl:param name="htmlhelp.use.hhk" select="0"/>
  -   <xsl:param name="htmlhelp.window.geometry"/>
  -   <xsl:param name="ignore.image.scaling" select="0"/>
  -   <xsl:param name="inherit.keywords" select="'1'"/>
  -   <xsl:param name="l10n.gentext.default.language" select="'en'"/>
  -   <xsl:param name="l10n.gentext.language" select="''"/>
  -   <xsl:param name="l10n.gentext.use.xref.language" select="0"/>
  -   <xsl:param name="label.from.part" select="'0'"/>
  -   <xsl:param name="linenumbering.everyNth" select="'5'"/>
  -   <xsl:param name="linenumbering.extension" select="'1'"/>
  -   <xsl:param name="linenumbering.separator" select="' '"/>
  -   <xsl:param name="linenumbering.width" select="'3'"/>
  -   <xsl:param name="link.mailto.url"/>
  -   <xsl:param name="make.graphic.viewport" select="1"/>
  -   <xsl:param name="make.single.year.ranges" select="0"/>
  -   <xsl:param name="make.valid.html" select="0"/>
  -   <xsl:param name="make.year.ranges" select="0"/>
  -   <xsl:param name="manifest" select="'HTML.manifest'"/>
  -   <xsl:param name="manifest.in.base.dir" select="0"/>
  -   <xsl:param name="manual.toc" select="''"/>
  -   <xsl:param name="menuchoice.menu.separator" select="'-&gt;'"/>
  -   <xsl:param name="menuchoice.separator" select="'+'"/>
  -   <xsl:param name="navig.graphics.extension" select="'.gif'"/>
  -   <xsl:param name="navig.graphics" select="0"/>
  -   <xsl:param name="navig.graphics.path">images/</xsl:param>
  -   <xsl:param name="navig.showtitles">1</xsl:param>
  -   <xsl:param name="nominal.image.depth" select="4 * $pixels.per.inch"/>
  -   <xsl:param name="nominal.image.width" select="6 * $pixels.per.inch"/>
  -   <xsl:param name="nominal.table.width" select="'6in'"/>
  -   <xsl:param name="olink.base.uri" select="''"/>
  -   <xsl:param name="olink.doctitle" select="0"/>
  -   <xsl:param name="olink.fragid" select="'fragid='"/>
  -   <xsl:param name="olink.outline.ext" select="'.olink'"/>
  -   <xsl:param name="olink.pubid" select="'pubid='"/>
  -   <xsl:param name="olink.resolver" select="'/cgi-bin/olink'"/>
  -   <xsl:param name="olink.sysid" select="'sysid='"/>
  -   <xsl:param name="para.propagates.style" select="1"/>
  -   <xsl:param name="part.autolabel" select="1"/>
  -   <xsl:param name="phrase.propagates.style" select="1"/>
  -   <xsl:param name="pixels.per.inch" select="90"/>
  -   <xsl:param name="points.per.em" select="10"/>
  -   <xsl:param name="preface.autolabel" select="0"/>
  -   <xsl:param name="preferred.mediaobject.role"/>
  -   <xsl:param name="process.empty.source.toc" select="0"/>
  -   <xsl:param name="process.source.toc" select="0"/>
  -   <xsl:param name="profile.arch" select="''"/>
  -   <xsl:param name="profile.attribute" select="''"/>
  -   <xsl:param name="profile.condition" select="''"/>
  -   <xsl:param name="profile.conformance" select="''"/>
  -   <xsl:param name="profile.lang" select="''"/>
  -   <xsl:param name="profile.os" select="''"/>
  -   <xsl:param name="profile.revision" select="''"/>
  -   <xsl:param name="profile.revisionflag" select="''"/>
  -   <xsl:param name="profile.role" select="''"/>
  -   <xsl:param name="profile.security" select="''"/>
  -   <xsl:param name="profile.separator" select="';'"/>
  -   <xsl:param name="profile.userlevel" select="''"/>
  -   <xsl:param name="profile.value" select="''"/>
  -   <xsl:param name="profile.vendor" select="''"/>
  -   <xsl:param name="punct.honorific" select="'.'"/>
  -   <xsl:param name="qanda.defaultlabel">number</xsl:param>
  -   <xsl:param name="qanda.inherit.numeration" select="1"/>
  -   <xsl:param name="qandadiv.autolabel" select="1"/>
  -   <xsl:param name="refentry.generate.name" select="1"/>
  -   <xsl:param name="refentry.generate.title" select="0"/>
  -   <xsl:param name="refentry.separator" select="'1'"/>
  -   <xsl:param name="refentry.xref.manvolnum" select="1"/>
  -   <xsl:param name="root.filename" select="'index'"/>
  -   <xsl:param name="rootid" select="''"/>
  -   <xsl:param name="runinhead.default.title.end.punct" select="'.'"/>
  -   <xsl:param name="runinhead.title.end.punct" select="'.!?:'"/>
  -   <xsl:param name="section.autolabel" select="0"/>
  -   <xsl:param name="section.label.includes.component.label" select="0"/>
  -   <xsl:param name="segmentedlist.as.table" select="0"/>
  -   <xsl:param name="shade.verbatim" select="0"/>
  -   <xsl:attribute-set name="shade.verbatim.style">
  +</xsl:param>
  +<xsl:param name="admon.textlabel" select="1"/>
  +<xsl:param name="annotate.toc" select="1"/>
  +<xsl:param name="appendix.autolabel" select="1"/>
  +<xsl:param name="author.othername.in.middle" select="1"/>
  +<xsl:param name="autotoc.label.separator" select="'. '"/>
  +<xsl:param name="base.dir" select="''"/>
  +<xsl:param name="biblioentry.item.separator">. </xsl:param>
  +<xsl:param name="bibliography.collection" select="'http://docbook.sourceforge.net/release/bibliography/bibliography.xml'"/>
  +<xsl:param name="bibliography.numbered" select="0"/>
  +<xsl:param name="bridgehead.in.toc" select="0"/>
  +<xsl:param name="callout.defaultcolumn" select="'60'"/>
  +<xsl:param name="callout.graphics.extension" select="'.png'"/>
  +<xsl:param name="callout.graphics" select="'1'"/>
  +<xsl:param name="callout.graphics.number.limit" select="'10'"/>
  +<xsl:param name="callout.graphics.path" select="'images/callouts/'"/>
  +<xsl:param name="callout.list.table" select="'1'"/>
  +<xsl:param name="callout.unicode" select="0"/>
  +<xsl:param name="callout.unicode.number.limit" select="'10'"/>
  +<xsl:param name="callout.unicode.start.character" select="10102"/>
  +<xsl:param name="callouts.extension" select="'1'"/>
  +<xsl:param name="chapter.autolabel" select="1"/>
  +<xsl:param name="chunk.first.sections" select="0"/>
  +<xsl:param name="chunk.quietly" select="0"/>
  +<xsl:param name="chunk.section.depth" select="1"/>
  +<xsl:param name="chunk.toc" select="''"/>
  +<xsl:param name="chunk.tocs.and.lots" select="0"/>
  +<xsl:param name="citerefentry.link" select="'0'"/>
  +<xsl:param name="collect.xref.targets" select="'no'"/>
  +<xsl:param name="css.decoration" select="1"/>
  +<xsl:param name="current.docid" select="''"/> 
  +<xsl:param name="default.float.class" select="'before'"/>
  +<xsl:param name="default.image.width" select="''"/>
  +<xsl:param name="default.table.width" select="''"/>
  +<xsl:param name="draft.mode" select="'maybe'"/>
  +<xsl:param name="draft.watermark.image" select="'http://docbook.sourceforge.net/release/images/draft.png'"/>
  +<xsl:param name="ebnf.table.bgcolor" select="'#F5DCB3'"/>
  +<xsl:param name="ebnf.table.border" select="1"/>
  +<xsl:param name="ebnf.assignment">
  +<tt>::=</tt>
  +</xsl:param>
  +
  +<xsl:param name="ebnf.statement.terminator"/>
  +
  +<xsl:param name="eclipse.autolabel" select="0"/>
  +<xsl:param name="eclipse.plugin.name">DocBook Online Help Sample</xsl:param>
  +<xsl:param name="eclipse.plugin.id">com.example.help</xsl:param>
  +<xsl:param name="eclipse.plugin.provider">Example provider</xsl:param>
  +<xsl:param name="emphasis.propagates.style" select="1"/>
  +<xsl:param name="entry.propagates.style" select="1"/>
  +<xsl:param name="firstterm.only.link" select="0"/>
  +<xsl:param name="footer.rule" select="1"/>
  +<xsl:param name="footnote.number.format" select="'1'"/>
  +<xsl:param name="footnote.number.symbols" select="''"/>
  +<xsl:param name="formal.procedures" select="1"/>
  +<xsl:param name="formal.title.placement">
  +figure before
  +example before
  +equation before
  +table before
  +procedure before
  +task before
  +</xsl:param>
  +<xsl:param name="funcsynopsis.decoration" select="1"/>
  +<xsl:param name="funcsynopsis.style">kr</xsl:param>
  +<xsl:param name="funcsynopsis.tabular.threshold" select="40"/>
  +<xsl:param name="function.parens">0</xsl:param>
  +<xsl:param name="generate.id.attributes" select="0"/>
  +<xsl:param name="generate.index" select="1"/>
  +<xsl:param name="generate.legalnotice.link" select="0"/>
  +<xsl:param name="generate.manifest" select="0"/>
  +<xsl:param name="generate.meta.abstract" select="1"/>
  +<xsl:param name="generate.section.toc.level" select="0"/>
  +<xsl:param name="generate.toc">
  +appendix  toc,title
  +article/appendix  nop
  +article   toc,title
  +book      toc,title,figure,table,example,equation
  +chapter   toc,title
  +part      toc,title
  +preface   toc,title
  +qandadiv  toc
  +qandaset  toc
  +reference toc,title
  +sect1     toc
  +sect2     toc
  +sect3     toc
  +sect4     toc
  +sect5     toc
  +section   toc
  +set       toc,title
  +</xsl:param>
  +
  +<xsl:param name="glossary.collection" select="''"/>
  +<xsl:param name="glossentry.show.acronym" select="'no'"/>
  +<xsl:param name="glossterm.auto.link" select="0"/>
  +<xsl:param name="graphic.default.extension"/>
  +<xsl:param name="graphicsize.extension" select="1"/>
  +<xsl:param name="header.rule" select="1"/>
  +<xsl:param name="html.base"/>
  +<xsl:param name="html.cellpadding" select="''"/>
  +<xsl:param name="html.cellspacing" select="''"/>
  +<xsl:param name="html.cleanup" select="1"/>
  +<xsl:param name="html.ext" select="'.html'"/>
  +<xsl:param name="html.extra.head.links" select="0"/>
  +<xsl:param name="html.longdesc" select="1"/>
  +<xsl:param name="html.longdesc.link" select="$html.longdesc"/>
  +<xsl:param name="html.stylesheet" select="''"/>
  +<xsl:param name="html.stylesheet.type">text/css</xsl:param>
  +<xsl:param name="htmlhelp.alias.file" select="'alias.h'"/>
  +<xsl:param name="htmlhelp.autolabel" select="0"/>
  +<xsl:param name="htmlhelp.button.back" select="1"/>
  +<xsl:param name="htmlhelp.button.forward" select="0"/>
  +<xsl:param name="htmlhelp.button.hideshow" select="1"/>
  +<xsl:param name="htmlhelp.button.home" select="0"/>
  +<xsl:param name="htmlhelp.button.home.url"/>
  +<xsl:param name="htmlhelp.button.jump1" select="0"/>
  +<xsl:param name="htmlhelp.button.jump1.title" select="'User1'"/>
  +<xsl:param name="htmlhelp.button.jump1.url"/>
  +<xsl:param name="htmlhelp.button.jump2" select="0"/>
  +<xsl:param name="htmlhelp.button.jump2.title" select="'User2'"/>
  +<xsl:param name="htmlhelp.button.jump2.url"/>
  +<xsl:param name="htmlhelp.button.locate" select="0"/>
  +<xsl:param name="htmlhelp.button.next" select="1"/>
  +<xsl:param name="htmlhelp.button.options" select="1"/>
  +<xsl:param name="htmlhelp.button.prev" select="1"/>
  +<xsl:param name="htmlhelp.button.print" select="1"/>
  +<xsl:param name="htmlhelp.button.refresh" select="0"/>
  +<xsl:param name="htmlhelp.button.stop" select="0"/>
  +<xsl:param name="htmlhelp.button.zoom" select="0"/>
  +<xsl:param name="htmlhelp.chm" select="'htmlhelp.chm'"/>
  +<xsl:param name="htmlhelp.default.topic" select="''"/>
  +<xsl:param name="htmlhelp.display.progress" select="1"/>
  +<xsl:param name="htmlhelp.encoding" select="'iso-8859-1'"/>
  +<xsl:param name="htmlhelp.enhanced.decompilation" select="0"/>
  +<xsl:param name="htmlhelp.enumerate.images" select="0"/>
  +<xsl:param name="htmlhelp.force.map.and.alias" select="0"/>
  +<xsl:param name="htmlhelp.hhc.binary" select="1"/>
  +<xsl:param name="htmlhelp.hhc.folders.instead.books" select="1"/>
  +<xsl:param name="htmlhelp.hhc" select="'toc.hhc'"/>
  +<xsl:param name="htmlhelp.hhc.section.depth" select="5"/>
  +<xsl:param name="htmlhelp.hhc.show.root" select="1"/>
  +<xsl:param name="htmlhelp.hhc.width"/>
  +<xsl:param name="htmlhelp.hhk" select="'index.hhk'"/>
  +<xsl:param name="htmlhelp.hhp" select="'htmlhelp.hhp'"/>
  +<xsl:param name="htmlhelp.hhp.tail"/>
  +<xsl:param name="htmlhelp.hhp.window" select="'Main'"/>
  +<xsl:param name="htmlhelp.hhp.windows"/>
  +<xsl:param name="htmlhelp.map.file" select="'context.h'"/>
  +<xsl:param name="htmlhelp.only" select="0"/>
  +<xsl:param name="htmlhelp.remember.window.position" select="0"/>
  +<xsl:param name="htmlhelp.show.advanced.search" select="0"/>
  +<xsl:param name="htmlhelp.show.favorities" select="0"/>
  +<xsl:param name="htmlhelp.show.menu" select="0"/>
  +<xsl:param name="htmlhelp.show.toolbar.text" select="1"/>
  +<xsl:param name="htmlhelp.title" select="''"/>
  +<xsl:param name="htmlhelp.use.hhk" select="0"/>
  +<xsl:param name="htmlhelp.window.geometry"/>
  +<xsl:param name="ignore.image.scaling" select="0"/>
  +<xsl:param name="inherit.keywords" select="'1'"/>
  +<xsl:param name="l10n.gentext.default.language" select="'en'"/>
  +<xsl:param name="l10n.gentext.language" select="''"/>
  +<xsl:param name="l10n.gentext.use.xref.language" select="0"/>
  +<xsl:param name="label.from.part" select="'0'"/>
  +<xsl:param name="linenumbering.everyNth" select="'5'"/>
  +<xsl:param name="linenumbering.extension" select="'1'"/>
  +<xsl:param name="linenumbering.separator" select="' '"/>
  +<xsl:param name="linenumbering.width" select="'3'"/>
  +<xsl:param name="link.mailto.url"/>
  +<xsl:param name="make.graphic.viewport" select="1"/>
  +<xsl:param name="make.single.year.ranges" select="0"/>
  +<xsl:param name="make.valid.html" select="0"/>
  +<xsl:param name="make.year.ranges" select="0"/>
  +<xsl:param name="manifest" select="'HTML.manifest'"/>
  +<xsl:param name="manifest.in.base.dir" select="0"/>
  +<xsl:param name="manual.toc" select="''"/>
  +<xsl:param name="menuchoice.menu.separator" select="'-&gt;'"/>
  +<xsl:param name="menuchoice.separator" select="'+'"/>
  +<xsl:param name="navig.graphics.extension" select="'.gif'"/>
  +<xsl:param name="navig.graphics" select="0"/>
  +<xsl:param name="navig.graphics.path">images/</xsl:param>
  +<xsl:param name="navig.showtitles">1</xsl:param>
  +<xsl:param name="nominal.image.depth" select="4 * $pixels.per.inch"/>
  +<xsl:param name="nominal.image.width" select="6 * $pixels.per.inch"/>
  +<xsl:param name="nominal.table.width" select="'6in'"/>
  +<xsl:param name="olink.base.uri" select="''"/> 
  +<xsl:param name="olink.doctitle" select="0"/> 
  +<xsl:param name="olink.fragid" select="'fragid='"/>
  +<xsl:param name="olink.outline.ext" select="'.olink'"/>
  +<xsl:param name="olink.pubid" select="'pubid='"/>
  +<xsl:param name="olink.resolver" select="'/cgi-bin/olink'"/>
  +<xsl:param name="olink.sysid" select="'sysid='"/>
  +<xsl:param name="para.propagates.style" select="1"/>
  +<xsl:param name="part.autolabel" select="1"/>
  +<xsl:param name="phrase.propagates.style" select="1"/>
  +<xsl:param name="pixels.per.inch" select="90"/>
  +<xsl:param name="points.per.em" select="10"/>
  +<xsl:param name="preface.autolabel" select="0"/>
  +<xsl:param name="preferred.mediaobject.role"/>
  +<xsl:param name="process.empty.source.toc" select="0"/>
  +<xsl:param name="process.source.toc" select="0"/>
  +<xsl:param name="profile.arch" select="''"/>
  +<xsl:param name="profile.attribute" select="''"/>
  +<xsl:param name="profile.condition" select="''"/>
  +<xsl:param name="profile.conformance" select="''"/>
  +<xsl:param name="profile.lang" select="''"/>
  +<xsl:param name="profile.os" select="''"/>
  +<xsl:param name="profile.revision" select="''"/>
  +<xsl:param name="profile.revisionflag" select="''"/>
  +<xsl:param name="profile.role" select="''"/>
  +<xsl:param name="profile.security" select="''"/>
  +<xsl:param name="profile.separator" select="';'"/>
  +<xsl:param name="profile.userlevel" select="''"/>
  +<xsl:param name="profile.value" select="''"/>
  +<xsl:param name="profile.vendor" select="''"/>
  +<xsl:param name="punct.honorific" select="'.'"/>
  +<xsl:param name="qanda.defaultlabel">number</xsl:param>
  +<xsl:param name="qanda.inherit.numeration" select="1"/>
  +<xsl:param name="qandadiv.autolabel" select="1"/>
  +<xsl:param name="refentry.generate.name" select="1"/>
  +<xsl:param name="refentry.generate.title" select="0"/>
  +<xsl:param name="refentry.separator" select="'1'"/>
  +<xsl:param name="refentry.xref.manvolnum" select="1"/>
  +<xsl:param name="root.filename" select="'index'"/>
  +<xsl:param name="rootid" select="''"/>
  +<xsl:param name="runinhead.default.title.end.punct" select="'.'"/>
  +<xsl:param name="runinhead.title.end.punct" select="'.!?:'"/>
  +<xsl:param name="section.autolabel" select="0"/>
  +<xsl:param name="section.label.includes.component.label" select="0"/>
  +<xsl:param name="segmentedlist.as.table" select="0"/>
  +<xsl:param name="shade.verbatim" select="0"/>
  +<xsl:attribute-set name="shade.verbatim.style">
         <xsl:attribute name="border">0</xsl:attribute>
         <xsl:attribute name="bgcolor">#E0E0E0</xsl:attribute>
  -   </xsl:attribute-set>
  +</xsl:attribute-set>
   
  -   <xsl:param name="show.comments">1</xsl:param>
  -   <xsl:param name="show.revisionflag">0</xsl:param>
  -   <xsl:param name="spacing.paras" select="'0'"/>
  -   <xsl:param name="suppress.footer.navigation">0</xsl:param>
  -   <xsl:param name="suppress.header.navigation">0</xsl:param>
  -   <xsl:param name="suppress.navigation">0</xsl:param>
  -   <xsl:param name="table.borders.with.css" select="0"/>
  -   <xsl:param name="table.cell.border.color" select="''"/>
  -
  -   <xsl:param name="table.cell.border.style" select="'solid'"/>
  -   <xsl:param name="table.cell.border.thickness" select="'0.5pt'"/>
  -   <xsl:param name="table.footnote.number.format" select="'a'"/>
  -   <xsl:param name="table.footnote.number.symbols" select="''"/>
  -   <xsl:param name="table.frame.border.color" select="''"/>
  -
  -   <xsl:param name="table.frame.border.style" select="'solid'"/>
  -   <xsl:param name="table.frame.border.thickness" select="'0.5pt'"/>
  -   <xsl:param name="tablecolumns.extension" select="'1'"/>
  -   <xsl:param name="target.database.document" select="''"/>
  -   <xsl:param name="targets.filename" select="'target.db'"/>
  -   <xsl:param name="tex.math.delims" select="'1'"/>
  -   <xsl:param name="tex.math.file" select="'tex-math-equations.tex'"/>
  -   <xsl:param name="tex.math.in.alt" select="''"/>
  -   <xsl:param name="textinsert.extension" select="'1'"/>
  -   <xsl:param name="toc.list.type">dl</xsl:param>
  -   <xsl:param name="toc.section.depth">2</xsl:param>
  -   <xsl:param name="toc.max.depth">8</xsl:param>
  -   <xsl:param name="ulink.target" select="'_top'"/>
  -   <xsl:param name="use.embed.for.svg" select="0"/>
  -   <xsl:param name="use.extensions" select="'0'"/>
  -   <xsl:param name="use.id.as.filename" select="'0'"/>
  -   <xsl:param name="use.local.olink.style" select="0"/>
  -   <xsl:param name="use.role.as.xrefstyle" select="1"/>
  -   <xsl:param name="use.role.for.mediaobject" select="1"/>
  -   <xsl:param name="use.svg" select="1"/>
  -   <xsl:param name="variablelist.as.table" select="0"/>
  -   <xsl:param name="xref.with.number.and.title" select="1"/>
  -   <xsl:param name="xref.label-title.separator">:</xsl:param>
  -   <xsl:param name="xref.label-page.separator">
  -      <xsl:text></xsl:text>
  -   </xsl:param>
  -   <xsl:param name="xref.title-page.separator">
  -      <xsl:text></xsl:text>
  -   </xsl:param>
  -   <xsl:param name="insert.xref.page.number">no</xsl:param>
  +<xsl:param name="show.comments">1</xsl:param>
  +<xsl:param name="show.revisionflag">0</xsl:param>
  +<xsl:param name="spacing.paras" select="'0'"/>
  +<xsl:param name="suppress.footer.navigation">0</xsl:param>
  +<xsl:param name="suppress.header.navigation">0</xsl:param>
  +<xsl:param name="suppress.navigation">0</xsl:param>
  +<xsl:param name="table.borders.with.css" select="0"/>
  +<xsl:param name="table.cell.border.color" select="''"/>
  +
  +<xsl:param name="table.cell.border.style" select="'solid'"/>
  +<xsl:param name="table.cell.border.thickness" select="'0.5pt'"/>
  +<xsl:param name="table.footnote.number.format" select="'a'"/>
  +<xsl:param name="table.footnote.number.symbols" select="''"/>
  +<xsl:param name="table.frame.border.color" select="''"/>
  +
  +<xsl:param name="table.frame.border.style" select="'solid'"/>
  +<xsl:param name="table.frame.border.thickness" select="'0.5pt'"/>
  +<xsl:param name="tablecolumns.extension" select="'1'"/>
  +<xsl:param name="target.database.document" select="''"/>
  +<xsl:param name="targets.filename" select="'target.db'"/>
  +<xsl:param name="tex.math.delims" select="'1'"/>
  +<xsl:param name="tex.math.file" select="'tex-math-equations.tex'"/>
  +<xsl:param name="tex.math.in.alt" select="''"/>
  +<xsl:param name="textinsert.extension" select="'1'"/>
  +<xsl:param name="toc.list.type">dl</xsl:param>
  +<xsl:param name="toc.section.depth">2</xsl:param>
  +<xsl:param name="toc.max.depth">8</xsl:param>
  +<xsl:param name="ulink.target" select="'_top'"/>
  +<xsl:param name="use.embed.for.svg" select="0"/>
  +<xsl:param name="use.extensions" select="'0'"/>
  +<xsl:param name="use.id.as.filename" select="'0'"/>
  +<xsl:param name="use.local.olink.style" select="0"/> 
  +<xsl:param name="use.role.as.xrefstyle" select="1"/>
  +<xsl:param name="use.role.for.mediaobject" select="1"/>
  +<xsl:param name="use.svg" select="1"/>
  +<xsl:param name="variablelist.as.table" select="0"/>
  +<xsl:param name="xref.with.number.and.title" select="1"/>
  +<xsl:param name="xref.label-title.separator">: </xsl:param>
  +<xsl:param name="xref.label-page.separator"><xsl:text> </xsl:text></xsl:param>
  +<xsl:param name="xref.title-page.separator"><xsl:text> </xsl:text></xsl:param>
  +<xsl:param name="insert.xref.page.number">no</xsl:param>
   
   </xsl:stylesheet>
  \ No newline at end of file
  
  
  
  1.2       +196 -200  JBossRemoting/docs/guide/support/support/docbook-xsl/html/pi.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pi.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/pi.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pi.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ pi.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: pi.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: pi.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,16 +12,16 @@
   
     ******************************************************************** -->
   
  -   <xsl:template match="processing-instruction()">
  -   </xsl:template>
  +<xsl:template match="processing-instruction()">
  +</xsl:template>
   
  -   <xsl:template match="processing-instruction('dbhtml')">
  +<xsl:template match="processing-instruction('dbhtml')">
         <!-- nop -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="dbhtml-attribute">
  +<xsl:template name="dbhtml-attribute">
         <xsl:param name="pis" select="processing-instruction('dbhtml')"/>
         <xsl:param name="attribute">filename</xsl:param>
   
  @@ -29,27 +29,27 @@
            <xsl:with-param name="pis" select="$pis"/>
            <xsl:with-param name="attribute" select="$attribute"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="dbhtml-filename">
  +<xsl:template name="dbhtml-filename">
         <xsl:param name="pis" select="./processing-instruction('dbhtml')"/>
         <xsl:call-template name="dbhtml-attribute">
            <xsl:with-param name="pis" select="$pis"/>
            <xsl:with-param name="attribute">filename</xsl:with-param>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!--
  -   <xsl:template name="dbhtml-dir">
  +<!--
  +<xsl:template name="dbhtml-dir">
        <xsl:param name="pis" select="./processing-instruction('dbhtml')"/>
        <xsl:call-template name="dbhtml-attribute">
          <xsl:with-param name="pis" select="$pis"/>
          <xsl:with-param name="attribute">dir</xsl:with-param>
        </xsl:call-template>
  -   </xsl:template>
  -   -->
  +</xsl:template>
  +-->
   
  -   <xsl:template name="dbhtml-dir">
  +<xsl:template name="dbhtml-dir">
         <xsl:param name="context" select="."/>
   
         <!-- directories are now inherited from previous levels -->
  @@ -86,13 +86,12 @@
               <xsl:text>/</xsl:text>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="process.cmdsynopsis.list">
  -      <xsl:param name="cmdsynopses"/>
  -      <!-- empty node list by default -->
  +<xsl:template name="process.cmdsynopsis.list">
  +  <xsl:param name="cmdsynopses"/><!-- empty node list by default -->
         <xsl:param name="count" select="1"/>
   
         <xsl:choose>
  @@ -129,14 +128,13 @@
               </xsl:call-template>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="processing-instruction('dbcmdlist')">
  +<xsl:template match="processing-instruction('dbcmdlist')">
         <xsl:variable name="cmdsynopses" select="..//cmdsynopsis"/>
   
         <xsl:if test="count($cmdsynopses)&lt;1">
  -         <xsl:message>
  -            <xsl:text>No cmdsynopsis elements matched dbcmdlist PI, perhaps it's nested too deep?</xsl:text>
  +    <xsl:message><xsl:text>No cmdsynopsis elements matched dbcmdlist PI, perhaps it's nested too deep?</xsl:text>
            </xsl:message>
         </xsl:if>
   
  @@ -145,13 +143,12 @@
               <xsl:with-param name="cmdsynopses" select="$cmdsynopses"/>
            </xsl:call-template>
         </dl>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="process.funcsynopsis.list">
  -      <xsl:param name="funcsynopses"/>
  -      <!-- empty node list by default -->
  +<xsl:template name="process.funcsynopsis.list">
  +  <xsl:param name="funcsynopses"/><!-- empty node list by default -->
         <xsl:param name="count" select="1"/>
   
         <xsl:choose>
  @@ -188,14 +185,13 @@
               </xsl:call-template>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="processing-instruction('dbfunclist')">
  +<xsl:template match="processing-instruction('dbfunclist')">
         <xsl:variable name="funcsynopses" select="..//funcsynopsis"/>
   
         <xsl:if test="count($funcsynopses)&lt;1">
  -         <xsl:message>
  -            <xsl:text>No funcsynopsis elements matched dbfunclist PI, perhaps it's nested too deep?</xsl:text>
  +    <xsl:message><xsl:text>No funcsynopsis elements matched dbfunclist PI, perhaps it's nested too deep?</xsl:text>
            </xsl:message>
         </xsl:if>
   
  @@ -204,8 +200,8 @@
               <xsl:with-param name="funcsynopses" select="$funcsynopses"/>
            </xsl:call-template>
         </dl>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </xsl:stylesheet>
  
  
  
  1.2       +511 -536  JBossRemoting/docs/guide/support/support/docbook-xsl/html/profile-chunk-code.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: profile-chunk-code.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/profile-chunk-code.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- profile-chunk-code.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ profile-chunk-code.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -1,12 +1,10 @@
   <?xml version="1.0" encoding="US-ASCII"?>
   <!--This file was created automatically by xsl2profile-->
   <!--from the DocBook XSL stylesheets. Do not edit this file.-->
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common"
  -                xmlns:exslt="http://exslt.org/common" exslt:dummy="dummy" extension-element-prefixes="exslt"
  -                version="1.0" exclude-result-prefixes="exsl exslt">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common" xmlns:exslt="http://exslt.org/common" exslt:dummy="dummy" extension-element-prefixes="exslt" version="1.0" exclude-result-prefixes="exsl exslt">
   
  -   <!-- ********************************************************************
  -  $Id: profile-chunk-code.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: profile-chunk-code.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -15,17 +13,17 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:param name="onechunk" select="0"/>
  -   <xsl:param name="refentry.separator" select="0"/>
  -   <xsl:param name="chunk.fast" select="0"/>
  +<xsl:param name="onechunk" select="0"/>
  +<xsl:param name="refentry.separator" select="0"/>
  +<xsl:param name="chunk.fast" select="0"/>
   
  -   <xsl:key name="genid" match="*" use="generate-id()"/>
  +<xsl:key name="genid" match="*" use="generate-id()"/>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:variable name="chunk.hierarchy">
  +<xsl:variable name="chunk.hierarchy">
         <xsl:if test="$chunk.fast != 0">
            <xsl:choose>
               <xsl:when test="function-available('exsl:node-set')">
  @@ -34,15 +32,15 @@
               </xsl:when>
               <xsl:otherwise>
                  <xsl:message>
  -                  <xsl:text>Fast chunking requires exsl:node-set().</xsl:text>
  +          <xsl:text>Fast chunking requires exsl:node-set(). </xsl:text>
                     <xsl:text>Using "slow" chunking.</xsl:text>
                  </xsl:message>
               </xsl:otherwise>
            </xsl:choose>
         </xsl:if>
  -   </xsl:variable>
  +</xsl:variable>
   
  -   <xsl:template match="*" mode="find.chunks">
  +<xsl:template match="*" mode="find.chunks">
         <xsl:variable name="chunk">
            <xsl:call-template name="chunk"/>
         </xsl:variable>
  @@ -57,11 +55,11 @@
               <xsl:apply-templates select="*" mode="find.chunks"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="process-chunk-element">
  +<xsl:template name="process-chunk-element">
         <xsl:param name="content">
            <xsl:apply-imports/>
         </xsl:param>
  @@ -73,8 +71,7 @@
   
               <xsl:variable name="div" select="$chunks[@id=$genid]"/>
   
  -            <xsl:variable name="prevdiv"
  -                          select="($div/preceding-sibling::div|$div/preceding::div|$div/parent::div)[last()]"/>
  +      <xsl:variable name="prevdiv" select="($div/preceding-sibling::div|$div/preceding::div|$div/parent::div)[last()]"/>
               <xsl:variable name="prev" select="key('genid', $prevdiv/@id)"/>
   
               <xsl:variable name="nextdiv" select="($div/following-sibling::div|$div/following::div|$div/div)[1]"/>
  @@ -116,9 +113,9 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="process-chunk">
  +<xsl:template name="process-chunk">
         <xsl:param name="prev" select="."/>
         <xsl:param name="next" select="."/>
         <xsl:param name="content">
  @@ -137,9 +134,9 @@
   
         <xsl:if test="$ischunk='0'">
            <xsl:message>
  -            <xsl:text>Error</xsl:text>
  +      <xsl:text>Error </xsl:text>
               <xsl:value-of select="name(.)"/>
  -            <xsl:text>is not a chunk!</xsl:text>
  +      <xsl:text> is not a chunk!</xsl:text>
            </xsl:message>
         </xsl:if>
   
  @@ -161,9 +158,9 @@
            </xsl:with-param>
            <xsl:with-param name="quiet" select="$chunk.quietly"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="chunk-first-section-with-parent">
  +<xsl:template name="chunk-first-section-with-parent">
         <xsl:param name="content">
            <xsl:apply-imports/>
         </xsl:param>
  @@ -174,70 +171,52 @@
         <!-- Break these variables into pieces to work around
        http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6063 -->
   
  -      <xsl:variable name="prev-v1"
  -                    select="(ancestor::sect1[$chunk.section.depth &gt; 0                                and preceding-sibling::sect1][1]               |ancestor::sect2[$chunk.section.depth &gt; 1                                and preceding-sibling::sect2                                and parent::sect1[preceding-sibling::sect1]][1]               |ancestor::sect3[$chunk.section.depth &gt; 2                                and preceding-sibling::sect3                                and parent::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |ancestor::sect4[$chunk.section.depth &gt; 3                                and preceding-sibling::sect4                                and parent::sect3[preceding-sibling::sect2]                                and ancestor::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |ancestor:!
 :sect5[$chunk.section.depth &gt; 4                                and preceding-sibling::sect5                                and parent::sect4[preceding-sibling::sect4]                                and ancestor::sect3[preceding-sibling::sect3]                                and ancestor::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |ancestor::section[$chunk.section.depth &gt; count(ancestor::section)                                 and not(ancestor::section[not(preceding-sibling::section)])][1])[last()]"/>
  +  <xsl:variable name="prev-v1" select="(ancestor::sect1[$chunk.section.depth &gt; 0                                and preceding-sibling::sect1][1]               |ancestor::sect2[$chunk.section.depth &gt; 1                                and preceding-sibling::sect2                                and parent::sect1[preceding-sibling::sect1]][1]               |ancestor::sect3[$chunk.section.depth &gt; 2                                and preceding-sibling::sect3                                and parent::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |ancestor::sect4[$chunk.section.depth &gt; 3                                and preceding-sibling::sect4                                and parent::sect3[preceding-sibling::sect2]                                and ancestor::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]              !
  |ancestor::sect5[$chunk.section.depth &gt; 4                                and preceding-sibling::sect5                                and parent::sect4[preceding-sibling::sect4]                                and ancestor::sect3[preceding-sibling::sect3]                                and ancestor::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |ancestor::section[$chunk.section.depth &gt; count(ancestor::section)                                 and not(ancestor::section[not(preceding-sibling::section)])][1])[last()]"/>
   
  -      <xsl:variable name="prev-v2"
  -                    select="(preceding::sect1[$chunk.section.depth &gt; 0                                and preceding-sibling::sect1][1]               |preceding::sect2[$chunk.section.depth &gt; 1                                and preceding-sibling::sect2                                and parent::sect1[preceding-sibling::sect1]][1]               |preceding::sect3[$chunk.section.depth &gt; 2                                and preceding-sibling::sect3                                and parent::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |preceding::sect4[$chunk.section.depth &gt; 3                                and preceding-sibling::sect4                                and parent::sect3[preceding-sibling::sect2]                                and ancestor::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |prece!
 ding::sect5[$chunk.section.depth &gt; 4                                and preceding-sibling::sect5                                and parent::sect4[preceding-sibling::sect4]                                and ancestor::sect3[preceding-sibling::sect3]                                and ancestor::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |preceding::section[$chunk.section.depth &gt; count(ancestor::section)                                  and preceding-sibling::section                                  and not(ancestor::section[not(preceding-sibling::section)])][1])[last()]"/>
  +  <xsl:variable name="prev-v2" select="(preceding::sect1[$chunk.section.depth &gt; 0                                and preceding-sibling::sect1][1]               |preceding::sect2[$chunk.section.depth &gt; 1                                and preceding-sibling::sect2                                and parent::sect1[preceding-sibling::sect1]][1]               |preceding::sect3[$chunk.section.depth &gt; 2                                and preceding-sibling::sect3                                and parent::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |preceding::sect4[$chunk.section.depth &gt; 3                                and preceding-sibling::sect4                                and parent::sect3[preceding-sibling::sect2]                                and ancestor::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]          !
      |preceding::sect5[$chunk.section.depth &gt; 4                                and preceding-sibling::sect5                                and parent::sect4[preceding-sibling::sect4]                                and ancestor::sect3[preceding-sibling::sect3]                                and ancestor::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |preceding::section[$chunk.section.depth &gt; count(ancestor::section)                                  and preceding-sibling::section                                  and not(ancestor::section[not(preceding-sibling::section)])][1])[last()]"/>
   
  -      <xsl:variable name="prev"
  -                    select="(preceding::book[1]              |preceding::preface[1]              |preceding::chapter[1]              |preceding::appendix[1]              |preceding::part[1]              |preceding::reference[1]              |preceding::refentry[1]              |preceding::colophon[1]              |preceding::article[1]              |preceding::bibliography[1]              |preceding::glossary[1]              |preceding::index[$generate.index != 0][1]              |preceding::setindex[$generate.index != 0][1]              |ancestor::set              |ancestor::book[1]              |ancestor::preface[1]              |ancestor::chapter[1]              |ancestor::appendix[1]              |ancestor::part[1]              |ancestor::reference[1]              |ancestor::article[1]              |$prev-v1              |$prev-v2)[last()]"/>
  +  <xsl:variable name="prev" select="(preceding::book[1]              |preceding::preface[1]              |preceding::chapter[1]              |preceding::appendix[1]              |preceding::part[1]              |preceding::reference[1]              |preceding::refentry[1]              |preceding::colophon[1]              |preceding::article[1]              |preceding::bibliography[1]              |preceding::glossary[1]              |preceding::index[$generate.index != 0][1]              |preceding::setindex[$generate.index != 0][1]              |ancestor::set              |ancestor::book[1]              |ancestor::preface[1]              |ancestor::chapter[1]              |ancestor::appendix[1]              |ancestor::part[1]              |ancestor::reference[1]              |ancestor::article[1]              |$prev-v1              |$prev-v2)[last()]"/>
   
  -      <xsl:variable name="next-v1"
  -                    select="(following::sect1[$chunk.section.depth &gt; 0                                and preceding-sibling::sect1][1]               |following::sect2[$chunk.section.depth &gt; 1                                and preceding-sibling::sect2                                and parent::sect1[preceding-sibling::sect1]][1]               |following::sect3[$chunk.section.depth &gt; 2                                and preceding-sibling::sect3                                and parent::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |following::sect4[$chunk.section.depth &gt; 3                                and preceding-sibling::sect4                                and parent::sect3[preceding-sibling::sect2]                                and ancestor::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |follo!
 wing::sect5[$chunk.section.depth &gt; 4                                and preceding-sibling::sect5                                and parent::sect4[preceding-sibling::sect4]                                and ancestor::sect3[preceding-sibling::sect3]                                and ancestor::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |following::section[$chunk.section.depth &gt; count(ancestor::section)                                  and preceding-sibling::section                                  and not(ancestor::section[not(preceding-sibling::section)])][1])[1]"/>
  +  <xsl:variable name="next-v1" select="(following::sect1[$chunk.section.depth &gt; 0                                and preceding-sibling::sect1][1]               |following::sect2[$chunk.section.depth &gt; 1                                and preceding-sibling::sect2                                and parent::sect1[preceding-sibling::sect1]][1]               |following::sect3[$chunk.section.depth &gt; 2                                and preceding-sibling::sect3                                and parent::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |following::sect4[$chunk.section.depth &gt; 3                                and preceding-sibling::sect4                                and parent::sect3[preceding-sibling::sect2]                                and ancestor::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]          !
      |following::sect5[$chunk.section.depth &gt; 4                                and preceding-sibling::sect5                                and parent::sect4[preceding-sibling::sect4]                                and ancestor::sect3[preceding-sibling::sect3]                                and ancestor::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |following::section[$chunk.section.depth &gt; count(ancestor::section)                                  and preceding-sibling::section                                  and not(ancestor::section[not(preceding-sibling::section)])][1])[1]"/>
   
  -      <xsl:variable name="next-v2"
  -                    select="(descendant::sect1[$chunk.section.depth &gt; 0                                and preceding-sibling::sect1][1]               |descendant::sect2[$chunk.section.depth &gt; 1                                and preceding-sibling::sect2                                and parent::sect1[preceding-sibling::sect1]][1]               |descendant::sect3[$chunk.section.depth &gt; 2                                and preceding-sibling::sect3                                and parent::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |descendant::sect4[$chunk.section.depth &gt; 3                                and preceding-sibling::sect4                                and parent::sect3[preceding-sibling::sect2]                                and ancestor::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |d!
 escendant::sect5[$chunk.section.depth &gt; 4                                and preceding-sibling::sect5                                and parent::sect4[preceding-sibling::sect4]                                and ancestor::sect3[preceding-sibling::sect3]                                and ancestor::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |descendant::section[$chunk.section.depth &gt; count(ancestor::section)                                  and preceding-sibling::section                                  and not(ancestor::section[not(preceding-sibling::section)])])[1]"/>
  +  <xsl:variable name="next-v2" select="(descendant::sect1[$chunk.section.depth &gt; 0                                and preceding-sibling::sect1][1]               |descendant::sect2[$chunk.section.depth &gt; 1                                and preceding-sibling::sect2                                and parent::sect1[preceding-sibling::sect1]][1]               |descendant::sect3[$chunk.section.depth &gt; 2                                and preceding-sibling::sect3                                and parent::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |descendant::sect4[$chunk.section.depth &gt; 3                                and preceding-sibling::sect4                                and parent::sect3[preceding-sibling::sect2]                                and ancestor::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]      !
          |descendant::sect5[$chunk.section.depth &gt; 4                                and preceding-sibling::sect5                                and parent::sect4[preceding-sibling::sect4]                                and ancestor::sect3[preceding-sibling::sect3]                                and ancestor::sect2[preceding-sibling::sect2]                                and ancestor::sect1[preceding-sibling::sect1]][1]               |descendant::section[$chunk.section.depth &gt; count(ancestor::section)                                  and preceding-sibling::section                                  and not(ancestor::section[not(preceding-sibling::section)])])[1]"/>
   
  -      <xsl:variable name="next"
  -                    select="(following::book[1]              |following::preface[1]              |following::chapter[1]              |following::appendix[1]              |following::part[1]              |following::reference[1]              |following::refentry[1]              |following::colophon[1]              |following::bibliography[1]              |following::glossary[1]              |following::index[$generate.index != 0][1]              |following::article[1]              |following::setindex[$generate.index != 0][1]              |descendant::book[1]              |descendant::preface[1]              |descendant::chapter[1]              |descendant::appendix[1]              |descendant::article[1]              |descendant::bibliography[1]              |descendant::glossary[1]              |descendant::index[$generate.index != 0][1]              |descendant::colophon[1]              |descendant::setindex[$generate.index != 0][1]              |descendant::part[1]    !
           |descendant::reference[1]              |descendant::refentry[1]              |$next-v1              |$next-v2)[1]"/>
  +  <xsl:variable name="next" select="(following::book[1]              |following::preface[1]              |following::chapter[1]              |following::appendix[1]              |following::part[1]              |following::reference[1]              |following::refentry[1]              |following::colophon[1]              |following::bibliography[1]              |following::glossary[1]              |following::index[$generate.index != 0][1]              |following::article[1]              |following::setindex[$generate.index != 0][1]              |descendant::book[1]              |descendant::preface[1]              |descendant::chapter[1]              |descendant::appendix[1]              |descendant::article[1]              |descendant::bibliography[1]              |descendant::glossary[1]              |descendant::index[$generate.index != 0][1]              |descendant::colophon[1]              |descendant::setindex[$generate.index != 0][1]              |descendant::par!
 t[1]              |descendant::reference[1]              |descendant::refentry[1]              |$next-v1              |$next-v2)[1]"/>
   
         <xsl:call-template name="process-chunk">
            <xsl:with-param name="prev" select="$prev"/>
            <xsl:with-param name="next" select="$next"/>
            <xsl:with-param name="content" select="$content"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="chunk-all-sections">
  +<xsl:template name="chunk-all-sections">
         <xsl:param name="content">
            <xsl:apply-imports/>
         </xsl:param>
   
  -      <xsl:variable name="prev-v1"
  -                    select="(preceding::sect1[$chunk.section.depth &gt; 0][1]              |preceding::sect2[$chunk.section.depth &gt; 1][1]              |preceding::sect3[$chunk.section.depth &gt; 2][1]              |preceding::sect4[$chunk.section.depth &gt; 3][1]              |preceding::sect5[$chunk.section.depth &gt; 4][1]              |preceding::section[$chunk.section.depth &gt; count(ancestor::section)][1])[last()]"/>
  +  <xsl:variable name="prev-v1" select="(preceding::sect1[$chunk.section.depth &gt; 0][1]              |preceding::sect2[$chunk.section.depth &gt; 1][1]              |preceding::sect3[$chunk.section.depth &gt; 2][1]              |preceding::sect4[$chunk.section.depth &gt; 3][1]              |preceding::sect5[$chunk.section.depth &gt; 4][1]              |preceding::section[$chunk.section.depth &gt; count(ancestor::section)][1])[last()]"/>
   
  -      <xsl:variable name="prev-v2"
  -                    select="(ancestor::sect1[$chunk.section.depth &gt; 0][1]              |ancestor::sect2[$chunk.section.depth &gt; 1][1]              |ancestor::sect3[$chunk.section.depth &gt; 2][1]              |ancestor::sect4[$chunk.section.depth &gt; 3][1]              |ancestor::sect5[$chunk.section.depth &gt; 4][1]              |ancestor::section[$chunk.section.depth &gt; count(ancestor::section)][1])[last()]"/>
  +  <xsl:variable name="prev-v2" select="(ancestor::sect1[$chunk.section.depth &gt; 0][1]              |ancestor::sect2[$chunk.section.depth &gt; 1][1]              |ancestor::sect3[$chunk.section.depth &gt; 2][1]              |ancestor::sect4[$chunk.section.depth &gt; 3][1]              |ancestor::sect5[$chunk.section.depth &gt; 4][1]              |ancestor::section[$chunk.section.depth &gt; count(ancestor::section)][1])[last()]"/>
   
  -      <xsl:variable name="prev"
  -                    select="(preceding::book[1]              |preceding::preface[1]              |preceding::chapter[1]              |preceding::appendix[1]              |preceding::part[1]              |preceding::reference[1]              |preceding::refentry[1]              |preceding::colophon[1]              |preceding::article[1]              |preceding::bibliography[1]              |preceding::glossary[1]              |preceding::index[$generate.index != 0][1]              |preceding::setindex[$generate.index != 0][1]              |ancestor::set              |ancestor::book[1]              |ancestor::preface[1]              |ancestor::chapter[1]              |ancestor::appendix[1]              |ancestor::part[1]              |ancestor::reference[1]              |ancestor::article[1]              |$prev-v1              |$prev-v2)[last()]"/>
  +  <xsl:variable name="prev" select="(preceding::book[1]              |preceding::preface[1]              |preceding::chapter[1]              |preceding::appendix[1]              |preceding::part[1]              |preceding::reference[1]              |preceding::refentry[1]              |preceding::colophon[1]              |preceding::article[1]              |preceding::bibliography[1]              |preceding::glossary[1]              |preceding::index[$generate.index != 0][1]              |preceding::setindex[$generate.index != 0][1]              |ancestor::set              |ancestor::book[1]              |ancestor::preface[1]              |ancestor::chapter[1]              |ancestor::appendix[1]              |ancestor::part[1]              |ancestor::reference[1]              |ancestor::article[1]              |$prev-v1              |$prev-v2)[last()]"/>
   
  -      <xsl:variable name="next-v1"
  -                    select="(following::sect1[$chunk.section.depth &gt; 0][1]              |following::sect2[$chunk.section.depth &gt; 1][1]              |following::sect3[$chunk.section.depth &gt; 2][1]              |following::sect4[$chunk.section.depth &gt; 3][1]              |following::sect5[$chunk.section.depth &gt; 4][1]              |following::section[$chunk.section.depth &gt; count(ancestor::section)][1])[1]"/>
  +  <xsl:variable name="next-v1" select="(following::sect1[$chunk.section.depth &gt; 0][1]              |following::sect2[$chunk.section.depth &gt; 1][1]              |following::sect3[$chunk.section.depth &gt; 2][1]              |following::sect4[$chunk.section.depth &gt; 3][1]              |following::sect5[$chunk.section.depth &gt; 4][1]              |following::section[$chunk.section.depth &gt; count(ancestor::section)][1])[1]"/>
   
  -      <xsl:variable name="next-v2"
  -                    select="(descendant::sect1[$chunk.section.depth &gt; 0][1]              |descendant::sect2[$chunk.section.depth &gt; 1][1]              |descendant::sect3[$chunk.section.depth &gt; 2][1]              |descendant::sect4[$chunk.section.depth &gt; 3][1]              |descendant::sect5[$chunk.section.depth &gt; 4][1]              |descendant::section[$chunk.section.depth                                    &gt; count(ancestor::section)][1])[1]"/>
  +  <xsl:variable name="next-v2" select="(descendant::sect1[$chunk.section.depth &gt; 0][1]              |descendant::sect2[$chunk.section.depth &gt; 1][1]              |descendant::sect3[$chunk.section.depth &gt; 2][1]              |descendant::sect4[$chunk.section.depth &gt; 3][1]              |descendant::sect5[$chunk.section.depth &gt; 4][1]              |descendant::section[$chunk.section.depth                                    &gt; count(ancestor::section)][1])[1]"/>
   
  -      <xsl:variable name="next"
  -                    select="(following::book[1]              |following::preface[1]              |following::chapter[1]              |following::appendix[1]              |following::part[1]              |following::reference[1]              |following::refentry[1]              |following::colophon[1]              |following::bibliography[1]              |following::glossary[1]              |following::index[$generate.index != 0][1]              |following::article[1]              |following::setindex[$generate.index != 0][1]              |descendant::book[1]              |descendant::preface[1]              |descendant::chapter[1]              |descendant::appendix[1]              |descendant::article[1]              |descendant::bibliography[1]              |descendant::glossary[1]              |descendant::index[$generate.index != 0][1]              |descendant::colophon[1]              |descendant::setindex[$generate.index != 0][1]              |descendant::part[1]    !
           |descendant::reference[1]              |descendant::refentry[1]              |$next-v1              |$next-v2)[1]"/>
  +  <xsl:variable name="next" select="(following::book[1]              |following::preface[1]              |following::chapter[1]              |following::appendix[1]              |following::part[1]              |following::reference[1]              |following::refentry[1]              |following::colophon[1]              |following::bibliography[1]              |following::glossary[1]              |following::index[$generate.index != 0][1]              |following::article[1]              |following::setindex[$generate.index != 0][1]              |descendant::book[1]              |descendant::preface[1]              |descendant::chapter[1]              |descendant::appendix[1]              |descendant::article[1]              |descendant::bibliography[1]              |descendant::glossary[1]              |descendant::index[$generate.index != 0][1]              |descendant::colophon[1]              |descendant::setindex[$generate.index != 0][1]              |descendant::par!
 t[1]              |descendant::reference[1]              |descendant::refentry[1]              |$next-v1              |$next-v2)[1]"/>
   
         <xsl:call-template name="process-chunk">
            <xsl:with-param name="prev" select="$prev"/>
            <xsl:with-param name="next" select="$next"/>
            <xsl:with-param name="content" select="$content"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xslo:include xmlns:xslo="http://www.w3.org/1999/XSL/Transform" href="../profiling/profile-mode.xsl"/>
  -   <xsl:template match="/">
  -      <xslo:variable xmlns:xslo="http://www.w3.org/1999/XSL/Transform" name="profiled-content">
  -         <xslo:apply-templates select="." mode="profile"/>
  -      </xslo:variable>
  -      <xslo:variable xmlns:xslo="http://www.w3.org/1999/XSL/Transform" name="profiled-nodes"
  -                     select="exslt:node-set($profiled-content)"/>
  +<xslo:include xmlns:xslo="http://www.w3.org/1999/XSL/Transform" href="../profiling/profile-mode.xsl"/><xsl:template match="/"><xslo:variable xmlns:xslo="http://www.w3.org/1999/XSL/Transform" name="profiled-content"><xslo:apply-templates select="." mode="profile"/></xslo:variable><xslo:variable xmlns:xslo="http://www.w3.org/1999/XSL/Transform" name="profiled-nodes" select="exslt:node-set($profiled-content)"/>
         <xsl:choose>
            <xsl:when test="$rootid != ''">
               <xsl:choose>
  @@ -249,8 +228,7 @@
                     </xsl:message>
                  </xsl:when>
                  <xsl:otherwise>
  -                  <xsl:if
  -                        test="$collect.xref.targets = 'yes' or                         $collect.xref.targets = 'only'">
  +          <xsl:if test="$collect.xref.targets = 'yes' or                         $collect.xref.targets = 'only'">
                        <xsl:apply-templates select="key('id', $rootid)" mode="collect.targets"/>
                     </xsl:if>
                     <xsl:if test="$collect.xref.targets != 'only'">
  @@ -282,16 +260,15 @@
               </xsl:if>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="process.root">
  +<xsl:template match="*" mode="process.root">
         <xsl:apply-templates select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ====================================================================== -->
  +<!-- ====================================================================== -->
   
  -   <xsl:template
  -         match="set|book|part|preface|chapter|appendix                      |article                      |reference|refentry                      |book/glossary|article/glossary|part/glossary                      |book/bibliography|article/bibliography                      |colophon">
  +<xsl:template match="set|book|part|preface|chapter|appendix                      |article                      |reference|refentry                      |book/glossary|article/glossary|part/glossary                      |book/bibliography|article/bibliography                      |colophon">
         <xsl:choose>
            <xsl:when test="$onechunk != 0 and parent::*">
               <xsl:apply-imports/>
  @@ -300,9 +277,9 @@
               <xsl:call-template name="process-chunk-element"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect1|sect2|sect3|sect4|sect5|section">
  +<xsl:template match="sect1|sect2|sect3|sect4|sect5|section">
         <xsl:variable name="ischunk">
            <xsl:call-template name="chunk"/>
         </xsl:variable>
  @@ -318,20 +295,20 @@
               <xsl:call-template name="process-chunk-element"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="setindex                      |book/index                      |article/index">
  +<xsl:template match="setindex                      |book/index                      |article/index">
         <!-- some implementations use completely empty index tags to indicate -->
         <!-- where an automatically generated index should be inserted. so -->
         <!-- if the index is completely empty, skip it. -->
         <xsl:if test="count(*)&gt;0 or $generate.index != '0'">
            <xsl:call-template name="process-chunk-element"/>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="make.lots">
  +<xsl:template name="make.lots">
         <xsl:param name="toc.params" select="''"/>
         <xsl:param name="toc"/>
   
  @@ -405,11 +382,11 @@
               </xsl:otherwise>
            </xsl:choose>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="in.other.chunk">
  +<xsl:template name="in.other.chunk">
         <xsl:param name="chunk" select="."/>
         <xsl:param name="node" select="."/>
   
  @@ -419,7 +396,7 @@
            </xsl:call-template>
         </xsl:variable>
   
  -      <!--
  +<!--
           <xsl:message>
             <xsl:text>in.other.chunk: </xsl:text>
             <xsl:value-of select="name($chunk)"/>
  @@ -430,7 +407,7 @@
             <xsl:text> </xsl:text>
             <xsl:value-of select="$is.chunk"/>
           </xsl:message>
  -      -->
  +-->
   
         <xsl:choose>
            <xsl:when test="$chunk = $node">0</xsl:when>
  @@ -443,19 +420,19 @@
               </xsl:call-template>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="count.footnotes.in.this.chunk">
  +<xsl:template name="count.footnotes.in.this.chunk">
         <xsl:param name="node" select="."/>
         <xsl:param name="footnotes" select="$node//footnote"/>
         <xsl:param name="count" select="0"/>
   
  -      <!--
  +<!--
           <xsl:message>
             <xsl:text>count.footnotes.in.this.chunk: </xsl:text>
             <xsl:value-of select="name($node)"/>
           </xsl:message>
  -      -->
  +-->
   
         <xsl:variable name="in.other.chunk">
            <xsl:call-template name="in.other.chunk">
  @@ -477,8 +454,7 @@
                        <xsl:with-param name="count" select="$count"/>
                     </xsl:call-template>
                  </xsl:when>
  -               <xsl:when
  -                     test="$footnotes[1]/ancestor::table                         |$footnotes[1]/ancestor::informaltable">
  +        <xsl:when test="$footnotes[1]/ancestor::table                         |$footnotes[1]/ancestor::informaltable">
                     <xsl:call-template name="count.footnotes.in.this.chunk">
                        <xsl:with-param name="node" select="$node"/>
                        <xsl:with-param name="footnotes" select="$footnotes[position() &gt; 1]"/>
  @@ -495,15 +471,15 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="process.footnotes.in.this.chunk">
  +<xsl:template name="process.footnotes.in.this.chunk">
         <xsl:param name="node" select="."/>
         <xsl:param name="footnotes" select="$node//footnote"/>
   
  -      <!--
  +<!--
           <xsl:message>process.footnotes.in.this.chunk</xsl:message>
  -      -->
  +-->
   
         <xsl:variable name="in.other.chunk">
            <xsl:call-template name="in.other.chunk">
  @@ -524,8 +500,7 @@
                        <xsl:with-param name="footnotes" select="$footnotes[position() &gt; 1]"/>
                     </xsl:call-template>
                  </xsl:when>
  -               <xsl:when
  -                     test="$footnotes[1]/ancestor::table                         |$footnotes[1]/ancestor::informaltable">
  +        <xsl:when test="$footnotes[1]/ancestor::table                         |$footnotes[1]/ancestor::informaltable">
                     <xsl:call-template name="process.footnotes.in.this.chunk">
                        <xsl:with-param name="node" select="$node"/>
                        <xsl:with-param name="footnotes" select="$footnotes[position() &gt; 1]"/>
  @@ -541,9 +516,9 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="process.footnotes">
  +<xsl:template name="process.footnotes">
         <xsl:variable name="footnotes" select=".//footnote"/>
         <xsl:variable name="fcount">
            <xsl:call-template name="count.footnotes.in.this.chunk">
  @@ -552,13 +527,13 @@
            </xsl:call-template>
         </xsl:variable>
   
  -      <!--
  +<!--
           <xsl:message>
             <xsl:value-of select="name(.)"/>
             <xsl:text> fcount: </xsl:text>
             <xsl:value-of select="$fcount"/>
           </xsl:message>
  -      -->
  +-->
   
         <!-- Only bother to do this if there's at least one non-table footnote -->
         <xsl:if test="$fcount &gt; 0">
  @@ -571,17 +546,17 @@
               </xsl:call-template>
            </div>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="process.chunk.footnotes">
  +<xsl:template name="process.chunk.footnotes">
         <xsl:variable name="is.chunk">
            <xsl:call-template name="chunk"/>
         </xsl:variable>
         <xsl:if test="$is.chunk = 1">
            <xsl:call-template name="process.footnotes"/>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ====================================================================== -->
  +<!-- ====================================================================== -->
   
   </xsl:stylesheet>
  
  
  
  1.2       +23 -23    JBossRemoting/docs/guide/support/support/docbook-xsl/html/profile-chunk.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: profile-chunk.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/profile-chunk.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- profile-chunk.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ profile-chunk.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -3,8 +3,8 @@
                   version="1.0"
                   exclude-result-prefixes="exsl">
   
  -   <!-- ********************************************************************
  -  $Id: profile-chunk.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: profile-chunk.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -13,28 +13,28 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:import href="docbook.xsl"/>
  -   <xsl:import href="chunk-common.xsl"/>
  -   <xsl:include href="manifest.xsl"/>
  +<xsl:import href="docbook.xsl"/>
  +<xsl:import href="chunk-common.xsl"/>
  +<xsl:include href="manifest.xsl"/>
   
  -   <!-- Why is chunk-code now xsl:included?
  +<!-- Why is chunk-code now xsl:included?
   
  -   Suppose you want to customize *both* the chunking algorithm used *and* the
  -   presentation of some elements that may be chunks. In order to do that, you
  -   must get the order of imports "just right". The answer is to make your own
  -   copy of this file, where you replace the initial import of "docbook.xsl"
  -   with an import of your own base.xsl (that does its own import of docbook.xsl).
  +Suppose you want to customize *both* the chunking algorithm used *and* the
  +presentation of some elements that may be chunks. In order to do that, you
  +must get the order of imports "just right". The answer is to make your own
  +copy of this file, where you replace the initial import of "docbook.xsl"
  +with an import of your own base.xsl (that does its own import of docbook.xsl).
   
  -   Put the templates for changing the presentation of elements in your base.xsl.
  +Put the templates for changing the presentation of elements in your base.xsl.
   
  -   Put the templates that control chunking after the include of chunk-code.xsl.
  +Put the templates that control chunking after the include of chunk-code.xsl.
   
  -   Voila! (Man I hope we can do this better in XSLT 2.0)
  +Voila! (Man I hope we can do this better in XSLT 2.0)
   
  -   -->
  +-->
   
  -   <xsl:include href="profile-chunk-code.xsl"/>
  +<xsl:include href="profile-chunk-code.xsl"/>
   
   </xsl:stylesheet>
  
  
  
  1.2       +372 -385  JBossRemoting/docs/guide/support/support/docbook-xsl/html/profile-docbook.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: profile-docbook.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/profile-docbook.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- profile-docbook.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ profile-docbook.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -1,14 +1,12 @@
   <?xml version="1.0" encoding="US-ASCII"?>
   <!--This file was created automatically by xsl2profile-->
   <!--from the DocBook XSL stylesheets. Do not edit this file.-->
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common"
  -                xmlns:exslt="http://exslt.org/common" exslt:dummy="dummy" extension-element-prefixes="exslt"
  -                exclude-result-prefixes="exsl exslt" version="1.0">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common" xmlns:exslt="http://exslt.org/common" exslt:dummy="dummy" extension-element-prefixes="exslt" exclude-result-prefixes="exsl exslt" version="1.0">
   
  -   <xsl:output method="html" encoding="ISO-8859-1" indent="no"/>
  +<xsl:output method="html" encoding="ISO-8859-1" indent="no"/>
   
  -   <!-- ********************************************************************
  -  $Id: profile-docbook.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: profile-docbook.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -17,70 +15,70 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:include href="../VERSION"/>
  -   <xsl:include href="param.xsl"/>
  -   <xsl:include href="../lib/lib.xsl"/>
  -   <xsl:include href="../common/l10n.xsl"/>
  -   <xsl:include href="../common/common.xsl"/>
  -   <xsl:include href="../common/labels.xsl"/>
  -   <xsl:include href="../common/titles.xsl"/>
  -   <xsl:include href="../common/subtitles.xsl"/>
  -   <xsl:include href="../common/gentext.xsl"/>
  -   <xsl:include href="../common/targets.xsl"/>
  -   <xsl:include href="../common/pi.xsl"/>
  -   <xsl:include href="autotoc.xsl"/>
  -   <xsl:include href="autoidx.xsl"/>
  -   <xsl:include href="lists.xsl"/>
  -   <xsl:include href="callout.xsl"/>
  -   <xsl:include href="verbatim.xsl"/>
  -   <xsl:include href="graphics.xsl"/>
  -   <xsl:include href="xref.xsl"/>
  -   <xsl:include href="formal.xsl"/>
  -   <xsl:include href="table.xsl"/>
  -   <xsl:include href="htmltbl.xsl"/>
  -   <xsl:include href="sections.xsl"/>
  -   <xsl:include href="inline.xsl"/>
  -   <xsl:include href="footnote.xsl"/>
  -   <xsl:include href="html.xsl"/>
  -   <xsl:include href="info.xsl"/>
  -   <xsl:include href="keywords.xsl"/>
  -   <xsl:include href="division.xsl"/>
  -   <xsl:include href="toc.xsl"/>
  -   <xsl:include href="index.xsl"/>
  -   <xsl:include href="refentry.xsl"/>
  -   <xsl:include href="math.xsl"/>
  -   <xsl:include href="admon.xsl"/>
  -   <xsl:include href="component.xsl"/>
  -   <xsl:include href="biblio.xsl"/>
  -   <xsl:include href="glossary.xsl"/>
  -   <xsl:include href="block.xsl"/>
  -   <xsl:include href="task.xsl"/>
  -   <xsl:include href="qandaset.xsl"/>
  -   <xsl:include href="synop.xsl"/>
  -   <xsl:include href="titlepage.xsl"/>
  -   <xsl:include href="titlepage.templates.xsl"/>
  -   <xsl:include href="pi.xsl"/>
  -   <xsl:include href="ebnf.xsl"/>
  -   <xsl:include href="chunker.xsl"/>
  -   <xsl:include href="html-rtf.xsl"/>
  -   <xsl:include href="docbookng.xsl"/>
  -
  -   <xsl:param name="stylesheet.result.type" select="'html'"/>
  +<xsl:include href="../VERSION"/>
  +<xsl:include href="param.xsl"/>
  +<xsl:include href="../lib/lib.xsl"/>
  +<xsl:include href="../common/l10n.xsl"/>
  +<xsl:include href="../common/common.xsl"/>
  +<xsl:include href="../common/labels.xsl"/>
  +<xsl:include href="../common/titles.xsl"/>
  +<xsl:include href="../common/subtitles.xsl"/>
  +<xsl:include href="../common/gentext.xsl"/>
  +<xsl:include href="../common/targets.xsl"/>
  +<xsl:include href="../common/pi.xsl"/>
  +<xsl:include href="autotoc.xsl"/>
  +<xsl:include href="autoidx.xsl"/>
  +<xsl:include href="lists.xsl"/>
  +<xsl:include href="callout.xsl"/>
  +<xsl:include href="verbatim.xsl"/>
  +<xsl:include href="graphics.xsl"/>
  +<xsl:include href="xref.xsl"/>
  +<xsl:include href="formal.xsl"/>
  +<xsl:include href="table.xsl"/>
  +<xsl:include href="htmltbl.xsl"/>
  +<xsl:include href="sections.xsl"/>
  +<xsl:include href="inline.xsl"/>
  +<xsl:include href="footnote.xsl"/>
  +<xsl:include href="html.xsl"/>
  +<xsl:include href="info.xsl"/>
  +<xsl:include href="keywords.xsl"/>
  +<xsl:include href="division.xsl"/>
  +<xsl:include href="toc.xsl"/>
  +<xsl:include href="index.xsl"/>
  +<xsl:include href="refentry.xsl"/>
  +<xsl:include href="math.xsl"/>
  +<xsl:include href="admon.xsl"/>
  +<xsl:include href="component.xsl"/>
  +<xsl:include href="biblio.xsl"/>
  +<xsl:include href="glossary.xsl"/>
  +<xsl:include href="block.xsl"/>
  +<xsl:include href="task.xsl"/>
  +<xsl:include href="qandaset.xsl"/>
  +<xsl:include href="synop.xsl"/>
  +<xsl:include href="titlepage.xsl"/>
  +<xsl:include href="titlepage.templates.xsl"/>
  +<xsl:include href="pi.xsl"/>
  +<xsl:include href="ebnf.xsl"/>
  +<xsl:include href="chunker.xsl"/>
  +<xsl:include href="html-rtf.xsl"/>
  +<xsl:include href="docbookng.xsl"/>
  +
  +<xsl:param name="stylesheet.result.type" select="'html'"/>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:key name="id" match="*" use="@id"/>
  +<xsl:key name="id" match="*" use="@id"/>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="*">
  +<xsl:template match="*">
         <xsl:message>
  -         <xsl:text>No template matches</xsl:text>
  +    <xsl:text>No template matches </xsl:text>
            <xsl:value-of select="name(.)"/>
            <xsl:if test="parent::*">
  -            <xsl:text>in</xsl:text>
  +      <xsl:text> in </xsl:text>
               <xsl:value-of select="name(parent::*)"/>
            </xsl:if>
            <xsl:text>.</xsl:text>
  @@ -95,21 +93,21 @@
            <xsl:value-of select="name(.)"/>
            <xsl:text>&gt;</xsl:text>
         </font>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="text()">
  +<xsl:template match="text()">
         <xsl:value-of select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="body.attributes">
  +<xsl:template name="body.attributes">
         <xsl:attribute name="bgcolor">white</xsl:attribute>
         <xsl:attribute name="text">black</xsl:attribute>
         <xsl:attribute name="link">#0000FF</xsl:attribute>
         <xsl:attribute name="vlink">#840084</xsl:attribute>
         <xsl:attribute name="alink">#0000FF</xsl:attribute>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="head.content">
  +<xsl:template name="head.content">
         <xsl:param name="node" select="."/>
         <xsl:param name="title">
            <xsl:apply-templates select="$node" mode="object.title.markup.textonly"/>
  @@ -136,15 +134,14 @@
         <meta name="generator" content="DocBook XSL Stylesheets V{$VERSION}"/>
   
         <xsl:if test="$generate.meta.abstract != 0">
  -         <xsl:variable name="info"
  -                       select="(articleinfo                                       |bookinfo                                       |prefaceinfo                                       |chapterinfo                                       |appendixinfo                                       |sectioninfo                                       |sect1info                                       |sect2info                                       |sect3info                                       |sect4info                                       |sect5info                                       |referenceinfo                                       |refentryinfo                                       |partinfo                                       |info                                       |docinfo)[1]"/>
  +    <xsl:variable name="info" select="(articleinfo                                       |bookinfo                                       |prefaceinfo                                       |chapterinfo                                       |appendixinfo                                       |sectioninfo                                       |sect1info                                       |sect2info                                       |sect3info                                       |sect4info                                       |sect5info                                       |referenceinfo                                       |refentryinfo                                       |partinfo                                       |info                                       |docinfo)[1]"/>
            <xsl:if test="$info and $info/abstract">
               <meta name="description">
                  <xsl:attribute name="content">
                     <xsl:for-each select="$info/abstract[1]/*">
                        <xsl:value-of select="."/>
                        <xsl:if test="position() &lt; last()">
  -                        <xsl:text></xsl:text>
  +              <xsl:text> </xsl:text>
                        </xsl:if>
                     </xsl:for-each>
                  </xsl:attribute>
  @@ -152,13 +149,10 @@
            </xsl:if>
         </xsl:if>
   
  -      <xsl:if
  -            test="($draft.mode = 'yes' or                 ($draft.mode = 'maybe' and                 ancestor-or-self::*[@status][1]/@status = 'draft'))                 and $draft.watermark.image != ''">
  -         <style type="text/css">
  -            <xsl:text>
  -               body { background-image: url('</xsl:text>
  -            <xsl:value-of select="$draft.watermark.image"/>
  -            <xsl:text>');
  +  <xsl:if test="($draft.mode = 'yes' or                 ($draft.mode = 'maybe' and                 ancestor-or-self::*[@status][1]/@status = 'draft'))                 and $draft.watermark.image != ''">
  +    <style type="text/css"><xsl:text>
  +body { background-image: url('</xsl:text>
  +<xsl:value-of select="$draft.watermark.image"/><xsl:text>');
                  background-repeat: no-repeat;
                  background-position: top left;
                  /* The following properties make the watermark "fixed" on the page. */
  @@ -169,9 +163,9 @@
            </style>
         </xsl:if>
         <xsl:apply-templates select="." mode="head.keywords.content"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="output.html.stylesheets">
  +<xsl:template name="output.html.stylesheets">
         <xsl:param name="stylesheets" select="''"/>
   
         <xsl:choose>
  @@ -197,11 +191,11 @@
               </link>
            </xsl:when>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ============================================================ -->
  +<!-- ============================================================ -->
   
  -   <xsl:template match="*" mode="head.keywords.content">
  +<xsl:template match="*" mode="head.keywords.content">
         <xsl:apply-templates select="chapterinfo/keywordset" mode="html.header"/>
         <xsl:apply-templates select="appendixinfo/keywordset" mode="html.header"/>
         <xsl:apply-templates select="prefaceinfo/keywordset" mode="html.header"/>
  @@ -229,51 +223,44 @@
         <xsl:if test="$inherit.keywords != 0                 and parent::*">
            <xsl:apply-templates select="parent::*" mode="head.keywords.content"/>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ============================================================ -->
  +<!-- ============================================================ -->
   
  -   <xsl:template name="system.head.content">
  +<xsl:template name="system.head.content">
         <xsl:param name="node" select="."/>
   
         <!-- system.head.content is like user.head.content, except that
  -it is called before head.content. This is important because it
  -means, for example, that <style> elements output by system.head.content
  -have a lower CSS precedence than the users stylesheet. -->
  -   </xsl:template>
  +       it is called before head.content. This is important because it
  +       means, for example, that <style> elements output by system.head.content
  +       have a lower CSS precedence than the users stylesheet. -->
  +</xsl:template>
   
  -   <!-- ============================================================ -->
  +<!-- ============================================================ -->
   
  -   <xsl:template name="user.head.content">
  +<xsl:template name="user.head.content">
         <xsl:param name="node" select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="user.header.navigation">
  +<xsl:template name="user.header.navigation">
         <xsl:param name="node" select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="user.header.content">
  +<xsl:template name="user.header.content">
         <xsl:param name="node" select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="user.footer.content">
  +<xsl:template name="user.footer.content">
         <xsl:param name="node" select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="user.footer.navigation">
  +<xsl:template name="user.footer.navigation">
         <xsl:param name="node" select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xslo:include xmlns:xslo="http://www.w3.org/1999/XSL/Transform" href="../profiling/profile-mode.xsl"/>
  -   <xsl:template match="/">
  -      <xslo:variable xmlns:xslo="http://www.w3.org/1999/XSL/Transform" name="profiled-content">
  -         <xslo:apply-templates select="." mode="profile"/>
  -      </xslo:variable>
  -      <xslo:variable xmlns:xslo="http://www.w3.org/1999/XSL/Transform" name="profiled-nodes"
  -                     select="exslt:node-set($profiled-content)"/>
  +<xslo:include xmlns:xslo="http://www.w3.org/1999/XSL/Transform" href="../profiling/profile-mode.xsl"/><xsl:template match="/"><xslo:variable xmlns:xslo="http://www.w3.org/1999/XSL/Transform" name="profiled-content"><xslo:apply-templates select="." mode="profile"/></xslo:variable><xslo:variable xmlns:xslo="http://www.w3.org/1999/XSL/Transform" name="profiled-nodes" select="exslt:node-set($profiled-content)"/>
         <xsl:choose>
  -         <xsl:when
  -               test="function-available('exsl:node-set')                     and namespace-uri(*[1]) = 'http://docbook.org/docbook-ng'">
  +    <xsl:when test="function-available('exsl:node-set')                     and namespace-uri(*[1]) = 'http://docbook.org/docbook-ng'">
               <!-- Hack! If someone hands us a DocBook NG document, toss the namespace -->
               <!-- and continue. Someday we may reverse this logic and add the namespace -->
               <!-- to documents that don't have one. But not before the whole stylesheet -->
  @@ -321,9 +308,9 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="process.root">
  +<xsl:template match="*" mode="process.root">
         <xsl:variable name="doc" select="self::*"/>
   
         <xsl:call-template name="root.messages"/>
  @@ -351,25 +338,25 @@
               </xsl:call-template>
            </body>
         </html>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="root.messages">
  +<xsl:template name="root.messages">
         <!-- redefine this any way you'd like to output messages -->
         <!-- DO NOT OUTPUT ANYTHING FROM THIS TEMPLATE -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="chunk">
  +<xsl:template name="chunk">
         <xsl:param name="node" select="."/>
   
         <!-- The default is that we are not chunking... -->
         <xsl:text>0</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="*" mode="stripNS">
  +<xsl:template match="*" mode="stripNS">
         <xsl:choose>
            <xsl:when test="namespace-uri(.) = 'http://docbook.org/docbook-ng'">
               <xsl:element name="{local-name(.)}">
  @@ -384,12 +371,12 @@
               </xsl:copy>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="comment()|processing-instruction()|text()" mode="stripNS">
  +<xsl:template match="comment()|processing-instruction()|text()" mode="stripNS">
         <xsl:copy/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </xsl:stylesheet>
  
  
  
  1.2       +29 -29    JBossRemoting/docs/guide/support/support/docbook-xsl/html/profile-onechunk.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: profile-onechunk.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/profile-onechunk.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- profile-onechunk.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ profile-onechunk.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -4,8 +4,8 @@
                   version="1.0"
                   exclude-result-prefixes="doc">
   
  -   <!-- ********************************************************************
  -  $Id: profile-onechunk.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: profile-onechunk.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -14,24 +14,24 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:import href="profile-chunk.xsl"/>
  +<xsl:import href="profile-chunk.xsl"/>
   
  -   <!-- Ok, using the onechunk parameter makes this all work again. -->
  -   <!-- It does have the disadvantage that it only works for documents that have -->
  -   <!-- a root element that is considered a chunk by the chunk.xsl stylesheet. -->
  -   <!-- Ideally, onechunk would let anything be a chunk. But not today. -->
  +<!-- Ok, using the onechunk parameter makes this all work again. -->
  +<!-- It does have the disadvantage that it only works for documents that have -->
  +<!-- a root element that is considered a chunk by the chunk.xsl stylesheet. -->
  +<!-- Ideally, onechunk would let anything be a chunk. But not today. -->
   
  -   <xsl:param name="onechunk" select="1"/>
  -   <xsl:param name="suppress.navigation">1</xsl:param>
  +<xsl:param name="onechunk" select="1"/>
  +<xsl:param name="suppress.navigation">1</xsl:param>
   
  -   <xsl:template name="href.target.uri">
  +<xsl:template name="href.target.uri">
         <xsl:param name="object" select="."/>
         <xsl:text>#</xsl:text>
         <xsl:call-template name="object.id">
            <xsl:with-param name="object" select="$object"/>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +336 -342  JBossRemoting/docs/guide/support/support/docbook-xsl/html/qandaset.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: qandaset.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/qandaset.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- qandaset.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ qandaset.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -4,8 +4,8 @@
                   exclude-result-prefixes="doc"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: qandaset.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: qandaset.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -14,9 +14,9 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="qandaset">
  +<xsl:template match="qandaset">
         <xsl:variable name="title" select="(blockinfo/title|title)[1]"/>
         <xsl:variable name="preamble" select="*[name(.) != 'title'
                                             and name(.) != 'titleabbrev'
  @@ -108,9 +108,9 @@
               </tbody>
            </table>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="qandaset/blockinfo/title|qandaset/title">
  +<xsl:template match="qandaset/blockinfo/title|qandaset/title">
         <xsl:variable name="qalevel">
            <xsl:call-template name="qanda.section.level"/>
         </xsl:variable>
  @@ -120,14 +120,14 @@
            </xsl:attribute>
            <xsl:apply-templates/>
         </xsl:element>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="qandaset/blockinfo">
  +<xsl:template match="qandaset/blockinfo">
         <!-- what should this template really do? -->
         <xsl:apply-templates select="legalnotice" mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="qandadiv">
  +<xsl:template match="qandadiv">
         <xsl:variable name="preamble" select="*[name(.) != 'title'
                                             and name(.) != 'titleabbrev'
                                             and name(.) != 'qandadiv'
  @@ -173,9 +173,9 @@
            </tr>
         </xsl:if>
         <xsl:apply-templates select="qandadiv|qandaentry"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="qandadiv/blockinfo/title|qandadiv/title">
  +<xsl:template match="qandadiv/blockinfo/title|qandadiv/title">
         <xsl:variable name="qalevel">
            <xsl:call-template name="qandadiv.section.level"/>
         </xsl:variable>
  @@ -191,17 +191,17 @@
            <xsl:apply-templates select="parent::qandadiv" mode="label.markup"/>
            <xsl:if test="$qandadiv.autolabel != 0">
               <xsl:apply-templates select="." mode="intralabel.punctuation"/>
  -            <xsl:text></xsl:text>
  +      <xsl:text> </xsl:text>
            </xsl:if>
            <xsl:apply-templates/>
         </xsl:element>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="qandaentry">
  +<xsl:template match="qandaentry">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="question">
  +<xsl:template match="question">
         <xsl:variable name="deflabel">
            <xsl:choose>
               <xsl:when test="ancestor-or-self::*[@defaultlabel]">
  @@ -234,9 +234,7 @@
            <td align="left" valign="top">
               <xsl:choose>
                  <xsl:when test="$deflabel = 'none' and not(label)">
  -                  <b>
  -                     <xsl:apply-templates select="*[name(.) != 'label']"/>
  -                  </b>
  +          <b><xsl:apply-templates select="*[name(.) != 'label']"/></b>
                  </xsl:when>
                  <xsl:otherwise>
                     <xsl:apply-templates select="*[name(.) != 'label']"/>
  @@ -244,9 +242,9 @@
               </xsl:choose>
            </td>
         </tr>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="answer">
  +<xsl:template match="answer">
         <xsl:variable name="deflabel">
            <xsl:choose>
               <xsl:when test="ancestor-or-self::*[@defaultlabel]">
  @@ -273,31 +271,27 @@
               <xsl:apply-templates select="*[name(.) != 'label']"/>
            </td>
         </tr>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="label">
  +<xsl:template match="label">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="process.qanda.toc">
  +<xsl:template name="process.qanda.toc">
         <dl>
            <xsl:apply-templates select="qandadiv" mode="qandatoc.mode"/>
            <xsl:apply-templates select="qandaentry" mode="qandatoc.mode"/>
         </dl>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="qandadiv" mode="qandatoc.mode">
  -      <dt>
  -         <xsl:apply-templates select="title" mode="qandatoc.mode"/>
  -      </dt>
  -      <dd>
  -         <xsl:call-template name="process.qanda.toc"/>
  -      </dd>
  -   </xsl:template>
  +<xsl:template match="qandadiv" mode="qandatoc.mode">
  +  <dt><xsl:apply-templates select="title" mode="qandatoc.mode"/></dt>
  +  <dd><xsl:call-template name="process.qanda.toc"/></dd>
  +</xsl:template>
   
  -   <xsl:template match="qandadiv/blockinfo/title|qandadiv/title" mode="qandatoc.mode">
  +<xsl:template match="qandadiv/blockinfo/title|qandadiv/title" mode="qandatoc.mode">
         <xsl:variable name="qalevel">
            <xsl:call-template name="qandadiv.section.level"/>
         </xsl:variable>
  @@ -309,7 +303,7 @@
   
         <xsl:apply-templates select="parent::qandadiv" mode="label.markup"/>
         <xsl:value-of select="$autotoc.label.separator"/>
  -      <xsl:text></xsl:text>
  +  <xsl:text> </xsl:text>
         <a>
            <xsl:attribute name="href">
               <xsl:call-template name="href.target">
  @@ -318,13 +312,13 @@
            </xsl:attribute>
            <xsl:apply-templates/>
         </a>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="qandaentry" mode="qandatoc.mode">
  +<xsl:template match="qandaentry" mode="qandatoc.mode">
         <xsl:apply-templates select="question" mode="qandatoc.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="question" mode="qandatoc.mode">
  +<xsl:template match="question" mode="qandatoc.mode">
         <xsl:variable name="firstch" select="(*[name(.)!='label'])[1]"/>
         <xsl:variable name="deflabel">
            <xsl:choose>
  @@ -343,7 +337,7 @@
            <xsl:if test="$deflabel = 'number' and not(label)">
               <xsl:apply-templates select="." mode="intralabel.punctuation"/>
            </xsl:if>
  -         <xsl:text></xsl:text>
  +    <xsl:text> </xsl:text>
            <a>
               <xsl:attribute name="href">
                  <xsl:call-template name="href.target">
  @@ -353,14 +347,14 @@
               <xsl:value-of select="$firstch"/>
            </a>
         </dt>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="*" mode="no.wrapper.mode">
  +<xsl:template match="*" mode="no.wrapper.mode">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </xsl:stylesheet>
  
  
  
  1.2       +244 -244  JBossRemoting/docs/guide/support/support/docbook-xsl/html/refentry.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: refentry.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/refentry.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- refentry.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ refentry.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: refentry.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: refentry.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,9 +12,9 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="reference">
  +<xsl:template match="reference">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:call-template name="anchor">
  @@ -33,20 +33,20 @@
            </xsl:if>
            <xsl:apply-templates/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="reference" mode="division.number">
  +<xsl:template match="reference" mode="division.number">
         <xsl:number from="book" count="reference" format="I."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="reference/docinfo"></xsl:template>
  -   <xsl:template match="reference/referenceinfo"></xsl:template>
  -   <xsl:template match="reference/title"></xsl:template>
  -   <xsl:template match="reference/subtitle"></xsl:template>
  +<xsl:template match="reference/docinfo"></xsl:template>
  +<xsl:template match="reference/referenceinfo"></xsl:template>
  +<xsl:template match="reference/title"></xsl:template>
  +<xsl:template match="reference/subtitle"></xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="refentry.title">
  +<xsl:template name="refentry.title">
         <xsl:param name="node" select="."/>
         <xsl:variable name="refmeta" select="$node//refmeta"/>
         <xsl:variable name="refentrytitle" select="$refmeta//refentrytitle"/>
  @@ -67,9 +67,9 @@
         <h1 class="title">
            <xsl:copy-of select="$title"/>
         </h1>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refentry">
  +<xsl:template match="refentry">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:if test="$refentry.separator != 0 and preceding-sibling::refentry">
  @@ -84,33 +84,33 @@
            <xsl:apply-templates/>
            <xsl:call-template name="process.footnotes"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refentry/docinfo|refentry/refentryinfo"></xsl:template>
  +<xsl:template match="refentry/docinfo|refentry/refentryinfo"></xsl:template>
   
  -   <xsl:template match="refentrytitle|refname" mode="title">
  +<xsl:template match="refentrytitle|refname" mode="title">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refmeta">
  -   </xsl:template>
  +<xsl:template match="refmeta">
  +</xsl:template>
   
  -   <xsl:template match="manvolnum">
  +<xsl:template match="manvolnum">
         <xsl:if test="$refentry.xref.manvolnum != 0">
            <xsl:text>(</xsl:text>
            <xsl:apply-templates/>
            <xsl:text>)</xsl:text>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refmiscinfo">
  -   </xsl:template>
  +<xsl:template match="refmiscinfo">
  +</xsl:template>
   
  -   <xsl:template match="refentrytitle">
  +<xsl:template match="refentrytitle">
         <xsl:call-template name="inline.charseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refnamediv">
  +<xsl:template match="refnamediv">
         <div class="{name(.)}">
            <xsl:call-template name="anchor"/>
            <xsl:choose>
  @@ -138,41 +138,41 @@
               <xsl:apply-templates/>
            </p>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refname">
  +<xsl:template match="refname">
         <xsl:apply-templates/>
         <xsl:if test="following-sibling::refname">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refpurpose">
  -      <xsl:text></xsl:text>
  +<xsl:template match="refpurpose">
  +  <xsl:text> </xsl:text>
         <xsl:call-template name="dingbat">
            <xsl:with-param name="dingbat">em-dash</xsl:with-param>
         </xsl:call-template>
  -      <xsl:text></xsl:text>
  +  <xsl:text> </xsl:text>
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refdescriptor">
  +<xsl:template match="refdescriptor">
         <!-- todo: finish this -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refclass">
  +<xsl:template match="refclass">
         <p>
            <b>
               <xsl:if test="@role">
                  <xsl:value-of select="@role"/>
  -               <xsl:text>:</xsl:text>
  +        <xsl:text>: </xsl:text>
               </xsl:if>
               <xsl:apply-templates/>
            </b>
         </p>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refsynopsisdiv">
  +<xsl:template match="refsynopsisdiv">
         <div class="{name(.)}">
            <xsl:call-template name="anchor"/>
            <h2>
  @@ -190,18 +190,18 @@
            </h2>
            <xsl:apply-templates/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refsynopsisdivinfo"></xsl:template>
  +<xsl:template match="refsynopsisdivinfo"></xsl:template>
   
  -   <xsl:template match="refsynopsisdiv/title">
  -   </xsl:template>
  +<xsl:template match="refsynopsisdiv/title">
  +</xsl:template>
   
  -   <xsl:template match="refsynopsisdiv/title" mode="titlepage.mode">
  +<xsl:template match="refsynopsisdiv/title" mode="titlepage.mode">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refsection|refsect1|refsect2|refsect3">
  +<xsl:template match="refsection|refsect1|refsect2|refsect3">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:call-template name="anchor">
  @@ -209,9 +209,9 @@
            </xsl:call-template>
            <xsl:apply-templates/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refsection/title">
  +<xsl:template match="refsection/title">
         <!-- the ID is output in the block.object call for refsect1 -->
         <xsl:variable name="level" select="count(ancestor-or-self::refsection)"/>
         <xsl:variable name="hlevel">
  @@ -225,33 +225,33 @@
         <xsl:element name="h{$hlevel}">
            <xsl:apply-templates/>
         </xsl:element>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refsect1/title">
  +<xsl:template match="refsect1/title">
         <!-- the ID is output in the block.object call for refsect1 -->
         <h2>
            <xsl:apply-templates/>
         </h2>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refsect2/title">
  +<xsl:template match="refsect2/title">
         <!-- the ID is output in the block.object call for refsect2 -->
         <h3>
            <xsl:apply-templates/>
         </h3>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refsect3/title">
  +<xsl:template match="refsect3/title">
         <!-- the ID is output in the block.object call for refsect3 -->
         <h4>
            <xsl:apply-templates/>
         </h4>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refsect1info"></xsl:template>
  -   <xsl:template match="refsect2info"></xsl:template>
  -   <xsl:template match="refsect3info"></xsl:template>
  +<xsl:template match="refsect1info"></xsl:template>
  +<xsl:template match="refsect2info"></xsl:template>
  +<xsl:template match="refsect3info"></xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </xsl:stylesheet>
  
  
  
  1.2       +359 -361  JBossRemoting/docs/guide/support/support/docbook-xsl/html/sections.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: sections.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/sections.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- sections.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ sections.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: sections.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: sections.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,9 +12,9 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="section">
  +<xsl:template match="section">
         <xsl:variable name="depth" select="count(ancestor::section)+1"/>
   
         <div class="{name(.)}">
  @@ -37,9 +37,9 @@
            <xsl:apply-templates/>
            <xsl:call-template name="process.chunk.footnotes"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="section.title">
  +<xsl:template name="section.title">
         <!-- the context node should be the title of a section when called -->
         <xsl:variable name="section" select="(ancestor::section
                                           |ancestor::simplesect
  @@ -64,13 +64,13 @@
               </xsl:apply-templates>
            </xsl:with-param>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="section/title" mode="titlepage.mode" priority="2">
  +<xsl:template match="section/title" mode="titlepage.mode" priority="2">
         <xsl:call-template name="section.title"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect1">
  +<xsl:template match="sect1">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:call-template name="sect1.titlepage"/>
  @@ -91,13 +91,13 @@
            <xsl:apply-templates/>
            <xsl:call-template name="process.chunk.footnotes"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect1/title" mode="titlepage.mode" priority="2">
  +<xsl:template match="sect1/title" mode="titlepage.mode" priority="2">
         <xsl:call-template name="section.title"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect2">
  +<xsl:template match="sect2">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:call-template name="sect2.titlepage"/>
  @@ -118,13 +118,13 @@
            <xsl:apply-templates/>
            <xsl:call-template name="process.chunk.footnotes"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect2/title" mode="titlepage.mode" priority="2">
  +<xsl:template match="sect2/title" mode="titlepage.mode" priority="2">
         <xsl:call-template name="section.title"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect3">
  +<xsl:template match="sect3">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:call-template name="sect3.titlepage"/>
  @@ -145,13 +145,13 @@
            <xsl:apply-templates/>
            <xsl:call-template name="process.chunk.footnotes"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect3/title" mode="titlepage.mode" priority="2">
  +<xsl:template match="sect3/title" mode="titlepage.mode" priority="2">
         <xsl:call-template name="section.title"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect4">
  +<xsl:template match="sect4">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:call-template name="sect4.titlepage"/>
  @@ -172,13 +172,13 @@
            <xsl:apply-templates/>
            <xsl:call-template name="process.chunk.footnotes"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect4/title" mode="titlepage.mode" priority="2">
  +<xsl:template match="sect4/title" mode="titlepage.mode" priority="2">
         <xsl:call-template name="section.title"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect5">
  +<xsl:template match="sect5">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:call-template name="sect5.titlepage"/>
  @@ -199,61 +199,61 @@
            <xsl:apply-templates/>
            <xsl:call-template name="process.chunk.footnotes"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect5/title" mode="titlepage.mode" priority="2">
  +<xsl:template match="sect5/title" mode="titlepage.mode" priority="2">
         <xsl:call-template name="section.title"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="simplesect">
  +<xsl:template match="simplesect">
         <div class="{name(.)}">
            <xsl:call-template name="language.attribute"/>
            <xsl:call-template name="simplesect.titlepage"/>
            <xsl:apply-templates/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="simplesect/title" mode="titlepage.mode" priority="2">
  +<xsl:template match="simplesect/title" mode="titlepage.mode" priority="2">
         <xsl:call-template name="section.title"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="section/title"></xsl:template>
  -   <xsl:template match="section/titleabbrev"></xsl:template>
  -   <xsl:template match="section/subtitle"></xsl:template>
  -   <xsl:template match="sectioninfo"></xsl:template>
  -
  -   <xsl:template match="sect1/title"></xsl:template>
  -   <xsl:template match="sect1/titleabbrev"></xsl:template>
  -   <xsl:template match="sect1/subtitle"></xsl:template>
  -   <xsl:template match="sect1info"></xsl:template>
  -
  -   <xsl:template match="sect2/title"></xsl:template>
  -   <xsl:template match="sect2/subtitle"></xsl:template>
  -   <xsl:template match="sect2/titleabbrev"></xsl:template>
  -   <xsl:template match="sect2info"></xsl:template>
  -
  -   <xsl:template match="sect3/title"></xsl:template>
  -   <xsl:template match="sect3/subtitle"></xsl:template>
  -   <xsl:template match="sect3/titleabbrev"></xsl:template>
  -   <xsl:template match="sect3info"></xsl:template>
  -
  -   <xsl:template match="sect4/title"></xsl:template>
  -   <xsl:template match="sect4/subtitle"></xsl:template>
  -   <xsl:template match="sect4/titleabbrev"></xsl:template>
  -   <xsl:template match="sect4info"></xsl:template>
  -
  -   <xsl:template match="sect5/title"></xsl:template>
  -   <xsl:template match="sect5/subtitle"></xsl:template>
  -   <xsl:template match="sect5/titleabbrev"></xsl:template>
  -   <xsl:template match="sect5info"></xsl:template>
  -
  -   <xsl:template match="simplesect/title"></xsl:template>
  -   <xsl:template match="simplesect/subtitle"></xsl:template>
  -   <xsl:template match="simplesect/titleabbrev"></xsl:template>
  +<xsl:template match="section/title"></xsl:template>
  +<xsl:template match="section/titleabbrev"></xsl:template>
  +<xsl:template match="section/subtitle"></xsl:template>
  +<xsl:template match="sectioninfo"></xsl:template>
  +
  +<xsl:template match="sect1/title"></xsl:template>
  +<xsl:template match="sect1/titleabbrev"></xsl:template>
  +<xsl:template match="sect1/subtitle"></xsl:template>
  +<xsl:template match="sect1info"></xsl:template>
  +
  +<xsl:template match="sect2/title"></xsl:template>
  +<xsl:template match="sect2/subtitle"></xsl:template>
  +<xsl:template match="sect2/titleabbrev"></xsl:template>
  +<xsl:template match="sect2info"></xsl:template>
  +
  +<xsl:template match="sect3/title"></xsl:template>
  +<xsl:template match="sect3/subtitle"></xsl:template>
  +<xsl:template match="sect3/titleabbrev"></xsl:template>
  +<xsl:template match="sect3info"></xsl:template>
  +
  +<xsl:template match="sect4/title"></xsl:template>
  +<xsl:template match="sect4/subtitle"></xsl:template>
  +<xsl:template match="sect4/titleabbrev"></xsl:template>
  +<xsl:template match="sect4info"></xsl:template>
  +
  +<xsl:template match="sect5/title"></xsl:template>
  +<xsl:template match="sect5/subtitle"></xsl:template>
  +<xsl:template match="sect5/titleabbrev"></xsl:template>
  +<xsl:template match="sect5info"></xsl:template>
  +
  +<xsl:template match="simplesect/title"></xsl:template>
  +<xsl:template match="simplesect/subtitle"></xsl:template>
  +<xsl:template match="simplesect/titleabbrev"></xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="section.heading">
  +<xsl:template name="section.heading">
         <xsl:param name="section" select="."/>
         <xsl:param name="level" select="1"/>
         <xsl:param name="allow-anchors" select="1"/>
  @@ -279,9 +279,7 @@
         <!-- HTML H level is one higher than section level -->
         <xsl:variable name="hlevel" select="$level + 1"/>
         <xsl:element name="h{$hlevel}">
  -         <xsl:attribute name="class">
  -            <xsl:value-of select="$class"/>
  -         </xsl:attribute>
  +    <xsl:attribute name="class"><xsl:value-of select="$class"/></xsl:attribute>
            <xsl:if test="$css.decoration != '0'">
               <xsl:if test="$hlevel&lt;3">
                  <xsl:attribute name="style">clear: both</xsl:attribute>
  @@ -295,11 +293,11 @@
            </xsl:if>
            <xsl:copy-of select="$title"/>
         </xsl:element>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="bridgehead">
  +<xsl:template match="bridgehead">
         <xsl:variable name="container"
                       select="(ancestor::appendix
                           |ancestor::article
  @@ -377,33 +375,33 @@
            </xsl:call-template>
            <xsl:apply-templates/>
         </xsl:element>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="section/subtitle" mode="titlepage.mode" priority="2">
  +<xsl:template match="section/subtitle" mode="titlepage.mode" priority="2">
         <xsl:call-template name="section.subtitle"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect1/subtitle" mode="titlepage.mode" priority="2">
  +<xsl:template match="sect1/subtitle" mode="titlepage.mode" priority="2">
         <xsl:call-template name="section.subtitle"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect2/subtitle" mode="titlepage.mode" priority="2">
  +<xsl:template match="sect2/subtitle" mode="titlepage.mode" priority="2">
         <xsl:call-template name="section.subtitle"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect3/subtitle" mode="titlepage.mode" priority="2">
  +<xsl:template match="sect3/subtitle" mode="titlepage.mode" priority="2">
         <xsl:call-template name="section.subtitle"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect4/subtitle" mode="titlepage.mode" priority="2">
  +<xsl:template match="sect4/subtitle" mode="titlepage.mode" priority="2">
         <xsl:call-template name="section.subtitle"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sect5/subtitle" mode="titlepage.mode" priority="2">
  +<xsl:template match="sect5/subtitle" mode="titlepage.mode" priority="2">
         <xsl:call-template name="section.subtitle"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="section.subtitle">
  +<xsl:template name="section.subtitle">
         <!-- the context node should be the subtitle of a section when called -->
         <xsl:variable name="section" select="(ancestor::section
                                           |ancestor::simplesect
  @@ -431,7 +429,7 @@
               </xsl:apply-templates>
            </xsl:with-param>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
   
  
  
  
  1.2       +1301 -1317JBossRemoting/docs/guide/support/support/docbook-xsl/html/synop.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: synop.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/synop.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- synop.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ synop.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -1,12 +1,12 @@
   <?xml version='1.0'?>
   <!DOCTYPE xsl:stylesheet [
  -      <!ENTITY nbsp "&#160;">
  -      ]>
  +<!ENTITY nbsp "&#160;">
  +]>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: synop.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: synop.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -15,33 +15,33 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <!-- synopsis is in verbatim -->
  +<!-- synopsis is in verbatim -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="cmdsynopsis">
  +<xsl:template match="cmdsynopsis">
         <div class="{name(.)}">
            <p>
               <xsl:call-template name="anchor"/>
               <xsl:apply-templates/>
            </p>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="cmdsynopsis/command">
  +<xsl:template match="cmdsynopsis/command">
         <br/>
         <xsl:call-template name="inline.monoseq"/>
  -      <xsl:text></xsl:text>
  -   </xsl:template>
  +  <xsl:text> </xsl:text>
  +</xsl:template>
   
  -   <xsl:template match="cmdsynopsis/command[1]" priority="2">
  +<xsl:template match="cmdsynopsis/command[1]" priority="2">
         <xsl:call-template name="inline.monoseq"/>
  -      <xsl:text></xsl:text>
  -   </xsl:template>
  +  <xsl:text> </xsl:text>
  +</xsl:template>
   
  -   <xsl:template match="group|arg" name="group-or-arg">
  +<xsl:template match="group|arg" name="group-or-arg">
         <xsl:variable name="choice" select="@choice"/>
         <xsl:variable name="rep" select="@rep"/>
         <xsl:variable name="sepchar">
  @@ -50,13 +50,11 @@
                  <xsl:value-of select="ancestor-or-self::*/@sepchar"/>
               </xsl:when>
               <xsl:otherwise>
  -               <xsl:text></xsl:text>
  +        <xsl:text> </xsl:text>
               </xsl:otherwise>
            </xsl:choose>
         </xsl:variable>
  -      <xsl:if test="position()>1">
  -         <xsl:value-of select="$sepchar"/>
  -      </xsl:if>
  +  <xsl:if test="position()>1"><xsl:value-of select="$sepchar"/></xsl:if>
         <xsl:choose>
            <xsl:when test="$choice='plain'">
               <xsl:value-of select="$arg.choice.plain.open.str"/>
  @@ -97,24 +95,22 @@
               <xsl:value-of select="$arg.choice.def.close.str"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="group/arg">
  +<xsl:template match="group/arg">
         <xsl:variable name="choice" select="@choice"/>
         <xsl:variable name="rep" select="@rep"/>
  -      <xsl:if test="position()>1">
  -         <xsl:value-of select="$arg.or.sep"/>
  -      </xsl:if>
  +  <xsl:if test="position()>1"><xsl:value-of select="$arg.or.sep"/></xsl:if>
         <xsl:call-template name="group-or-arg"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="sbr">
  +<xsl:template match="sbr">
         <br/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="synopfragmentref">
  +<xsl:template match="synopfragmentref">
         <xsl:variable name="target" select="key('id', at linkend)"/>
         <xsl:variable name="snum">
            <xsl:apply-templates select="$target" mode="synopfragment.number"/>
  @@ -128,13 +124,13 @@
            <xsl:text>&#160;</xsl:text>
            <xsl:apply-templates/>
         </i>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="synopfragment" mode="synopfragment.number">
  +<xsl:template match="synopfragment" mode="synopfragment.number">
         <xsl:number format="1"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="synopfragment">
  +<xsl:template match="synopfragment">
         <xsl:variable name="snum">
            <xsl:apply-templates select="." mode="synopfragment.number"/>
         </xsl:variable>
  @@ -144,34 +140,32 @@
               <xsl:value-of select="$snum"/>
               <xsl:text>)</xsl:text>
            </a>
  -         <xsl:text></xsl:text>
  +    <xsl:text> </xsl:text>
            <xsl:apply-templates/>
         </p>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="funcsynopsis">
  +<xsl:template match="funcsynopsis">
         <xsl:call-template name="informal.object"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="funcsynopsisinfo">
  -      <pre class="{name(.)}">
  -         <xsl:apply-templates/>
  -      </pre>
  -   </xsl:template>
  +<xsl:template match="funcsynopsisinfo">
  +  <pre class="{name(.)}"><xsl:apply-templates/></pre>
  +</xsl:template>
   
  -   <!-- ====================================================================== -->
  -   <!-- funcprototype -->
  -   <!--
  +<!-- ====================================================================== -->
  +<!-- funcprototype -->
  +<!--
   
  -   funcprototype ::= (funcdef,
  +funcprototype ::= (funcdef,
                         (void|varargs|paramdef+))
   
  -   funcdef       ::= (#PCDATA|type|replaceable|function)*
  +funcdef       ::= (#PCDATA|type|replaceable|function)*
   
  -   paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
  -   -->
  +paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
  +-->
   
  -   <xsl:template match="funcprototype">
  +<xsl:template match="funcprototype">
         <xsl:variable name="html-style">
            <xsl:call-template name="dbhtml-attribute">
               <xsl:with-param name="pis"
  @@ -209,12 +203,12 @@
               <xsl:apply-templates select="." mode="ansi-nontabular"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ====================================================================== -->
  -   <!-- funcprototype: kr, non-tabular -->
  +<!-- ====================================================================== -->
  +<!-- funcprototype: kr, non-tabular -->
   
  -   <xsl:template match="funcprototype" mode="kr-nontabular">
  +<xsl:template match="funcprototype" mode="kr-nontabular">
         <p>
            <xsl:apply-templates mode="kr-nontabular"/>
            <xsl:if test="paramdef">
  @@ -222,53 +216,51 @@
               <xsl:apply-templates select="paramdef" mode="kr-funcsynopsis-mode"/>
            </xsl:if>
         </p>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="funcdef" mode="kr-nontabular">
  +<xsl:template match="funcdef" mode="kr-nontabular">
         <code class="{name(.)}">
            <xsl:apply-templates mode="kr-nontabular"/>
            <xsl:text>(</xsl:text>
         </code>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="funcdef/function" mode="kr-nontabular">
  +<xsl:template match="funcdef/function" mode="kr-nontabular">
         <xsl:choose>
            <xsl:when test="$funcsynopsis.decoration != 0">
  -            <b class="fsfunc">
  -               <xsl:apply-templates mode="kr-nontabular"/>
  -            </b>
  +      <b class="fsfunc"><xsl:apply-templates mode="kr-nontabular"/></b>
            </xsl:when>
            <xsl:otherwise>
               <xsl:apply-templates mode="kr-nontabular"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="void" mode="kr-nontabular">
  +<xsl:template match="void" mode="kr-nontabular">
         <code>)</code>
         <xsl:text>;</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="varargs" mode="kr-nontabular">
  +<xsl:template match="varargs" mode="kr-nontabular">
         <xsl:text>...</xsl:text>
         <code>)</code>
         <xsl:text>;</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="paramdef" mode="kr-nontabular">
  +<xsl:template match="paramdef" mode="kr-nontabular">
         <xsl:apply-templates select="parameter" mode="kr-nontabular"/>
         <xsl:choose>
            <xsl:when test="following-sibling::*">
  -            <xsl:text>,</xsl:text>
  +      <xsl:text>, </xsl:text>
            </xsl:when>
            <xsl:otherwise>
               <code>)</code>
               <xsl:text>;</xsl:text>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="paramdef/parameter" mode="kr-nontabular">
  +<xsl:template match="paramdef/parameter" mode="kr-nontabular">
         <xsl:choose>
            <xsl:when test="$funcsynopsis.decoration != 0">
               <var class="pdparam">
  @@ -279,26 +271,24 @@
               <xsl:apply-templates mode="kr-nontabular"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="paramdef" mode="kr-funcsynopsis-mode">
  -      <xsl:if test="preceding-sibling::paramdef">
  -         <br/>
  -      </xsl:if>
  +<xsl:template match="paramdef" mode="kr-funcsynopsis-mode">
  +  <xsl:if test="preceding-sibling::paramdef"><br/></xsl:if>
         <xsl:apply-templates mode="kr-funcsynopsis-mode"/>
         <xsl:text>;</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="type|parameter|funcparams" mode="kr-funcsynopsis-mode">
  +<xsl:template match="type|parameter|funcparams" mode="kr-funcsynopsis-mode">
         <code>
            <xsl:apply-templates mode="kr-funcsynopsis-mode"/>
         </code>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ====================================================================== -->
  -   <!-- funcprototype: kr, tabular -->
  +<!-- ====================================================================== -->
  +<!-- funcprototype: kr, tabular -->
   
  -   <xsl:template match="funcprototype" mode="kr-tabular">
  +<xsl:template match="funcprototype" mode="kr-tabular">
         <table border="0" summary="Function synopsis" cellspacing="0" cellpadding="0"
                style="padding-bottom: 1em">
            <tr>
  @@ -323,51 +313,49 @@
               <xsl:apply-templates select="paramdef" mode="kr-tabular-funcsynopsis-mode"/>
            </table>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="funcdef" mode="kr-tabular">
  +<xsl:template match="funcdef" mode="kr-tabular">
         <code class="{name(.)}">
            <xsl:apply-templates mode="kr-tabular"/>
            <xsl:text>(</xsl:text>
         </code>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="funcdef/function" mode="kr-tabular">
  +<xsl:template match="funcdef/function" mode="kr-tabular">
         <xsl:choose>
            <xsl:when test="$funcsynopsis.decoration != 0">
  -            <b class="fsfunc">
  -               <xsl:apply-templates mode="kr-nontabular"/>
  -            </b>
  +      <b class="fsfunc"><xsl:apply-templates mode="kr-nontabular"/></b>
            </xsl:when>
            <xsl:otherwise>
               <xsl:apply-templates mode="kr-tabular"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="void" mode="kr-tabular">
  +<xsl:template match="void" mode="kr-tabular">
         <td>
            <code>)</code>
            <xsl:text>;</xsl:text>
         </td>
         <td>&#160;</td>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="varargs" mode="kr-tabular">
  +<xsl:template match="varargs" mode="kr-tabular">
         <td>
            <xsl:text>...</xsl:text>
            <code>)</code>
            <xsl:text>;</xsl:text>
         </td>
         <td>&#160;</td>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="paramdef" mode="kr-tabular">
  +<xsl:template match="paramdef" mode="kr-tabular">
         <td>
            <xsl:apply-templates select="parameter" mode="kr-tabular"/>
            <xsl:choose>
               <xsl:when test="following-sibling::*">
  -               <xsl:text>,</xsl:text>
  +        <xsl:text>, </xsl:text>
               </xsl:when>
               <xsl:otherwise>
                  <code>)</code>
  @@ -376,9 +364,9 @@
            </xsl:choose>
         </td>
         <td>&#160;</td>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="paramdef/parameter" mode="kr-tabular">
  +<xsl:template match="paramdef/parameter" mode="kr-tabular">
         <xsl:choose>
            <xsl:when test="$funcsynopsis.decoration != 0">
               <var class="pdparam">
  @@ -389,9 +377,9 @@
               <xsl:apply-templates mode="kr-tabular"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="paramdef" mode="kr-tabular-funcsynopsis-mode">
  +<xsl:template match="paramdef" mode="kr-tabular-funcsynopsis-mode">
         <tr>
            <xsl:choose>
               <xsl:when test="type and funcparams">
  @@ -425,9 +413,9 @@
               </xsl:otherwise>
            </xsl:choose>
         </tr>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="paramdef/parameter" mode="kr-tabular-funcsynopsis-mode">
  +<xsl:template match="paramdef/parameter" mode="kr-tabular-funcsynopsis-mode">
         <xsl:choose>
            <xsl:when test="$funcsynopsis.decoration != 0">
               <var class="pdparam">
  @@ -438,69 +426,67 @@
               <xsl:apply-templates mode="kr-tabular-funcsynopsis-mode"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="funcparams" mode="kr-tabular-funcsynopsis-mode">
  +<xsl:template match="funcparams" mode="kr-tabular-funcsynopsis-mode">
         <code>(</code>
         <xsl:apply-templates mode="kr-tabular-funcsynopsis-mode"/>
         <code>)</code>
         <xsl:text>;</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ====================================================================== -->
  -   <!-- funcprototype: ansi, non-tabular -->
  +<!-- ====================================================================== -->
  +<!-- funcprototype: ansi, non-tabular -->
   
  -   <xsl:template match="funcprototype" mode="ansi-nontabular">
  +<xsl:template match="funcprototype" mode="ansi-nontabular">
         <p>
            <xsl:apply-templates mode="ansi-nontabular"/>
         </p>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="funcdef" mode="ansi-nontabular">
  +<xsl:template match="funcdef" mode="ansi-nontabular">
         <code class="{name(.)}">
            <xsl:apply-templates mode="ansi-nontabular"/>
            <xsl:text>(</xsl:text>
         </code>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="funcdef/function" mode="ansi-nontabular">
  +<xsl:template match="funcdef/function" mode="ansi-nontabular">
         <xsl:choose>
            <xsl:when test="$funcsynopsis.decoration != 0">
  -            <b class="fsfunc">
  -               <xsl:apply-templates mode="ansi-nontabular"/>
  -            </b>
  +      <b class="fsfunc"><xsl:apply-templates mode="ansi-nontabular"/></b>
            </xsl:when>
            <xsl:otherwise>
               <xsl:apply-templates mode="ansi-nontabular"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="void" mode="ansi-nontabular">
  +<xsl:template match="void" mode="ansi-nontabular">
         <code>void)</code>
         <xsl:text>;</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="varargs" mode="ansi-nontabular">
  +<xsl:template match="varargs" mode="ansi-nontabular">
         <xsl:text>...</xsl:text>
         <code>)</code>
         <xsl:text>;</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="paramdef" mode="ansi-nontabular">
  +<xsl:template match="paramdef" mode="ansi-nontabular">
         <xsl:apply-templates mode="ansi-nontabular"/>
         <xsl:choose>
            <xsl:when test="following-sibling::*">
  -            <xsl:text>,</xsl:text>
  +      <xsl:text>, </xsl:text>
            </xsl:when>
            <xsl:otherwise>
               <code>)</code>
               <xsl:text>;</xsl:text>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="paramdef/parameter" mode="ansi-nontabular">
  +<xsl:template match="paramdef/parameter" mode="ansi-nontabular">
         <xsl:choose>
            <xsl:when test="$funcsynopsis.decoration != 0">
               <var class="pdparam">
  @@ -511,18 +497,18 @@
               <xsl:apply-templates mode="ansi-nontabular"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="funcparams" mode="ansi-nontabular">
  +<xsl:template match="funcparams" mode="ansi-nontabular">
         <code>(</code>
         <xsl:apply-templates mode="ansi-nontabular"/>
         <code>)</code>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ====================================================================== -->
  -   <!-- funcprototype: ansi, tabular -->
  +<!-- ====================================================================== -->
  +<!-- funcprototype: ansi, tabular -->
   
  -   <xsl:template match="funcprototype" mode="ansi-tabular">
  +<xsl:template match="funcprototype" mode="ansi-tabular">
         <table border="0" summary="Function synopsis" cellspacing="0" cellpadding="0">
            <xsl:if test="following-sibling::funcprototype">
               <xsl:attribute name="style">padding-bottom: 1em</xsl:attribute>
  @@ -540,46 +526,44 @@
               </tr>
            </xsl:for-each>
         </table>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="funcdef" mode="ansi-tabular">
  +<xsl:template match="funcdef" mode="ansi-tabular">
         <code class="{name(.)}">
            <xsl:apply-templates mode="ansi-tabular"/>
            <xsl:text>(</xsl:text>
         </code>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="funcdef/function" mode="ansi-tabular">
  +<xsl:template match="funcdef/function" mode="ansi-tabular">
         <xsl:choose>
            <xsl:when test="$funcsynopsis.decoration != 0">
  -            <b class="fsfunc">
  -               <xsl:apply-templates mode="ansi-nontabular"/>
  -            </b>
  +      <b class="fsfunc"><xsl:apply-templates mode="ansi-nontabular"/></b>
            </xsl:when>
            <xsl:otherwise>
               <xsl:apply-templates mode="kr-tabular"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="void" mode="ansi-tabular">
  +<xsl:template match="void" mode="ansi-tabular">
         <td>
            <code>void)</code>
            <xsl:text>;</xsl:text>
         </td>
         <td>&#160;</td>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="varargs" mode="ansi-tabular">
  +<xsl:template match="varargs" mode="ansi-tabular">
         <td>
            <xsl:text>...</xsl:text>
            <code>)</code>
            <xsl:text>;</xsl:text>
         </td>
         <td>&#160;</td>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="paramdef" mode="ansi-tabular">
  +<xsl:template match="paramdef" mode="ansi-tabular">
         <xsl:choose>
            <xsl:when test="type and funcparams">
               <td>
  @@ -604,7 +588,7 @@
                                       mode="ansi-tabular"/>
                  <xsl:choose>
                     <xsl:when test="following-sibling::*">
  -                     <xsl:text>,</xsl:text>
  +            <xsl:text>, </xsl:text>
                     </xsl:when>
                     <xsl:otherwise>
                        <code>)</code>
  @@ -614,9 +598,9 @@
               </td>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="paramdef/parameter" mode="ansi-tabular">
  +<xsl:template match="paramdef/parameter" mode="ansi-tabular">
         <xsl:choose>
            <xsl:when test="$funcsynopsis.decoration != 0">
               <var class="pdparam">
  @@ -627,19 +611,19 @@
               <xsl:apply-templates mode="ansi-tabular"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="funcparams" mode="ansi-tabular">
  +<xsl:template match="funcparams" mode="ansi-tabular">
         <code>(</code>
         <xsl:apply-templates/>
         <code>)</code>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ====================================================================== -->
  +<!-- ====================================================================== -->
   
  -   <xsl:variable name="default-classsynopsis-language">java</xsl:variable>
  +<xsl:variable name="default-classsynopsis-language">java</xsl:variable>
   
  -   <xsl:template match="classsynopsis
  +<xsl:template match="classsynopsis
                        |fieldsynopsis
                        |methodsynopsis
                        |constructorsynopsis
  @@ -670,9 +654,9 @@
            </xsl:when>
            <xsl:otherwise>
               <xsl:message>
  -               <xsl:text>Unrecognized language on</xsl:text>
  +	<xsl:text>Unrecognized language on </xsl:text>
                  <xsl:value-of select="name(.)"/>
  -               <xsl:text>:</xsl:text>
  +        <xsl:text>: </xsl:text>
                  <xsl:value-of select="$language"/>
               </xsl:message>
               <xsl:apply-templates select=".">
  @@ -681,9 +665,9 @@
               </xsl:apply-templates>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="synop-break">
  +<xsl:template name="synop-break">
         <xsl:if test="parent::classsynopsis
                   or (following-sibling::fieldsynopsis
                       |following-sibling::methodsynopsis
  @@ -691,16 +675,16 @@
                       |following-sibling::destructorsynopsis)">
            <br/>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
   
  -   <!-- ===== Java ======================================================== -->
  +<!-- ===== Java ======================================================== -->
   
  -   <xsl:template match="classsynopsis" mode="java">
  +<xsl:template match="classsynopsis" mode="java">
         <pre class="{name(.)}">
            <xsl:apply-templates select="ooclass[1]" mode="java"/>
            <xsl:if test="ooclass[position() &gt; 1]">
  -            <xsl:text>extends</xsl:text>
  +      <xsl:text> extends</xsl:text>
               <xsl:apply-templates select="ooclass[position() &gt; 1]" mode="java"/>
               <xsl:if test="oointerface|ooexception">
                  <br/>
  @@ -728,61 +712,61 @@
                                    |classsynopsisinfo" mode="java"/>
            <xsl:text>}</xsl:text>
         </pre>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="classsynopsisinfo" mode="java">
  +<xsl:template match="classsynopsisinfo" mode="java">
         <xsl:apply-templates mode="java"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="ooclass|oointerface|ooexception" mode="java">
  +<xsl:template match="ooclass|oointerface|ooexception" mode="java">
         <xsl:choose>
            <xsl:when test="position() &gt; 1">
  -            <xsl:text>,</xsl:text>
  +      <xsl:text>, </xsl:text>
            </xsl:when>
            <xsl:otherwise>
  -            <xsl:text></xsl:text>
  +      <xsl:text> </xsl:text>
            </xsl:otherwise>
         </xsl:choose>
         <span class="{name(.)}">
            <xsl:apply-templates mode="java"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="modifier" mode="java">
  +<xsl:template match="modifier" mode="java">
         <span class="{name(.)}">
            <xsl:apply-templates mode="java"/>
            <xsl:text>&nbsp;</xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="classname" mode="java">
  +<xsl:template match="classname" mode="java">
         <xsl:if test="name(preceding-sibling::*[1]) = 'classname'">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="java"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="interfacename" mode="java">
  +<xsl:template match="interfacename" mode="java">
         <xsl:if test="name(preceding-sibling::*[1]) = 'interfacename'">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="java"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="exceptionname" mode="java">
  +<xsl:template match="exceptionname" mode="java">
         <xsl:if test="name(preceding-sibling::*[1]) = 'exceptionname'">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="java"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="fieldsynopsis" mode="java">
  +<xsl:template match="fieldsynopsis" mode="java">
         <code class="{name(.)}">
            <xsl:if test="parent::classsynopsis">
               <xsl:text>&nbsp;&nbsp;</xsl:text>
  @@ -791,42 +775,42 @@
            <xsl:text>;</xsl:text>
         </code>
         <xsl:call-template name="synop-break"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="type" mode="java">
  +<xsl:template match="type" mode="java">
         <span class="{name(.)}">
            <xsl:apply-templates mode="java"/>
            <xsl:text>&nbsp;</xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="varname" mode="java">
  +<xsl:template match="varname" mode="java">
         <span class="{name(.)}">
            <xsl:apply-templates mode="java"/>
            <xsl:text>&nbsp;</xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="initializer" mode="java">
  +<xsl:template match="initializer" mode="java">
         <span class="{name(.)}">
            <xsl:text>=&nbsp;</xsl:text>
            <xsl:apply-templates mode="java"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="void" mode="java">
  +<xsl:template match="void" mode="java">
         <span class="{name(.)}">
            <xsl:text>void&nbsp;</xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="methodname" mode="java">
  +<xsl:template match="methodname" mode="java">
         <span class="{name(.)}">
            <xsl:apply-templates mode="java"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="methodparam" mode="java">
  +<xsl:template match="methodparam" mode="java">
         <xsl:param name="indent">0</xsl:param>
         <xsl:if test="position() &gt; 1">
            <xsl:text>,</xsl:text>
  @@ -841,15 +825,15 @@
         <span class="{name(.)}">
            <xsl:apply-templates mode="java"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="parameter" mode="java">
  +<xsl:template match="parameter" mode="java">
         <span class="{name(.)}">
            <xsl:apply-templates mode="java"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template mode="java"
  +<xsl:template mode="java"
                    match="constructorsynopsis|destructorsynopsis|methodsynopsis">
         <xsl:variable name="modifiers" select="modifier"/>
         <xsl:variable name="notmod" select="*[name(.) != 'modifier']"/>
  @@ -882,15 +866,15 @@
            <xsl:text>;</xsl:text>
         </code>
         <xsl:call-template name="synop-break"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ===== C++ ========================================================= -->
  +<!-- ===== C++ ========================================================= -->
   
  -   <xsl:template match="classsynopsis" mode="cpp">
  +<xsl:template match="classsynopsis" mode="cpp">
         <pre class="{name(.)}">
            <xsl:apply-templates select="ooclass[1]" mode="cpp"/>
            <xsl:if test="ooclass[position() &gt; 1]">
  -            <xsl:text>:</xsl:text>
  +      <xsl:text>: </xsl:text>
               <xsl:apply-templates select="ooclass[position() &gt; 1]" mode="cpp"/>
               <xsl:if test="oointerface|ooexception">
                  <br/>
  @@ -898,7 +882,7 @@
               </xsl:if>
            </xsl:if>
            <xsl:if test="oointerface">
  -            <xsl:text>implements</xsl:text>
  +      <xsl:text> implements</xsl:text>
               <xsl:apply-templates select="oointerface" mode="cpp"/>
               <xsl:if test="ooexception">
                  <br/>
  @@ -906,7 +890,7 @@
               </xsl:if>
            </xsl:if>
            <xsl:if test="ooexception">
  -            <xsl:text>throws</xsl:text>
  +      <xsl:text> throws</xsl:text>
               <xsl:apply-templates select="ooexception" mode="cpp"/>
            </xsl:if>
            <xsl:text>&nbsp;{</xsl:text>
  @@ -918,56 +902,56 @@
                                    |classsynopsisinfo" mode="cpp"/>
            <xsl:text>}</xsl:text>
         </pre>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="classsynopsisinfo" mode="cpp">
  +<xsl:template match="classsynopsisinfo" mode="cpp">
         <xsl:apply-templates mode="cpp"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="ooclass|oointerface|ooexception" mode="cpp">
  +<xsl:template match="ooclass|oointerface|ooexception" mode="cpp">
         <xsl:if test="position() &gt; 1">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="cpp"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="modifier" mode="cpp">
  +<xsl:template match="modifier" mode="cpp">
         <span class="{name(.)}">
            <xsl:apply-templates mode="cpp"/>
            <xsl:text>&nbsp;</xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="classname" mode="cpp">
  +<xsl:template match="classname" mode="cpp">
         <xsl:if test="name(preceding-sibling::*[1]) = 'classname'">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="cpp"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="interfacename" mode="cpp">
  +<xsl:template match="interfacename" mode="cpp">
         <xsl:if test="name(preceding-sibling::*[1]) = 'interfacename'">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="cpp"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="exceptionname" mode="cpp">
  +<xsl:template match="exceptionname" mode="cpp">
         <xsl:if test="name(preceding-sibling::*[1]) = 'exceptionname'">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="cpp"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="fieldsynopsis" mode="cpp">
  +<xsl:template match="fieldsynopsis" mode="cpp">
         <code class="{name(.)}">
            <xsl:if test="parent::classsynopsis">
               <xsl:text>&nbsp;&nbsp;</xsl:text>
  @@ -976,57 +960,57 @@
            <xsl:text>;</xsl:text>
         </code>
         <xsl:call-template name="synop-break"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="type" mode="cpp">
  +<xsl:template match="type" mode="cpp">
         <span class="{name(.)}">
            <xsl:apply-templates mode="cpp"/>
            <xsl:text>&nbsp;</xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="varname" mode="cpp">
  +<xsl:template match="varname" mode="cpp">
         <span class="{name(.)}">
            <xsl:apply-templates mode="cpp"/>
            <xsl:text>&nbsp;</xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="initializer" mode="cpp">
  +<xsl:template match="initializer" mode="cpp">
         <span class="{name(.)}">
            <xsl:text>=&nbsp;</xsl:text>
            <xsl:apply-templates mode="cpp"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="void" mode="cpp">
  +<xsl:template match="void" mode="cpp">
         <span class="{name(.)}">
            <xsl:text>void&nbsp;</xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="methodname" mode="cpp">
  +<xsl:template match="methodname" mode="cpp">
         <span class="{name(.)}">
            <xsl:apply-templates mode="cpp"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="methodparam" mode="cpp">
  +<xsl:template match="methodparam" mode="cpp">
         <xsl:if test="position() &gt; 1">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="cpp"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="parameter" mode="cpp">
  +<xsl:template match="parameter" mode="cpp">
         <span class="{name(.)}">
            <xsl:apply-templates mode="cpp"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template mode="cpp"
  +<xsl:template mode="cpp"
                    match="constructorsynopsis|destructorsynopsis|methodsynopsis">
         <xsl:variable name="modifiers" select="modifier"/>
         <xsl:variable name="notmod" select="*[name(.) != 'modifier']"/>
  @@ -1054,16 +1038,16 @@
            <xsl:text>;</xsl:text>
         </code>
         <xsl:call-template name="synop-break"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ===== IDL ========================================================= -->
  +<!-- ===== IDL ========================================================= -->
   
  -   <xsl:template match="classsynopsis" mode="idl">
  +<xsl:template match="classsynopsis" mode="idl">
         <pre class="{name(.)}">
  -         <xsl:text>interface</xsl:text>
  +    <xsl:text>interface </xsl:text>
            <xsl:apply-templates select="ooclass[1]" mode="idl"/>
            <xsl:if test="ooclass[position() &gt; 1]">
  -            <xsl:text>:</xsl:text>
  +      <xsl:text>: </xsl:text>
               <xsl:apply-templates select="ooclass[position() &gt; 1]" mode="idl"/>
               <xsl:if test="oointerface|ooexception">
                  <br/>
  @@ -1071,7 +1055,7 @@
               </xsl:if>
            </xsl:if>
            <xsl:if test="oointerface">
  -            <xsl:text>implements</xsl:text>
  +      <xsl:text> implements</xsl:text>
               <xsl:apply-templates select="oointerface" mode="idl"/>
               <xsl:if test="ooexception">
                  <br/>
  @@ -1079,7 +1063,7 @@
               </xsl:if>
            </xsl:if>
            <xsl:if test="ooexception">
  -            <xsl:text>throws</xsl:text>
  +      <xsl:text> throws</xsl:text>
               <xsl:apply-templates select="ooexception" mode="idl"/>
            </xsl:if>
            <xsl:text>&nbsp;{</xsl:text>
  @@ -1091,56 +1075,56 @@
                                    |classsynopsisinfo" mode="idl"/>
            <xsl:text>}</xsl:text>
         </pre>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="classsynopsisinfo" mode="idl">
  +<xsl:template match="classsynopsisinfo" mode="idl">
         <xsl:apply-templates mode="idl"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="ooclass|oointerface|ooexception" mode="idl">
  +<xsl:template match="ooclass|oointerface|ooexception" mode="idl">
         <xsl:if test="position() &gt; 1">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="idl"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="modifier" mode="idl">
  +<xsl:template match="modifier" mode="idl">
         <span class="{name(.)}">
            <xsl:apply-templates mode="idl"/>
            <xsl:text>&nbsp;</xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="classname" mode="idl">
  +<xsl:template match="classname" mode="idl">
         <xsl:if test="name(preceding-sibling::*[1]) = 'classname'">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="idl"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="interfacename" mode="idl">
  +<xsl:template match="interfacename" mode="idl">
         <xsl:if test="name(preceding-sibling::*[1]) = 'interfacename'">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="idl"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="exceptionname" mode="idl">
  +<xsl:template match="exceptionname" mode="idl">
         <xsl:if test="name(preceding-sibling::*[1]) = 'exceptionname'">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="idl"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="fieldsynopsis" mode="idl">
  +<xsl:template match="fieldsynopsis" mode="idl">
         <code class="{name(.)}">
            <xsl:if test="parent::classsynopsis">
               <xsl:text>&nbsp;&nbsp;</xsl:text>
  @@ -1149,57 +1133,57 @@
            <xsl:text>;</xsl:text>
         </code>
         <xsl:call-template name="synop-break"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="type" mode="idl">
  +<xsl:template match="type" mode="idl">
         <span class="{name(.)}">
            <xsl:apply-templates mode="idl"/>
            <xsl:text>&nbsp;</xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="varname" mode="idl">
  +<xsl:template match="varname" mode="idl">
         <span class="{name(.)}">
            <xsl:apply-templates mode="idl"/>
            <xsl:text>&nbsp;</xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="initializer" mode="idl">
  +<xsl:template match="initializer" mode="idl">
         <span class="{name(.)}">
            <xsl:text>=&nbsp;</xsl:text>
            <xsl:apply-templates mode="idl"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="void" mode="idl">
  +<xsl:template match="void" mode="idl">
         <span class="{name(.)}">
            <xsl:text>void&nbsp;</xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="methodname" mode="idl">
  +<xsl:template match="methodname" mode="idl">
         <span class="{name(.)}">
            <xsl:apply-templates mode="idl"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="methodparam" mode="idl">
  +<xsl:template match="methodparam" mode="idl">
         <xsl:if test="position() &gt; 1">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="idl"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="parameter" mode="idl">
  +<xsl:template match="parameter" mode="idl">
         <span class="{name(.)}">
            <xsl:apply-templates mode="idl"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template mode="idl"
  +<xsl:template mode="idl"
                    match="constructorsynopsis|destructorsynopsis|methodsynopsis">
         <xsl:variable name="modifiers" select="modifier"/>
         <xsl:variable name="notmod" select="*[name(.) != 'modifier']"/>
  @@ -1228,13 +1212,13 @@
            <xsl:text>;</xsl:text>
         </code>
         <xsl:call-template name="synop-break"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ===== Perl ======================================================== -->
  +<!-- ===== Perl ======================================================== -->
   
  -   <xsl:template match="classsynopsis" mode="perl">
  +<xsl:template match="classsynopsis" mode="perl">
         <pre class="{name(.)}">
  -         <xsl:text>package</xsl:text>
  +    <xsl:text>package </xsl:text>
            <xsl:apply-templates select="ooclass[1]" mode="perl"/>
            <xsl:text>;</xsl:text>
            <br/>
  @@ -1252,56 +1236,56 @@
                                    |methodsynopsis
                                    |classsynopsisinfo" mode="perl"/>
         </pre>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="classsynopsisinfo" mode="perl">
  +<xsl:template match="classsynopsisinfo" mode="perl">
         <xsl:apply-templates mode="perl"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="ooclass|oointerface|ooexception" mode="perl">
  +<xsl:template match="ooclass|oointerface|ooexception" mode="perl">
         <xsl:if test="position() &gt; 1">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="perl"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="modifier" mode="perl">
  +<xsl:template match="modifier" mode="perl">
         <span class="{name(.)}">
            <xsl:apply-templates mode="perl"/>
            <xsl:text>&nbsp;</xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="classname" mode="perl">
  +<xsl:template match="classname" mode="perl">
         <xsl:if test="name(preceding-sibling::*[1]) = 'classname'">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="perl"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="interfacename" mode="perl">
  +<xsl:template match="interfacename" mode="perl">
         <xsl:if test="name(preceding-sibling::*[1]) = 'interfacename'">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="perl"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="exceptionname" mode="perl">
  +<xsl:template match="exceptionname" mode="perl">
         <xsl:if test="name(preceding-sibling::*[1]) = 'exceptionname'">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="perl"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="fieldsynopsis" mode="perl">
  +<xsl:template match="fieldsynopsis" mode="perl">
         <code class="{name(.)}">
            <xsl:if test="parent::classsynopsis">
               <xsl:text>&nbsp;&nbsp;</xsl:text>
  @@ -1310,70 +1294,70 @@
            <xsl:text>;</xsl:text>
         </code>
         <xsl:call-template name="synop-break"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="type" mode="perl">
  +<xsl:template match="type" mode="perl">
         <span class="{name(.)}">
            <xsl:apply-templates mode="perl"/>
            <xsl:text>&nbsp;</xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="varname" mode="perl">
  +<xsl:template match="varname" mode="perl">
         <span class="{name(.)}">
            <xsl:apply-templates mode="perl"/>
            <xsl:text>&nbsp;</xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="initializer" mode="perl">
  +<xsl:template match="initializer" mode="perl">
         <span class="{name(.)}">
            <xsl:text>=&nbsp;</xsl:text>
            <xsl:apply-templates mode="perl"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="void" mode="perl">
  +<xsl:template match="void" mode="perl">
         <span class="{name(.)}">
            <xsl:text>void&nbsp;</xsl:text>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="methodname" mode="perl">
  +<xsl:template match="methodname" mode="perl">
         <span class="{name(.)}">
            <xsl:apply-templates mode="perl"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="methodparam" mode="perl">
  +<xsl:template match="methodparam" mode="perl">
         <xsl:if test="position() &gt; 1">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
         <span class="{name(.)}">
            <xsl:apply-templates mode="perl"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="parameter" mode="perl">
  +<xsl:template match="parameter" mode="perl">
         <span class="{name(.)}">
            <xsl:apply-templates mode="perl"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template mode="perl"
  +<xsl:template mode="perl"
                    match="constructorsynopsis|destructorsynopsis|methodsynopsis">
         <xsl:variable name="modifiers" select="modifier"/>
         <xsl:variable name="notmod" select="*[name(.) != 'modifier']"/>
   
         <code class="{name(.)}">
  -         <xsl:text>sub</xsl:text>
  +    <xsl:text>sub </xsl:text>
   
            <xsl:apply-templates select="methodname" mode="perl"/>
  -         <xsl:text>{ ... };</xsl:text>
  +    <xsl:text> { ... };</xsl:text>
         </code>
         <xsl:call-template name="synop-break"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </xsl:stylesheet>
  
  
  
  1.2       +1031 -1031JBossRemoting/docs/guide/support/support/docbook-xsl/html/table.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: table.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/table.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- table.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ table.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -8,10 +8,10 @@
                   exclude-result-prefixes="doc stbl xtbl lxslt ptbl"
                   version='1.0'>
   
  -   <xsl:include href="../common/table.xsl"/>
  +<xsl:include href="../common/table.xsl"/>
   
  -   <!-- ********************************************************************
  -  $Id: table.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: table.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -20,10 +20,10 @@
   
     ******************************************************************** -->
   
  -   <lxslt:component prefix="xtbl"
  +<lxslt:component prefix="xtbl"
                       functions="adjustColumnWidths"/>
   
  -   <xsl:template name="empty.table.cell">
  +<xsl:template name="empty.table.cell">
         <xsl:param name="colnum" select="0"/>
   
         <xsl:variable name="rowsep">
  @@ -77,11 +77,11 @@
            </xsl:if>
            <xsl:text>&#160;</xsl:text>
         </td>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="border">
  +<xsl:template name="border">
         <xsl:param name="side" select="'left'"/>
         <xsl:param name="padding" select="0"/>
         <xsl:param name="style" select="$table.cell.border.style"/>
  @@ -101,46 +101,46 @@
               <!-- it saves space and probably works more reliably -->
               <xsl:text>border-</xsl:text>
               <xsl:value-of select="$side"/>
  -            <xsl:text>:</xsl:text>
  +      <xsl:text>: </xsl:text>
               <xsl:value-of select="$thickness"/>
  -            <xsl:text></xsl:text>
  +      <xsl:text> </xsl:text>
               <xsl:value-of select="$style"/>
  -            <xsl:text></xsl:text>
  +      <xsl:text> </xsl:text>
               <xsl:value-of select="$color"/>
  -            <xsl:text>;</xsl:text>
  +      <xsl:text>; </xsl:text>
            </xsl:when>
            <xsl:otherwise>
               <!-- we need to specify the styles individually -->
               <xsl:if test="$thickness != ''">
                  <xsl:text>border-</xsl:text>
                  <xsl:value-of select="$side"/>
  -               <xsl:text>-width:</xsl:text>
  +        <xsl:text>-width: </xsl:text>
                  <xsl:value-of select="$thickness"/>
  -               <xsl:text>;</xsl:text>
  +        <xsl:text>; </xsl:text>
               </xsl:if>
   
               <xsl:if test="$style != ''">
                  <xsl:text>border-</xsl:text>
                  <xsl:value-of select="$side"/>
  -               <xsl:text>-style:</xsl:text>
  +        <xsl:text>-style: </xsl:text>
                  <xsl:value-of select="$style"/>
  -               <xsl:text>;</xsl:text>
  +        <xsl:text>; </xsl:text>
               </xsl:if>
   
               <xsl:if test="$color != ''">
                  <xsl:text>border-</xsl:text>
                  <xsl:value-of select="$side"/>
  -               <xsl:text>-color:</xsl:text>
  +        <xsl:text>-color: </xsl:text>
                  <xsl:value-of select="$color"/>
  -               <xsl:text>;</xsl:text>
  +        <xsl:text>; </xsl:text>
               </xsl:if>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="tgroup" name="tgroup">
  +<xsl:template match="tgroup" name="tgroup">
         <xsl:if test="not(@cols)">
            <xsl:message terminate="yes">
               <xsl:text>Error: CALS tables must specify the number of columns.</xsl:text>
  @@ -432,9 +432,9 @@
               </tbody>
            </xsl:if>
         </table>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="tgroup/processing-instruction('dbhtml')">
  +<xsl:template match="tgroup/processing-instruction('dbhtml')">
         <xsl:variable name="summary">
            <xsl:call-template name="dbhtml-attribute">
               <xsl:with-param name="pis" select="."/>
  @@ -448,13 +448,13 @@
               <xsl:value-of select="."/>
            </xsl:processing-instruction>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="colspec"></xsl:template>
  +<xsl:template match="colspec"></xsl:template>
   
  -   <xsl:template match="spanspec"></xsl:template>
  +<xsl:template match="spanspec"></xsl:template>
   
  -   <xsl:template match="thead|tfoot">
  +<xsl:template match="thead|tfoot">
         <xsl:element name="{name(.)}">
            <xsl:if test="@align">
               <xsl:attribute name="align">
  @@ -486,9 +486,9 @@
            </xsl:apply-templates>
   
         </xsl:element>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="tbody">
  +<xsl:template match="tbody">
         <tbody>
            <xsl:if test="@align">
               <xsl:attribute name="align">
  @@ -520,9 +520,9 @@
            </xsl:apply-templates>
   
         </tbody>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="row">
  +<xsl:template match="row">
         <xsl:param name="spans"/>
   
         <xsl:variable name="row-height">
  @@ -624,9 +624,9 @@
               <xsl:with-param name="spans" select="$nextspans"/>
            </xsl:apply-templates>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="entry|entrytbl" name="entry">
  +<xsl:template match="entry|entrytbl" name="entry">
         <xsl:param name="col" select="1"/>
         <xsl:param name="spans"/>
   
  @@ -873,9 +873,9 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="entry|entrytbl" name="sentry" mode="span">
  +<xsl:template match="entry|entrytbl" name="sentry" mode="span">
         <xsl:param name="col" select="1"/>
         <xsl:param name="spans"/>
   
  @@ -948,9 +948,9 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="generate.colgroup">
  +<xsl:template name="generate.colgroup">
         <xsl:param name="cols" select="1"/>
         <xsl:param name="count" select="1"/>
         <xsl:choose>
  @@ -965,9 +965,9 @@
               </xsl:call-template>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="generate.col">
  +<xsl:template name="generate.col">
         <xsl:param name="countcol">1</xsl:param>
         <xsl:param name="colspecs" select="./colspec"/>
         <xsl:param name="count">1</xsl:param>
  @@ -1054,9 +1054,9 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="colspec.colwidth">
  +<xsl:template name="colspec.colwidth">
         <!-- when this macro is called, the current context must be an entry -->
         <xsl:param name="colname"></xsl:param>
         <!-- .. = row, ../.. = thead|tbody, ../../.. = tgroup -->
  @@ -1080,11 +1080,11 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ====================================================================== -->
  +<!-- ====================================================================== -->
   
  -   <xsl:template name="tr.attributes">
  +<xsl:template name="tr.attributes">
         <xsl:param name="row" select="."/>
         <xsl:param name="rownum" select="0"/>
   
  @@ -1095,7 +1095,7 @@
         </xsl:if>
   
         -->
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
   
  
  
  
  1.2       +53 -53    JBossRemoting/docs/guide/support/support/docbook-xsl/html/task.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: task.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/task.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- task.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ task.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version="1.0">
   
  -   <!-- ********************************************************************
  -  $Id: task.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: task.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,9 +12,9 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="task">
  +<xsl:template match="task">
         <xsl:variable name="param.placement"
                       select="substring-after(normalize-space($formal.title.placement),
                                           concat(local-name(.), ' '))"/>
  @@ -48,22 +48,22 @@
               <xsl:call-template name="formal.object.heading"/>
            </xsl:if>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="task/title">
  +<xsl:template match="task/title">
         <!-- nop -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="tasksummary">
  +<xsl:template match="tasksummary">
         <xsl:call-template name="semiformal.object"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="taskprerequisites">
  +<xsl:template match="taskprerequisites">
         <xsl:call-template name="semiformal.object"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="taskrelated">
  +<xsl:template match="taskrelated">
         <xsl:call-template name="semiformal.object"/>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +652 -666  JBossRemoting/docs/guide/support/support/docbook-xsl/html/titlepage.templates.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: titlepage.templates.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/titlepage.templates.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- titlepage.templates.xml	6 Oct 2005 03:27:23 -0000	1.1
  +++ titlepage.templates.xml	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,9 +2,9 @@
                xmlns:param="http://nwalsh.com/docbook/xsl/template/1.0/param"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <t:titlepage t:element="article" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="article" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title/>
            <subtitle/>
  @@ -33,11 +33,11 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <t:titlepage t:element="set" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="set" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title/>
            <subtitle/>
  @@ -66,11 +66,11 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <t:titlepage t:element="book" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="book" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title/>
            <subtitle/>
  @@ -99,11 +99,11 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <t:titlepage t:element="part" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="part" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title/>
            <subtitle/>
  @@ -131,9 +131,9 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <t:titlepage t:element="partintro" t:wrapper="div">
  +<t:titlepage t:element="partintro" t:wrapper="div">
         <t:titlepage-content t:side="recto">
            <title/>
            <subtitle/>
  @@ -161,11 +161,11 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <t:titlepage t:element="reference" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="reference" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title/>
            <subtitle/>
  @@ -194,17 +194,17 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <t:titlepage t:element="refentry" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="refentry" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
  -         <!-- uncomment this if you want refentry titlepages
  +<!-- uncomment this if you want refentry titlepages
                <title t:force="1"
                  t:named-template="refentry.title"
                  param:node="ancestor-or-self::refentry[1]"/>
  -         -->
  +-->
         </t:titlepage-content>
   
         <t:titlepage-content t:side="verso">
  @@ -217,9 +217,9 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
      <t:titlepage t:element="dedication" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
  @@ -241,11 +241,11 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <t:titlepage t:element="preface" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="preface" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title/>
            <subtitle/>
  @@ -273,11 +273,11 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <t:titlepage t:element="chapter" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="chapter" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title/>
            <subtitle/>
  @@ -305,11 +305,11 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <t:titlepage t:element="appendix" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="appendix" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title/>
            <subtitle/>
  @@ -337,11 +337,11 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <t:titlepage t:element="section" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="section" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title/>
            <subtitle/>
  @@ -362,9 +362,7 @@
         </t:titlepage-content>
   
         <t:titlepage-separator>
  -         <xsl:if test="count(parent::*)='0'">
  -            <hr/>
  -         </xsl:if>
  +    <xsl:if test="count(parent::*)='0'"><hr/></xsl:if>
         </t:titlepage-separator>
   
         <t:titlepage-before t:side="recto">
  @@ -372,9 +370,9 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <t:titlepage t:element="sect1" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="sect1" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title/>
            <subtitle/>
  @@ -395,9 +393,7 @@
         </t:titlepage-content>
   
         <t:titlepage-separator>
  -         <xsl:if test="count(parent::*)='0'">
  -            <hr/>
  -         </xsl:if>
  +    <xsl:if test="count(parent::*)='0'"><hr/></xsl:if>
         </t:titlepage-separator>
   
         <t:titlepage-before t:side="recto">
  @@ -405,9 +401,9 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <t:titlepage t:element="sect2" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="sect2" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title/>
            <subtitle/>
  @@ -428,9 +424,7 @@
         </t:titlepage-content>
   
         <t:titlepage-separator>
  -         <xsl:if test="count(parent::*)='0'">
  -            <hr/>
  -         </xsl:if>
  +    <xsl:if test="count(parent::*)='0'"><hr/></xsl:if>
         </t:titlepage-separator>
   
         <t:titlepage-before t:side="recto">
  @@ -438,9 +432,9 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <t:titlepage t:element="sect3" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="sect3" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title/>
            <subtitle/>
  @@ -461,9 +455,7 @@
         </t:titlepage-content>
   
         <t:titlepage-separator>
  -         <xsl:if test="count(parent::*)='0'">
  -            <hr/>
  -         </xsl:if>
  +    <xsl:if test="count(parent::*)='0'"><hr/></xsl:if>
         </t:titlepage-separator>
   
         <t:titlepage-before t:side="recto">
  @@ -471,9 +463,9 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <t:titlepage t:element="sect4" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="sect4" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title/>
            <subtitle/>
  @@ -494,9 +486,7 @@
         </t:titlepage-content>
   
         <t:titlepage-separator>
  -         <xsl:if test="count(parent::*)='0'">
  -            <hr/>
  -         </xsl:if>
  +    <xsl:if test="count(parent::*)='0'"><hr/></xsl:if>
         </t:titlepage-separator>
   
         <t:titlepage-before t:side="recto">
  @@ -504,9 +494,9 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <t:titlepage t:element="sect5" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="sect5" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title/>
            <subtitle/>
  @@ -527,9 +517,7 @@
         </t:titlepage-content>
   
         <t:titlepage-separator>
  -         <xsl:if test="count(parent::*)='0'">
  -            <hr/>
  -         </xsl:if>
  +    <xsl:if test="count(parent::*)='0'"><hr/></xsl:if>
         </t:titlepage-separator>
   
         <t:titlepage-before t:side="recto">
  @@ -537,9 +525,9 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <t:titlepage t:element="simplesect" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="simplesect" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title/>
            <subtitle/>
  @@ -560,9 +548,7 @@
         </t:titlepage-content>
   
         <t:titlepage-separator>
  -         <xsl:if test="count(parent::*)='0'">
  -            <hr/>
  -         </xsl:if>
  +    <xsl:if test="count(parent::*)='0'"><hr/></xsl:if>
         </t:titlepage-separator>
   
         <t:titlepage-before t:side="recto">
  @@ -570,11 +556,11 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <t:titlepage t:element="bibliography" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="bibliography" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title
                  t:force="1"
  @@ -594,11 +580,11 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <t:titlepage t:element="glossary" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="glossary" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title
                  t:force="1"
  @@ -618,11 +604,11 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <t:titlepage t:element="index" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="index" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title
                  t:force="1"
  @@ -642,11 +628,11 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <t:titlepage t:element="setindex" t:wrapper="div" class="titlepage">
  +<t:titlepage t:element="setindex" t:wrapper="div" class="titlepage">
         <t:titlepage-content t:side="recto">
            <title
                  t:force="1"
  @@ -666,8 +652,8 @@
   
         <t:titlepage-before t:side="verso">
         </t:titlepage-before>
  -   </t:titlepage>
  +</t:titlepage>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </t:templates>
  
  
  
  1.2       +3148 -3179JBossRemoting/docs/guide/support/support/docbook-xsl/html/titlepage.templates.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: titlepage.templates.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/titlepage.templates.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- titlepage.templates.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ titlepage.templates.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -1,9 +1,8 @@
  -<?xml version="1.0" encoding="utf-8"?>
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  +<?xml version="1.0" encoding="utf-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   
  -   <!-- This stylesheet was created by template/titlepage.xsl; do not edit it by hand. -->
  +<!-- This stylesheet was created by template/titlepage.xsl; do not edit it by hand. -->
   
  -   <xsl:template name="article.titlepage.recto">
  +<xsl:template name="article.titlepage.recto">
         <xsl:choose>
            <xsl:when test="articleinfo/title">
               <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/title"/>
  @@ -67,22 +66,21 @@
         <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/abstract"/>
         <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="artheader/abstract"/>
         <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="info/abstract"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="article.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="article.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="article.titlepage.separator">
  -      <hr/>
  -   </xsl:template>
  +<xsl:template name="article.titlepage.separator"><hr/>
  +</xsl:template>
   
  -   <xsl:template name="article.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="article.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="article.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="article.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="article.titlepage">
  +<xsl:template name="article.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="article.titlepage.before.recto"/>
  @@ -94,99 +92,99 @@
            </div>
            <xsl:call-template name="article.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="article.titlepage.recto.mode">
  +<xsl:template match="*" mode="article.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="article.titlepage.verso.mode">
  -      <!-- if an element isn't found in this mode, -->
  -      <!-- try the generic titlepage.mode -->
  -      <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="title" mode="article.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="article.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="subtitle" mode="article.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="article.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="corpauthor" mode="article.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="article.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="authorgroup" mode="article.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="article.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="author" mode="article.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="article.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="othercredit" mode="article.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="article.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="*" mode="article.titlepage.verso.mode">
  +  <!-- if an element isn't found in this mode, -->
  +  <!-- try the generic titlepage.mode -->
  +  <xsl:apply-templates select="." mode="titlepage.mode"/>
  +</xsl:template>
  +
  +<xsl:template match="title" mode="article.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="article.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="subtitle" mode="article.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="article.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="corpauthor" mode="article.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="article.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="authorgroup" mode="article.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="article.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="author" mode="article.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="article.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="othercredit" mode="article.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="article.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="releaseinfo" mode="article.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="article.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="copyright" mode="article.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="article.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="legalnotice" mode="article.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="article.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="pubdate" mode="article.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="article.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revision" mode="article.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="article.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revhistory" mode="article.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="article.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="abstract" mode="article.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="article.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template match="releaseinfo" mode="article.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="article.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="copyright" mode="article.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="article.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="legalnotice" mode="article.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="article.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="pubdate" mode="article.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="article.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revision" mode="article.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="article.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revhistory" mode="article.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="article.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="abstract" mode="article.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="article.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="article.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template name="set.titlepage.recto">
  +<xsl:template name="set.titlepage.recto">
         <xsl:choose>
            <xsl:when test="setinfo/title">
               <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="setinfo/title"/>
  @@ -233,22 +231,21 @@
         <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="info/revhistory"/>
         <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="setinfo/abstract"/>
         <xsl:apply-templates mode="set.titlepage.recto.auto.mode" select="info/abstract"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="set.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="set.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="set.titlepage.separator">
  -      <hr/>
  -   </xsl:template>
  +<xsl:template name="set.titlepage.separator"><hr/>
  +</xsl:template>
   
  -   <xsl:template name="set.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="set.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="set.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="set.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="set.titlepage">
  +<xsl:template name="set.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="set.titlepage.before.recto"/>
  @@ -260,99 +257,99 @@
            </div>
            <xsl:call-template name="set.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="set.titlepage.recto.mode">
  +<xsl:template match="*" mode="set.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="set.titlepage.verso.mode">
  -      <!-- if an element isn't found in this mode, -->
  -      <!-- try the generic titlepage.mode -->
  -      <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="title" mode="set.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="set.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="subtitle" mode="set.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="set.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="corpauthor" mode="set.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="set.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="authorgroup" mode="set.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="set.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="author" mode="set.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="set.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="othercredit" mode="set.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="set.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="releaseinfo" mode="set.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="set.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="*" mode="set.titlepage.verso.mode">
  +  <!-- if an element isn't found in this mode, -->
  +  <!-- try the generic titlepage.mode -->
  +  <xsl:apply-templates select="." mode="titlepage.mode"/>
  +</xsl:template>
  +
  +<xsl:template match="title" mode="set.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="set.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="subtitle" mode="set.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="set.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="corpauthor" mode="set.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="set.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="authorgroup" mode="set.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="set.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="author" mode="set.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="set.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="othercredit" mode="set.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="set.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="releaseinfo" mode="set.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="set.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="copyright" mode="set.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="set.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="legalnotice" mode="set.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="set.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="pubdate" mode="set.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="set.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revision" mode="set.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="set.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revhistory" mode="set.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="set.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="abstract" mode="set.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="set.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template match="copyright" mode="set.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="set.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="legalnotice" mode="set.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="set.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="pubdate" mode="set.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="set.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revision" mode="set.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="set.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revhistory" mode="set.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="set.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="abstract" mode="set.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="set.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="set.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template name="book.titlepage.recto">
  +<xsl:template name="book.titlepage.recto">
         <xsl:choose>
            <xsl:when test="bookinfo/title">
               <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/title"/>
  @@ -399,22 +396,21 @@
         <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/revhistory"/>
         <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/abstract"/>
         <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/abstract"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="book.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="book.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="book.titlepage.separator">
  -      <hr/>
  -   </xsl:template>
  +<xsl:template name="book.titlepage.separator"><hr/>
  +</xsl:template>
   
  -   <xsl:template name="book.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="book.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="book.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="book.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="book.titlepage">
  +<xsl:template name="book.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="book.titlepage.before.recto"/>
  @@ -426,99 +422,99 @@
            </div>
            <xsl:call-template name="book.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="book.titlepage.recto.mode">
  +<xsl:template match="*" mode="book.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="book.titlepage.verso.mode">
  -      <!-- if an element isn't found in this mode, -->
  -      <!-- try the generic titlepage.mode -->
  -      <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +<xsl:template match="*" mode="book.titlepage.verso.mode">
  +  <!-- if an element isn't found in this mode, -->
  +  <!-- try the generic titlepage.mode -->
  +  <xsl:apply-templates select="." mode="titlepage.mode"/>
  +</xsl:template>
  +
  +<xsl:template match="title" mode="book.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="book.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="subtitle" mode="book.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="book.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="corpauthor" mode="book.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="book.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="authorgroup" mode="book.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="book.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="author" mode="book.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="book.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="othercredit" mode="book.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="book.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="releaseinfo" mode="book.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="book.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="copyright" mode="book.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="book.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="legalnotice" mode="book.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="book.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="pubdate" mode="book.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="book.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revision" mode="book.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="book.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revhistory" mode="book.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="book.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="abstract" mode="book.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="book.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template match="title" mode="book.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="book.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="subtitle" mode="book.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="book.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="corpauthor" mode="book.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="book.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="authorgroup" mode="book.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="book.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="author" mode="book.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="book.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="othercredit" mode="book.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="book.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="releaseinfo" mode="book.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="book.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="copyright" mode="book.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="book.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="legalnotice" mode="book.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="book.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="pubdate" mode="book.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="book.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revision" mode="book.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="book.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revhistory" mode="book.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="book.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="abstract" mode="book.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="book.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template name="part.titlepage.recto">
  +<xsl:template name="part.titlepage.recto">
         <xsl:choose>
            <xsl:when test="partinfo/title">
               <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="partinfo/title"/>
  @@ -582,21 +578,21 @@
         <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="partinfo/abstract"/>
         <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="docinfo/abstract"/>
         <xsl:apply-templates mode="part.titlepage.recto.auto.mode" select="info/abstract"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="part.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="part.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="part.titlepage.separator">
  -   </xsl:template>
  +<xsl:template name="part.titlepage.separator">
  +</xsl:template>
   
  -   <xsl:template name="part.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="part.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="part.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="part.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="part.titlepage">
  +<xsl:template name="part.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="part.titlepage.before.recto"/>
  @@ -608,99 +604,99 @@
            </div>
            <xsl:call-template name="part.titlepage.separator"/>
         </div>
  -   </xsl:template>
  -
  -   <xsl:template match="*" mode="part.titlepage.recto.mode">
  -      <!-- if an element isn't found in this mode, -->
  -      <!-- try the generic titlepage.mode -->
  -      <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="part.titlepage.verso.mode">
  +<xsl:template match="*" mode="part.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="title" mode="part.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="part.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="subtitle" mode="part.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="part.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="corpauthor" mode="part.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="part.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="authorgroup" mode="part.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="part.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="author" mode="part.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="part.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="othercredit" mode="part.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="part.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="releaseinfo" mode="part.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="part.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="copyright" mode="part.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="part.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="*" mode="part.titlepage.verso.mode">
  +  <!-- if an element isn't found in this mode, -->
  +  <!-- try the generic titlepage.mode -->
  +  <xsl:apply-templates select="." mode="titlepage.mode"/>
  +</xsl:template>
  +
  +<xsl:template match="title" mode="part.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="part.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="subtitle" mode="part.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="part.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="corpauthor" mode="part.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="part.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="authorgroup" mode="part.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="part.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="author" mode="part.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="part.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="othercredit" mode="part.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="part.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="releaseinfo" mode="part.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="part.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="copyright" mode="part.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="part.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="legalnotice" mode="part.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="part.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="pubdate" mode="part.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="part.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revision" mode="part.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="part.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revhistory" mode="part.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="part.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="abstract" mode="part.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="part.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template match="legalnotice" mode="part.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="part.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="pubdate" mode="part.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="part.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revision" mode="part.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="part.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revhistory" mode="part.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="part.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="abstract" mode="part.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="part.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="part.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template name="partintro.titlepage.recto">
  +<xsl:template name="partintro.titlepage.recto">
         <xsl:choose>
            <xsl:when test="partintroinfo/title">
               <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="partintroinfo/title"/>
  @@ -764,21 +760,21 @@
         <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="partintroinfo/abstract"/>
         <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="docinfo/abstract"/>
         <xsl:apply-templates mode="partintro.titlepage.recto.auto.mode" select="info/abstract"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="partintro.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="partintro.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="partintro.titlepage.separator">
  -   </xsl:template>
  +<xsl:template name="partintro.titlepage.separator">
  +</xsl:template>
   
  -   <xsl:template name="partintro.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="partintro.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="partintro.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="partintro.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="partintro.titlepage">
  +<xsl:template name="partintro.titlepage">
         <div>
            <div>
               <xsl:call-template name="partintro.titlepage.before.recto"/>
  @@ -790,99 +786,99 @@
            </div>
            <xsl:call-template name="partintro.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="partintro.titlepage.recto.mode">
  +<xsl:template match="*" mode="partintro.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="partintro.titlepage.verso.mode">
  -      <!-- if an element isn't found in this mode, -->
  -      <!-- try the generic titlepage.mode -->
  -      <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="title" mode="partintro.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="*" mode="partintro.titlepage.verso.mode">
  +  <!-- if an element isn't found in this mode, -->
  +  <!-- try the generic titlepage.mode -->
  +  <xsl:apply-templates select="." mode="titlepage.mode"/>
  +</xsl:template>
  +
  +<xsl:template match="title" mode="partintro.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="subtitle" mode="partintro.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="corpauthor" mode="partintro.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="authorgroup" mode="partintro.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="author" mode="partintro.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="othercredit" mode="partintro.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="releaseinfo" mode="partintro.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="copyright" mode="partintro.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="legalnotice" mode="partintro.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="pubdate" mode="partintro.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revision" mode="partintro.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revhistory" mode="partintro.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="abstract" mode="partintro.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template match="subtitle" mode="partintro.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="corpauthor" mode="partintro.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="authorgroup" mode="partintro.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="author" mode="partintro.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="othercredit" mode="partintro.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="releaseinfo" mode="partintro.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="copyright" mode="partintro.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="legalnotice" mode="partintro.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="pubdate" mode="partintro.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revision" mode="partintro.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revhistory" mode="partintro.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="abstract" mode="partintro.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="partintro.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="partintro.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template name="reference.titlepage.recto">
  +<xsl:template name="reference.titlepage.recto">
         <xsl:choose>
            <xsl:when test="referenceinfo/title">
               <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="referenceinfo/title"/>
  @@ -946,22 +942,21 @@
         <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="referenceinfo/abstract"/>
         <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="docinfo/abstract"/>
         <xsl:apply-templates mode="reference.titlepage.recto.auto.mode" select="info/abstract"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="reference.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="reference.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="reference.titlepage.separator">
  -      <hr/>
  -   </xsl:template>
  +<xsl:template name="reference.titlepage.separator"><hr/>
  +</xsl:template>
   
  -   <xsl:template name="reference.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="reference.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="reference.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="reference.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="reference.titlepage">
  +<xsl:template name="reference.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="reference.titlepage.before.recto"/>
  @@ -973,114 +968,114 @@
            </div>
            <xsl:call-template name="reference.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="reference.titlepage.recto.mode">
  +<xsl:template match="*" mode="reference.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="*" mode="reference.titlepage.verso.mode">
  -      <!-- if an element isn't found in this mode, -->
  -      <!-- try the generic titlepage.mode -->
  -      <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="title" mode="reference.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="reference.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="subtitle" mode="reference.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="reference.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="corpauthor" mode="reference.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="reference.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="authorgroup" mode="reference.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="reference.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="author" mode="reference.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="reference.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="othercredit" mode="reference.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="reference.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="releaseinfo" mode="reference.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="reference.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="copyright" mode="reference.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="reference.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="legalnotice" mode="reference.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="reference.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="*" mode="reference.titlepage.verso.mode">
  +  <!-- if an element isn't found in this mode, -->
  +  <!-- try the generic titlepage.mode -->
  +  <xsl:apply-templates select="." mode="titlepage.mode"/>
  +</xsl:template>
  +
  +<xsl:template match="title" mode="reference.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="reference.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="subtitle" mode="reference.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="reference.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="corpauthor" mode="reference.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="reference.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="authorgroup" mode="reference.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="reference.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="author" mode="reference.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="reference.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="othercredit" mode="reference.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="reference.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="releaseinfo" mode="reference.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="reference.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="copyright" mode="reference.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="reference.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="legalnotice" mode="reference.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="reference.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="pubdate" mode="reference.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="reference.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revision" mode="reference.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="reference.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revhistory" mode="reference.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="reference.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="abstract" mode="reference.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="reference.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template name="refentry.titlepage.recto">
  +</xsl:template>
  +
  +<xsl:template name="refentry.titlepage.verso">
  +</xsl:template>
  +
  +<xsl:template name="refentry.titlepage.separator">
  +</xsl:template>
   
  -   <xsl:template match="pubdate" mode="reference.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="reference.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revision" mode="reference.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="reference.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revhistory" mode="reference.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="reference.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="abstract" mode="reference.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="reference.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="reference.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template name="refentry.titlepage.recto">
  -   </xsl:template>
  +<xsl:template name="refentry.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="refentry.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="refentry.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="refentry.titlepage.separator">
  -   </xsl:template>
  -
  -   <xsl:template name="refentry.titlepage.before.recto">
  -   </xsl:template>
  -
  -   <xsl:template name="refentry.titlepage.before.verso">
  -   </xsl:template>
  -
  -   <xsl:template name="refentry.titlepage">
  +<xsl:template name="refentry.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="refentry.titlepage.before.recto"/>
  @@ -1092,26 +1087,25 @@
            </div>
            <xsl:call-template name="refentry.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="refentry.titlepage.recto.mode">
  +<xsl:template match="*" mode="refentry.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="refentry.titlepage.verso.mode">
  +<xsl:template match="*" mode="refentry.titlepage.verso.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="dedication.titlepage.recto">
  +<xsl:template name="dedication.titlepage.recto">
         <div xsl:use-attribute-sets="dedication.titlepage.recto.style">
  -         <xsl:call-template name="component.title">
  -            <xsl:with-param name="node" select="ancestor-or-self::dedication[1]"/>
  -         </xsl:call-template>
  -      </div>
  +<xsl:call-template name="component.title">
  +<xsl:with-param name="node" select="ancestor-or-self::dedication[1]"/>
  +</xsl:call-template></div>
         <xsl:choose>
            <xsl:when test="dedicationinfo/subtitle">
               <xsl:apply-templates mode="dedication.titlepage.recto.auto.mode" select="dedicationinfo/subtitle"/>
  @@ -1127,21 +1121,21 @@
            </xsl:when>
         </xsl:choose>
   
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="dedication.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="dedication.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="dedication.titlepage.separator">
  -   </xsl:template>
  +<xsl:template name="dedication.titlepage.separator">
  +</xsl:template>
   
  -   <xsl:template name="dedication.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="dedication.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="dedication.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="dedication.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="dedication.titlepage">
  +<xsl:template name="dedication.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="dedication.titlepage.before.recto"/>
  @@ -1153,27 +1147,27 @@
            </div>
            <xsl:call-template name="dedication.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="dedication.titlepage.recto.mode">
  +<xsl:template match="*" mode="dedication.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="dedication.titlepage.verso.mode">
  +<xsl:template match="*" mode="dedication.titlepage.verso.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="subtitle" mode="dedication.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="dedication.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="dedication.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="subtitle" mode="dedication.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="dedication.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="dedication.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template name="preface.titlepage.recto">
  +<xsl:template name="preface.titlepage.recto">
         <xsl:choose>
            <xsl:when test="prefaceinfo/title">
               <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="prefaceinfo/title"/>
  @@ -1237,21 +1231,21 @@
         <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="prefaceinfo/abstract"/>
         <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="docinfo/abstract"/>
         <xsl:apply-templates mode="preface.titlepage.recto.auto.mode" select="info/abstract"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="preface.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="preface.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="preface.titlepage.separator">
  -   </xsl:template>
  +<xsl:template name="preface.titlepage.separator">
  +</xsl:template>
   
  -   <xsl:template name="preface.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="preface.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="preface.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="preface.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="preface.titlepage">
  +<xsl:template name="preface.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="preface.titlepage.before.recto"/>
  @@ -1263,99 +1257,99 @@
            </div>
            <xsl:call-template name="preface.titlepage.separator"/>
         </div>
  -   </xsl:template>
  -
  -   <xsl:template match="*" mode="preface.titlepage.recto.mode">
  -      <!-- if an element isn't found in this mode, -->
  -      <!-- try the generic titlepage.mode -->
  -      <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="preface.titlepage.verso.mode">
  +<xsl:template match="*" mode="preface.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="title" mode="preface.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="preface.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="subtitle" mode="preface.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="preface.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="corpauthor" mode="preface.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="preface.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="authorgroup" mode="preface.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="preface.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="author" mode="preface.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="preface.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="othercredit" mode="preface.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="preface.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="releaseinfo" mode="preface.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="preface.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="copyright" mode="preface.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="preface.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="legalnotice" mode="preface.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="preface.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="pubdate" mode="preface.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="preface.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="*" mode="preface.titlepage.verso.mode">
  +  <!-- if an element isn't found in this mode, -->
  +  <!-- try the generic titlepage.mode -->
  +  <xsl:apply-templates select="." mode="titlepage.mode"/>
  +</xsl:template>
  +
  +<xsl:template match="title" mode="preface.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="preface.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="subtitle" mode="preface.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="preface.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="corpauthor" mode="preface.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="preface.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="authorgroup" mode="preface.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="preface.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="author" mode="preface.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="preface.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="othercredit" mode="preface.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="preface.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="releaseinfo" mode="preface.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="preface.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="copyright" mode="preface.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="preface.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="legalnotice" mode="preface.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="preface.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="pubdate" mode="preface.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="preface.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revision" mode="preface.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="preface.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revhistory" mode="preface.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="preface.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="abstract" mode="preface.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="preface.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template match="revision" mode="preface.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="preface.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revhistory" mode="preface.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="preface.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="abstract" mode="preface.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="preface.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="preface.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template name="chapter.titlepage.recto">
  +<xsl:template name="chapter.titlepage.recto">
         <xsl:choose>
            <xsl:when test="chapterinfo/title">
               <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="chapterinfo/title"/>
  @@ -1419,21 +1413,21 @@
         <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="chapterinfo/abstract"/>
         <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="docinfo/abstract"/>
         <xsl:apply-templates mode="chapter.titlepage.recto.auto.mode" select="info/abstract"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="chapter.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="chapter.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="chapter.titlepage.separator">
  -   </xsl:template>
  +<xsl:template name="chapter.titlepage.separator">
  +</xsl:template>
   
  -   <xsl:template name="chapter.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="chapter.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="chapter.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="chapter.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="chapter.titlepage">
  +<xsl:template name="chapter.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="chapter.titlepage.before.recto"/>
  @@ -1445,99 +1439,99 @@
            </div>
            <xsl:call-template name="chapter.titlepage.separator"/>
         </div>
  -   </xsl:template>
  -
  -   <xsl:template match="*" mode="chapter.titlepage.recto.mode">
  -      <!-- if an element isn't found in this mode, -->
  -      <!-- try the generic titlepage.mode -->
  -      <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="chapter.titlepage.verso.mode">
  +<xsl:template match="*" mode="chapter.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="title" mode="chapter.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="subtitle" mode="chapter.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="corpauthor" mode="chapter.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="authorgroup" mode="chapter.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="author" mode="chapter.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="othercredit" mode="chapter.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="releaseinfo" mode="chapter.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="copyright" mode="chapter.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="legalnotice" mode="chapter.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="pubdate" mode="chapter.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revision" mode="chapter.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="*" mode="chapter.titlepage.verso.mode">
  +  <!-- if an element isn't found in this mode, -->
  +  <!-- try the generic titlepage.mode -->
  +  <xsl:apply-templates select="." mode="titlepage.mode"/>
  +</xsl:template>
  +
  +<xsl:template match="title" mode="chapter.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="subtitle" mode="chapter.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="corpauthor" mode="chapter.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="authorgroup" mode="chapter.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="author" mode="chapter.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="othercredit" mode="chapter.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="releaseinfo" mode="chapter.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="copyright" mode="chapter.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="legalnotice" mode="chapter.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="pubdate" mode="chapter.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revision" mode="chapter.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revhistory" mode="chapter.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="abstract" mode="chapter.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template match="revhistory" mode="chapter.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="abstract" mode="chapter.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="chapter.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="chapter.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template name="appendix.titlepage.recto">
  +<xsl:template name="appendix.titlepage.recto">
         <xsl:choose>
            <xsl:when test="appendixinfo/title">
               <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="appendixinfo/title"/>
  @@ -1601,21 +1595,21 @@
         <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="appendixinfo/abstract"/>
         <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="docinfo/abstract"/>
         <xsl:apply-templates mode="appendix.titlepage.recto.auto.mode" select="info/abstract"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="appendix.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="appendix.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="appendix.titlepage.separator">
  -   </xsl:template>
  +<xsl:template name="appendix.titlepage.separator">
  +</xsl:template>
   
  -   <xsl:template name="appendix.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="appendix.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="appendix.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="appendix.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="appendix.titlepage">
  +<xsl:template name="appendix.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="appendix.titlepage.before.recto"/>
  @@ -1627,99 +1621,99 @@
            </div>
            <xsl:call-template name="appendix.titlepage.separator"/>
         </div>
  -   </xsl:template>
  -
  -   <xsl:template match="*" mode="appendix.titlepage.recto.mode">
  -      <!-- if an element isn't found in this mode, -->
  -      <!-- try the generic titlepage.mode -->
  -      <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="appendix.titlepage.verso.mode">
  +<xsl:template match="*" mode="appendix.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="title" mode="appendix.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="subtitle" mode="appendix.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="corpauthor" mode="appendix.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="authorgroup" mode="appendix.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="author" mode="appendix.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="othercredit" mode="appendix.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="releaseinfo" mode="appendix.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="copyright" mode="appendix.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="*" mode="appendix.titlepage.verso.mode">
  +  <!-- if an element isn't found in this mode, -->
  +  <!-- try the generic titlepage.mode -->
  +  <xsl:apply-templates select="." mode="titlepage.mode"/>
  +</xsl:template>
  +
  +<xsl:template match="title" mode="appendix.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="subtitle" mode="appendix.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="corpauthor" mode="appendix.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="authorgroup" mode="appendix.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="author" mode="appendix.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="othercredit" mode="appendix.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="releaseinfo" mode="appendix.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="copyright" mode="appendix.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="legalnotice" mode="appendix.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="pubdate" mode="appendix.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revision" mode="appendix.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revhistory" mode="appendix.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="abstract" mode="appendix.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template match="legalnotice" mode="appendix.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="pubdate" mode="appendix.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revision" mode="appendix.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revhistory" mode="appendix.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="abstract" mode="appendix.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="appendix.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="appendix.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template name="section.titlepage.recto">
  +<xsl:template name="section.titlepage.recto">
         <xsl:choose>
            <xsl:when test="sectioninfo/title">
               <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="sectioninfo/title"/>
  @@ -1766,24 +1760,21 @@
         <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="info/revhistory"/>
         <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="sectioninfo/abstract"/>
         <xsl:apply-templates mode="section.titlepage.recto.auto.mode" select="info/abstract"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="section.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="section.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="section.titlepage.separator">
  -      <xsl:if test="count(parent::*)='0'">
  -         <hr/>
  -      </xsl:if>
  -   </xsl:template>
  +<xsl:template name="section.titlepage.separator"><xsl:if test="count(parent::*)='0'"><hr/></xsl:if>
  +</xsl:template>
   
  -   <xsl:template name="section.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="section.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="section.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="section.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="section.titlepage">
  +<xsl:template name="section.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="section.titlepage.before.recto"/>
  @@ -1795,99 +1786,99 @@
            </div>
            <xsl:call-template name="section.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="section.titlepage.recto.mode">
  +<xsl:template match="*" mode="section.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="section.titlepage.verso.mode">
  -      <!-- if an element isn't found in this mode, -->
  -      <!-- try the generic titlepage.mode -->
  -      <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="title" mode="section.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="section.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="*" mode="section.titlepage.verso.mode">
  +  <!-- if an element isn't found in this mode, -->
  +  <!-- try the generic titlepage.mode -->
  +  <xsl:apply-templates select="." mode="titlepage.mode"/>
  +</xsl:template>
  +
  +<xsl:template match="title" mode="section.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="section.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="subtitle" mode="section.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="section.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="corpauthor" mode="section.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="section.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="authorgroup" mode="section.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="section.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="author" mode="section.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="section.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="othercredit" mode="section.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="section.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="releaseinfo" mode="section.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="section.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="copyright" mode="section.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="section.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="legalnotice" mode="section.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="section.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="pubdate" mode="section.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="section.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revision" mode="section.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="section.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revhistory" mode="section.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="section.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="abstract" mode="section.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="section.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template match="subtitle" mode="section.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="section.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="corpauthor" mode="section.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="section.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="authorgroup" mode="section.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="section.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="author" mode="section.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="section.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="othercredit" mode="section.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="section.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="releaseinfo" mode="section.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="section.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="copyright" mode="section.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="section.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="legalnotice" mode="section.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="section.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="pubdate" mode="section.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="section.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revision" mode="section.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="section.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revhistory" mode="section.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="section.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="abstract" mode="section.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="section.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template name="sect1.titlepage.recto">
  +<xsl:template name="sect1.titlepage.recto">
         <xsl:choose>
            <xsl:when test="sect1info/title">
               <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="sect1info/title"/>
  @@ -1934,24 +1925,21 @@
         <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="info/revhistory"/>
         <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="sect1info/abstract"/>
         <xsl:apply-templates mode="sect1.titlepage.recto.auto.mode" select="info/abstract"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="sect1.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="sect1.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="sect1.titlepage.separator">
  -      <xsl:if test="count(parent::*)='0'">
  -         <hr/>
  -      </xsl:if>
  -   </xsl:template>
  +<xsl:template name="sect1.titlepage.separator"><xsl:if test="count(parent::*)='0'"><hr/></xsl:if>
  +</xsl:template>
   
  -   <xsl:template name="sect1.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="sect1.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="sect1.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="sect1.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="sect1.titlepage">
  +<xsl:template name="sect1.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="sect1.titlepage.before.recto"/>
  @@ -1963,99 +1951,99 @@
            </div>
            <xsl:call-template name="sect1.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="sect1.titlepage.recto.mode">
  +<xsl:template match="*" mode="sect1.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="sect1.titlepage.verso.mode">
  -      <!-- if an element isn't found in this mode, -->
  -      <!-- try the generic titlepage.mode -->
  -      <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +<xsl:template match="*" mode="sect1.titlepage.verso.mode">
  +  <!-- if an element isn't found in this mode, -->
  +  <!-- try the generic titlepage.mode -->
  +  <xsl:apply-templates select="." mode="titlepage.mode"/>
  +</xsl:template>
  +
  +<xsl:template match="title" mode="sect1.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="subtitle" mode="sect1.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="corpauthor" mode="sect1.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="authorgroup" mode="sect1.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="author" mode="sect1.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="othercredit" mode="sect1.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="releaseinfo" mode="sect1.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="copyright" mode="sect1.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="legalnotice" mode="sect1.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="pubdate" mode="sect1.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revision" mode="sect1.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revhistory" mode="sect1.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="abstract" mode="sect1.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template match="title" mode="sect1.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="subtitle" mode="sect1.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="corpauthor" mode="sect1.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="authorgroup" mode="sect1.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="author" mode="sect1.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="othercredit" mode="sect1.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="releaseinfo" mode="sect1.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="copyright" mode="sect1.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="legalnotice" mode="sect1.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="pubdate" mode="sect1.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revision" mode="sect1.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revhistory" mode="sect1.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="abstract" mode="sect1.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect1.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect1.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template name="sect2.titlepage.recto">
  +<xsl:template name="sect2.titlepage.recto">
         <xsl:choose>
            <xsl:when test="sect2info/title">
               <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="sect2info/title"/>
  @@ -2102,24 +2090,21 @@
         <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="info/revhistory"/>
         <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="sect2info/abstract"/>
         <xsl:apply-templates mode="sect2.titlepage.recto.auto.mode" select="info/abstract"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="sect2.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="sect2.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="sect2.titlepage.separator">
  -      <xsl:if test="count(parent::*)='0'">
  -         <hr/>
  -      </xsl:if>
  -   </xsl:template>
  +<xsl:template name="sect2.titlepage.separator"><xsl:if test="count(parent::*)='0'"><hr/></xsl:if>
  +</xsl:template>
   
  -   <xsl:template name="sect2.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="sect2.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="sect2.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="sect2.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="sect2.titlepage">
  +<xsl:template name="sect2.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="sect2.titlepage.before.recto"/>
  @@ -2131,99 +2116,99 @@
            </div>
            <xsl:call-template name="sect2.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="sect2.titlepage.recto.mode">
  +<xsl:template match="*" mode="sect2.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="*" mode="sect2.titlepage.verso.mode">
  -      <!-- if an element isn't found in this mode, -->
  -      <!-- try the generic titlepage.mode -->
  -      <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="title" mode="sect2.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="subtitle" mode="sect2.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="corpauthor" mode="sect2.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="authorgroup" mode="sect2.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="author" mode="sect2.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="othercredit" mode="sect2.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="releaseinfo" mode="sect2.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="copyright" mode="sect2.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="legalnotice" mode="sect2.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="pubdate" mode="sect2.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revision" mode="sect2.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revhistory" mode="sect2.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="abstract" mode="sect2.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="*" mode="sect2.titlepage.verso.mode">
  +  <!-- if an element isn't found in this mode, -->
  +  <!-- try the generic titlepage.mode -->
  +  <xsl:apply-templates select="." mode="titlepage.mode"/>
  +</xsl:template>
  +
  +<xsl:template match="title" mode="sect2.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="subtitle" mode="sect2.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="corpauthor" mode="sect2.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="authorgroup" mode="sect2.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="author" mode="sect2.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="othercredit" mode="sect2.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="releaseinfo" mode="sect2.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="copyright" mode="sect2.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="legalnotice" mode="sect2.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="pubdate" mode="sect2.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revision" mode="sect2.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revhistory" mode="sect2.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="abstract" mode="sect2.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect2.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect2.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template name="sect3.titlepage.recto">
  +<xsl:template name="sect3.titlepage.recto">
         <xsl:choose>
            <xsl:when test="sect3info/title">
               <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="sect3info/title"/>
  @@ -2270,24 +2255,21 @@
         <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="info/revhistory"/>
         <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="sect3info/abstract"/>
         <xsl:apply-templates mode="sect3.titlepage.recto.auto.mode" select="info/abstract"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="sect3.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="sect3.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="sect3.titlepage.separator">
  -      <xsl:if test="count(parent::*)='0'">
  -         <hr/>
  -      </xsl:if>
  -   </xsl:template>
  +<xsl:template name="sect3.titlepage.separator"><xsl:if test="count(parent::*)='0'"><hr/></xsl:if>
  +</xsl:template>
   
  -   <xsl:template name="sect3.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="sect3.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="sect3.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="sect3.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="sect3.titlepage">
  +<xsl:template name="sect3.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="sect3.titlepage.before.recto"/>
  @@ -2299,99 +2281,99 @@
            </div>
            <xsl:call-template name="sect3.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="sect3.titlepage.recto.mode">
  +<xsl:template match="*" mode="sect3.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="sect3.titlepage.verso.mode">
  -      <!-- if an element isn't found in this mode, -->
  -      <!-- try the generic titlepage.mode -->
  -      <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="title" mode="sect3.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="*" mode="sect3.titlepage.verso.mode">
  +  <!-- if an element isn't found in this mode, -->
  +  <!-- try the generic titlepage.mode -->
  +  <xsl:apply-templates select="." mode="titlepage.mode"/>
  +</xsl:template>
  +
  +<xsl:template match="title" mode="sect3.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="subtitle" mode="sect3.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="corpauthor" mode="sect3.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="authorgroup" mode="sect3.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="author" mode="sect3.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="othercredit" mode="sect3.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="releaseinfo" mode="sect3.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="copyright" mode="sect3.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="legalnotice" mode="sect3.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="pubdate" mode="sect3.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revision" mode="sect3.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revhistory" mode="sect3.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="abstract" mode="sect3.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template match="subtitle" mode="sect3.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="corpauthor" mode="sect3.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="authorgroup" mode="sect3.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="author" mode="sect3.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="othercredit" mode="sect3.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="releaseinfo" mode="sect3.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="copyright" mode="sect3.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="legalnotice" mode="sect3.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="pubdate" mode="sect3.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revision" mode="sect3.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revhistory" mode="sect3.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="abstract" mode="sect3.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect3.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect3.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template name="sect4.titlepage.recto">
  +<xsl:template name="sect4.titlepage.recto">
         <xsl:choose>
            <xsl:when test="sect4info/title">
               <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="sect4info/title"/>
  @@ -2438,24 +2420,21 @@
         <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="info/revhistory"/>
         <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="sect4info/abstract"/>
         <xsl:apply-templates mode="sect4.titlepage.recto.auto.mode" select="info/abstract"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="sect4.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="sect4.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="sect4.titlepage.separator">
  -      <xsl:if test="count(parent::*)='0'">
  -         <hr/>
  -      </xsl:if>
  -   </xsl:template>
  +<xsl:template name="sect4.titlepage.separator"><xsl:if test="count(parent::*)='0'"><hr/></xsl:if>
  +</xsl:template>
   
  -   <xsl:template name="sect4.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="sect4.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="sect4.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="sect4.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="sect4.titlepage">
  +<xsl:template name="sect4.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="sect4.titlepage.before.recto"/>
  @@ -2467,99 +2446,99 @@
            </div>
            <xsl:call-template name="sect4.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="sect4.titlepage.recto.mode">
  +<xsl:template match="*" mode="sect4.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="*" mode="sect4.titlepage.verso.mode">
  -      <!-- if an element isn't found in this mode, -->
  -      <!-- try the generic titlepage.mode -->
  -      <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="title" mode="sect4.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="subtitle" mode="sect4.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="corpauthor" mode="sect4.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="authorgroup" mode="sect4.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="author" mode="sect4.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="othercredit" mode="sect4.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="releaseinfo" mode="sect4.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="copyright" mode="sect4.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="legalnotice" mode="sect4.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="pubdate" mode="sect4.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revision" mode="sect4.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revhistory" mode="sect4.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="abstract" mode="sect4.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="*" mode="sect4.titlepage.verso.mode">
  +  <!-- if an element isn't found in this mode, -->
  +  <!-- try the generic titlepage.mode -->
  +  <xsl:apply-templates select="." mode="titlepage.mode"/>
  +</xsl:template>
  +
  +<xsl:template match="title" mode="sect4.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="subtitle" mode="sect4.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="corpauthor" mode="sect4.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="authorgroup" mode="sect4.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="author" mode="sect4.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="othercredit" mode="sect4.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="releaseinfo" mode="sect4.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="copyright" mode="sect4.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="legalnotice" mode="sect4.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="pubdate" mode="sect4.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revision" mode="sect4.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revhistory" mode="sect4.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="abstract" mode="sect4.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect4.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect4.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template name="sect5.titlepage.recto">
  +<xsl:template name="sect5.titlepage.recto">
         <xsl:choose>
            <xsl:when test="sect5info/title">
               <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="sect5info/title"/>
  @@ -2606,24 +2585,21 @@
         <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="info/revhistory"/>
         <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="sect5info/abstract"/>
         <xsl:apply-templates mode="sect5.titlepage.recto.auto.mode" select="info/abstract"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="sect5.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="sect5.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="sect5.titlepage.separator">
  -      <xsl:if test="count(parent::*)='0'">
  -         <hr/>
  -      </xsl:if>
  -   </xsl:template>
  +<xsl:template name="sect5.titlepage.separator"><xsl:if test="count(parent::*)='0'"><hr/></xsl:if>
  +</xsl:template>
   
  -   <xsl:template name="sect5.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="sect5.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="sect5.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="sect5.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="sect5.titlepage">
  +<xsl:template name="sect5.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="sect5.titlepage.before.recto"/>
  @@ -2635,99 +2611,99 @@
            </div>
            <xsl:call-template name="sect5.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="sect5.titlepage.recto.mode">
  +<xsl:template match="*" mode="sect5.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="*" mode="sect5.titlepage.verso.mode">
  -      <!-- if an element isn't found in this mode, -->
  -      <!-- try the generic titlepage.mode -->
  -      <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="title" mode="sect5.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="subtitle" mode="sect5.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="corpauthor" mode="sect5.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="authorgroup" mode="sect5.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="author" mode="sect5.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="othercredit" mode="sect5.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="releaseinfo" mode="sect5.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="copyright" mode="sect5.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="legalnotice" mode="sect5.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="pubdate" mode="sect5.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revision" mode="sect5.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="*" mode="sect5.titlepage.verso.mode">
  +  <!-- if an element isn't found in this mode, -->
  +  <!-- try the generic titlepage.mode -->
  +  <xsl:apply-templates select="." mode="titlepage.mode"/>
  +</xsl:template>
  +
  +<xsl:template match="title" mode="sect5.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="subtitle" mode="sect5.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="corpauthor" mode="sect5.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="authorgroup" mode="sect5.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="author" mode="sect5.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="othercredit" mode="sect5.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="releaseinfo" mode="sect5.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="copyright" mode="sect5.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="legalnotice" mode="sect5.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="pubdate" mode="sect5.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revision" mode="sect5.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revhistory" mode="sect5.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="abstract" mode="sect5.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template match="revhistory" mode="sect5.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="abstract" mode="sect5.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="sect5.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="sect5.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template name="simplesect.titlepage.recto">
  +<xsl:template name="simplesect.titlepage.recto">
         <xsl:choose>
            <xsl:when test="simplesectinfo/title">
               <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="simplesectinfo/title"/>
  @@ -2791,24 +2767,21 @@
         <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="simplesectinfo/abstract"/>
         <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="docinfo/abstract"/>
         <xsl:apply-templates mode="simplesect.titlepage.recto.auto.mode" select="info/abstract"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="simplesect.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="simplesect.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="simplesect.titlepage.separator">
  -      <xsl:if test="count(parent::*)='0'">
  -         <hr/>
  -      </xsl:if>
  -   </xsl:template>
  +<xsl:template name="simplesect.titlepage.separator"><xsl:if test="count(parent::*)='0'"><hr/></xsl:if>
  +</xsl:template>
   
  -   <xsl:template name="simplesect.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="simplesect.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="simplesect.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="simplesect.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="simplesect.titlepage">
  +<xsl:template name="simplesect.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="simplesect.titlepage.before.recto"/>
  @@ -2820,104 +2793,103 @@
            </div>
            <xsl:call-template name="simplesect.titlepage.separator"/>
         </div>
  -   </xsl:template>
  -
  -   <xsl:template match="*" mode="simplesect.titlepage.recto.mode">
  -      <!-- if an element isn't found in this mode, -->
  -      <!-- try the generic titlepage.mode -->
  -      <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="simplesect.titlepage.verso.mode">
  +<xsl:template match="*" mode="simplesect.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  -
  -   <xsl:template match="title" mode="simplesect.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="subtitle" mode="simplesect.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="corpauthor" mode="simplesect.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="authorgroup" mode="simplesect.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="author" mode="simplesect.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="othercredit" mode="simplesect.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="releaseinfo" mode="simplesect.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="copyright" mode="simplesect.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="legalnotice" mode="simplesect.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="pubdate" mode="simplesect.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="revision" mode="simplesect.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revhistory" mode="simplesect.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  -
  -   <xsl:template match="abstract" mode="simplesect.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="*" mode="simplesect.titlepage.verso.mode">
  +  <!-- if an element isn't found in this mode, -->
  +  <!-- try the generic titlepage.mode -->
  +  <xsl:apply-templates select="." mode="titlepage.mode"/>
  +</xsl:template>
  +
  +<xsl:template match="title" mode="simplesect.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="subtitle" mode="simplesect.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="corpauthor" mode="simplesect.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="authorgroup" mode="simplesect.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="author" mode="simplesect.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="othercredit" mode="simplesect.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="releaseinfo" mode="simplesect.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="copyright" mode="simplesect.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="legalnotice" mode="simplesect.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="pubdate" mode="simplesect.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revision" mode="simplesect.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="revhistory" mode="simplesect.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="abstract" mode="simplesect.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="simplesect.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="simplesect.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template name="bibliography.titlepage.recto">
  +<xsl:template name="bibliography.titlepage.recto">
         <div xsl:use-attribute-sets="bibliography.titlepage.recto.style">
  -         <xsl:call-template name="component.title">
  -            <xsl:with-param name="node" select="ancestor-or-self::bibliography[1]"/>
  -         </xsl:call-template>
  -      </div>
  +<xsl:call-template name="component.title">
  +<xsl:with-param name="node" select="ancestor-or-self::bibliography[1]"/>
  +</xsl:call-template></div>
         <xsl:choose>
            <xsl:when test="bibliographyinfo/subtitle">
               <xsl:apply-templates mode="bibliography.titlepage.recto.auto.mode" select="bibliographyinfo/subtitle"/>
  @@ -2933,21 +2905,21 @@
            </xsl:when>
         </xsl:choose>
   
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="bibliography.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="bibliography.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="bibliography.titlepage.separator">
  -   </xsl:template>
  +<xsl:template name="bibliography.titlepage.separator">
  +</xsl:template>
   
  -   <xsl:template name="bibliography.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="bibliography.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="bibliography.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="bibliography.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="bibliography.titlepage">
  +<xsl:template name="bibliography.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="bibliography.titlepage.before.recto"/>
  @@ -2959,32 +2931,31 @@
            </div>
            <xsl:call-template name="bibliography.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="bibliography.titlepage.recto.mode">
  +<xsl:template match="*" mode="bibliography.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="bibliography.titlepage.verso.mode">
  +<xsl:template match="*" mode="bibliography.titlepage.verso.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="subtitle" mode="bibliography.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="bibliography.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="bibliography.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="subtitle" mode="bibliography.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="bibliography.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="bibliography.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template name="glossary.titlepage.recto">
  +<xsl:template name="glossary.titlepage.recto">
         <div xsl:use-attribute-sets="glossary.titlepage.recto.style">
  -         <xsl:call-template name="component.title">
  -            <xsl:with-param name="node" select="ancestor-or-self::glossary[1]"/>
  -         </xsl:call-template>
  -      </div>
  +<xsl:call-template name="component.title">
  +<xsl:with-param name="node" select="ancestor-or-self::glossary[1]"/>
  +</xsl:call-template></div>
         <xsl:choose>
            <xsl:when test="glossaryinfo/subtitle">
               <xsl:apply-templates mode="glossary.titlepage.recto.auto.mode" select="glossaryinfo/subtitle"/>
  @@ -3000,21 +2971,21 @@
            </xsl:when>
         </xsl:choose>
   
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="glossary.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="glossary.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="glossary.titlepage.separator">
  -   </xsl:template>
  +<xsl:template name="glossary.titlepage.separator">
  +</xsl:template>
   
  -   <xsl:template name="glossary.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="glossary.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="glossary.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="glossary.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="glossary.titlepage">
  +<xsl:template name="glossary.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="glossary.titlepage.before.recto"/>
  @@ -3026,32 +2997,31 @@
            </div>
            <xsl:call-template name="glossary.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="glossary.titlepage.recto.mode">
  +<xsl:template match="*" mode="glossary.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="glossary.titlepage.verso.mode">
  +<xsl:template match="*" mode="glossary.titlepage.verso.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="subtitle" mode="glossary.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="glossary.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="glossary.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="subtitle" mode="glossary.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="glossary.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="glossary.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template name="index.titlepage.recto">
  +<xsl:template name="index.titlepage.recto">
         <div xsl:use-attribute-sets="index.titlepage.recto.style">
  -         <xsl:call-template name="component.title">
  -            <xsl:with-param name="node" select="ancestor-or-self::index[1]"/>
  -         </xsl:call-template>
  -      </div>
  +<xsl:call-template name="component.title">
  +<xsl:with-param name="node" select="ancestor-or-self::index[1]"/>
  +</xsl:call-template></div>
         <xsl:choose>
            <xsl:when test="indexinfo/subtitle">
               <xsl:apply-templates mode="index.titlepage.recto.auto.mode" select="indexinfo/subtitle"/>
  @@ -3067,21 +3037,21 @@
            </xsl:when>
         </xsl:choose>
   
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="index.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="index.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="index.titlepage.separator">
  -   </xsl:template>
  +<xsl:template name="index.titlepage.separator">
  +</xsl:template>
   
  -   <xsl:template name="index.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="index.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="index.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="index.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="index.titlepage">
  +<xsl:template name="index.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="index.titlepage.before.recto"/>
  @@ -3093,32 +3063,31 @@
            </div>
            <xsl:call-template name="index.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="index.titlepage.recto.mode">
  +<xsl:template match="*" mode="index.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="index.titlepage.verso.mode">
  +<xsl:template match="*" mode="index.titlepage.verso.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="subtitle" mode="index.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="index.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="index.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="subtitle" mode="index.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="index.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="index.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
  -   <xsl:template name="setindex.titlepage.recto">
  +<xsl:template name="setindex.titlepage.recto">
         <div xsl:use-attribute-sets="setindex.titlepage.recto.style">
  -         <xsl:call-template name="component.title">
  -            <xsl:with-param name="node" select="ancestor-or-self::setindex[1]"/>
  -         </xsl:call-template>
  -      </div>
  +<xsl:call-template name="component.title">
  +<xsl:with-param name="node" select="ancestor-or-self::setindex[1]"/>
  +</xsl:call-template></div>
         <xsl:choose>
            <xsl:when test="setindexinfo/subtitle">
               <xsl:apply-templates mode="setindex.titlepage.recto.auto.mode" select="setindexinfo/subtitle"/>
  @@ -3134,21 +3103,21 @@
            </xsl:when>
         </xsl:choose>
   
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="setindex.titlepage.verso">
  -   </xsl:template>
  +<xsl:template name="setindex.titlepage.verso">
  +</xsl:template>
   
  -   <xsl:template name="setindex.titlepage.separator">
  -   </xsl:template>
  +<xsl:template name="setindex.titlepage.separator">
  +</xsl:template>
   
  -   <xsl:template name="setindex.titlepage.before.recto">
  -   </xsl:template>
  +<xsl:template name="setindex.titlepage.before.recto">
  +</xsl:template>
   
  -   <xsl:template name="setindex.titlepage.before.verso">
  -   </xsl:template>
  +<xsl:template name="setindex.titlepage.before.verso">
  +</xsl:template>
   
  -   <xsl:template name="setindex.titlepage">
  +<xsl:template name="setindex.titlepage">
         <div class="titlepage">
            <div>
               <xsl:call-template name="setindex.titlepage.before.recto"/>
  @@ -3160,24 +3129,24 @@
            </div>
            <xsl:call-template name="setindex.titlepage.separator"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="setindex.titlepage.recto.mode">
  +<xsl:template match="*" mode="setindex.titlepage.recto.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="setindex.titlepage.verso.mode">
  +<xsl:template match="*" mode="setindex.titlepage.verso.mode">
         <!-- if an element isn't found in this mode, -->
         <!-- try the generic titlepage.mode -->
         <xsl:apply-templates select="." mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="subtitle" mode="setindex.titlepage.recto.auto.mode">
  -      <div xsl:use-attribute-sets="setindex.titlepage.recto.style">
  -         <xsl:apply-templates select="." mode="setindex.titlepage.recto.mode"/>
  -      </div>
  -   </xsl:template>
  +<xsl:template match="subtitle" mode="setindex.titlepage.recto.auto.mode">
  +<div xsl:use-attribute-sets="setindex.titlepage.recto.style">
  +<xsl:apply-templates select="." mode="setindex.titlepage.recto.mode"/>
  +</div>
  +</xsl:template>
   
   </xsl:stylesheet>
  \ No newline at end of file
  
  
  
  1.2       +725 -740  JBossRemoting/docs/guide/support/support/docbook-xsl/html/titlepage.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: titlepage.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/titlepage.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- titlepage.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ titlepage.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: titlepage.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: titlepage.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,119 +12,119 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:attribute-set name="book.titlepage.recto.style"/>
  -   <xsl:attribute-set name="book.titlepage.verso.style"/>
  +<xsl:attribute-set name="book.titlepage.recto.style"/>
  +<xsl:attribute-set name="book.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="article.titlepage.recto.style"/>
  -   <xsl:attribute-set name="article.titlepage.verso.style"/>
  +<xsl:attribute-set name="article.titlepage.recto.style"/>
  +<xsl:attribute-set name="article.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="set.titlepage.recto.style"/>
  -   <xsl:attribute-set name="set.titlepage.verso.style"/>
  +<xsl:attribute-set name="set.titlepage.recto.style"/>
  +<xsl:attribute-set name="set.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="part.titlepage.recto.style"/>
  -   <xsl:attribute-set name="part.titlepage.verso.style"/>
  +<xsl:attribute-set name="part.titlepage.recto.style"/>
  +<xsl:attribute-set name="part.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="partintro.titlepage.recto.style"/>
  -   <xsl:attribute-set name="partintro.titlepage.verso.style"/>
  +<xsl:attribute-set name="partintro.titlepage.recto.style"/>
  +<xsl:attribute-set name="partintro.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="reference.titlepage.recto.style"/>
  -   <xsl:attribute-set name="reference.titlepage.verso.style"/>
  +<xsl:attribute-set name="reference.titlepage.recto.style"/>
  +<xsl:attribute-set name="reference.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="refentry.titlepage.recto.style"/>
  -   <xsl:attribute-set name="refentry.titlepage.verso.style"/>
  +<xsl:attribute-set name="refentry.titlepage.recto.style"/>
  +<xsl:attribute-set name="refentry.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="dedication.titlepage.recto.style"/>
  -   <xsl:attribute-set name="dedication.titlepage.verso.style"/>
  +<xsl:attribute-set name="dedication.titlepage.recto.style"/>
  +<xsl:attribute-set name="dedication.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="preface.titlepage.recto.style"/>
  -   <xsl:attribute-set name="preface.titlepage.verso.style"/>
  +<xsl:attribute-set name="preface.titlepage.recto.style"/>
  +<xsl:attribute-set name="preface.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="chapter.titlepage.recto.style"/>
  -   <xsl:attribute-set name="chapter.titlepage.verso.style"/>
  +<xsl:attribute-set name="chapter.titlepage.recto.style"/>
  +<xsl:attribute-set name="chapter.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="appendix.titlepage.recto.style"/>
  -   <xsl:attribute-set name="appendix.titlepage.verso.style"/>
  +<xsl:attribute-set name="appendix.titlepage.recto.style"/>
  +<xsl:attribute-set name="appendix.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="bibliography.titlepage.recto.style"/>
  -   <xsl:attribute-set name="bibliography.titlepage.verso.style"/>
  +<xsl:attribute-set name="bibliography.titlepage.recto.style"/>
  +<xsl:attribute-set name="bibliography.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="glossary.titlepage.recto.style"/>
  -   <xsl:attribute-set name="glossary.titlepage.verso.style"/>
  +<xsl:attribute-set name="glossary.titlepage.recto.style"/>
  +<xsl:attribute-set name="glossary.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="index.titlepage.recto.style"/>
  -   <xsl:attribute-set name="index.titlepage.verso.style"/>
  +<xsl:attribute-set name="index.titlepage.recto.style"/>
  +<xsl:attribute-set name="index.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="setindex.titlepage.recto.style"/>
  -   <xsl:attribute-set name="setindex.titlepage.verso.style"/>
  +<xsl:attribute-set name="setindex.titlepage.recto.style"/>
  +<xsl:attribute-set name="setindex.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="section.titlepage.recto.style"/>
  -   <xsl:attribute-set name="section.titlepage.verso.style"/>
  +<xsl:attribute-set name="section.titlepage.recto.style"/>
  +<xsl:attribute-set name="section.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="sect1.titlepage.recto.style"
  +<xsl:attribute-set name="sect1.titlepage.recto.style"
                         use-attribute-sets="section.titlepage.recto.style"/>
  -   <xsl:attribute-set name="sect1.titlepage.verso.style"
  +<xsl:attribute-set name="sect1.titlepage.verso.style"
                         use-attribute-sets="section.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="sect2.titlepage.recto.style"
  +<xsl:attribute-set name="sect2.titlepage.recto.style"
                         use-attribute-sets="section.titlepage.recto.style"/>
  -   <xsl:attribute-set name="sect2.titlepage.verso.style"
  +<xsl:attribute-set name="sect2.titlepage.verso.style"
                         use-attribute-sets="section.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="sect3.titlepage.recto.style"
  +<xsl:attribute-set name="sect3.titlepage.recto.style"
                         use-attribute-sets="section.titlepage.recto.style"/>
  -   <xsl:attribute-set name="sect3.titlepage.verso.style"
  +<xsl:attribute-set name="sect3.titlepage.verso.style"
                         use-attribute-sets="section.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="sect4.titlepage.recto.style"
  +<xsl:attribute-set name="sect4.titlepage.recto.style"
                         use-attribute-sets="section.titlepage.recto.style"/>
  -   <xsl:attribute-set name="sect4.titlepage.verso.style"
  +<xsl:attribute-set name="sect4.titlepage.verso.style"
                         use-attribute-sets="section.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="sect5.titlepage.recto.style"
  +<xsl:attribute-set name="sect5.titlepage.recto.style"
                         use-attribute-sets="section.titlepage.recto.style"/>
  -   <xsl:attribute-set name="sect5.titlepage.verso.style"
  +<xsl:attribute-set name="sect5.titlepage.verso.style"
                         use-attribute-sets="section.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="simplesect.titlepage.recto.style"
  +<xsl:attribute-set name="simplesect.titlepage.recto.style"
                         use-attribute-sets="section.titlepage.recto.style"/>
  -   <xsl:attribute-set name="simplesect.titlepage.verso.style"
  +<xsl:attribute-set name="simplesect.titlepage.verso.style"
                         use-attribute-sets="section.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="table.of.contents.titlepage.recto.style"/>
  -   <xsl:attribute-set name="table.of.contents.titlepage.verso.style"/>
  +<xsl:attribute-set name="table.of.contents.titlepage.recto.style"/>
  +<xsl:attribute-set name="table.of.contents.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="list.of.tables.titlepage.recto.style"/>
  -   <xsl:attribute-set name="list.of.tables.contents.titlepage.verso.style"/>
  +<xsl:attribute-set name="list.of.tables.titlepage.recto.style"/>
  +<xsl:attribute-set name="list.of.tables.contents.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="list.of.figures.titlepage.recto.style"/>
  -   <xsl:attribute-set name="list.of.figures.contents.titlepage.verso.style"/>
  +<xsl:attribute-set name="list.of.figures.titlepage.recto.style"/>
  +<xsl:attribute-set name="list.of.figures.contents.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="list.of.equations.titlepage.recto.style"/>
  -   <xsl:attribute-set name="list.of.equations.contents.titlepage.verso.style"/>
  +<xsl:attribute-set name="list.of.equations.titlepage.recto.style"/>
  +<xsl:attribute-set name="list.of.equations.contents.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="list.of.examples.titlepage.recto.style"/>
  -   <xsl:attribute-set name="list.of.examples.contents.titlepage.verso.style"/>
  +<xsl:attribute-set name="list.of.examples.titlepage.recto.style"/>
  +<xsl:attribute-set name="list.of.examples.contents.titlepage.verso.style"/>
   
  -   <xsl:attribute-set name="list.of.unknowns.titlepage.recto.style"/>
  -   <xsl:attribute-set name="list.of.unknowns.contents.titlepage.verso.style"/>
  +<xsl:attribute-set name="list.of.unknowns.titlepage.recto.style"/>
  +<xsl:attribute-set name="list.of.unknowns.contents.titlepage.verso.style"/>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="*" mode="titlepage.mode">
  +<xsl:template match="*" mode="titlepage.mode">
         <!-- if an element isn't found in this mode, try the default mode -->
         <xsl:apply-templates select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="abbrev" mode="titlepage.mode">
  +<xsl:template match="abbrev" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="abstract" mode="titlepage.mode">
  +<xsl:template match="abstract" mode="titlepage.mode">
         <div class="{name(.)}">
            <xsl:call-template name="anchor"/>
            <xsl:call-template name="formal.object.heading">
  @@ -134,12 +134,12 @@
            </xsl:call-template>
            <xsl:apply-templates mode="titlepage.mode"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="abstract/title" mode="titlepage.mode">
  -   </xsl:template>
  +<xsl:template match="abstract/title" mode="titlepage.mode">
  +</xsl:template>
   
  -   <xsl:template match="address" mode="titlepage.mode">
  +<xsl:template match="address" mode="titlepage.mode">
         <xsl:param name="suppress-numbers" select="'0'"/>
   
         <xsl:variable name="rtf">
  @@ -174,118 +174,116 @@
               </div>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="affiliation" mode="titlepage.mode">
  +<xsl:template match="affiliation" mode="titlepage.mode">
         <div class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="artpagenums" mode="titlepage.mode">
  +<xsl:template match="artpagenums" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="author" mode="titlepage.mode">
  +<xsl:template match="author" mode="titlepage.mode">
         <div class="{name(.)}">
  -         <h3 class="{name(.)}">
  -            <xsl:call-template name="person.name"/>
  -         </h3>
  +    <h3 class="{name(.)}"><xsl:call-template name="person.name"/></h3>
            <xsl:apply-templates mode="titlepage.mode" select="./contrib"/>
            <xsl:apply-templates mode="titlepage.mode" select="./affiliation"/>
            <xsl:apply-templates mode="titlepage.mode" select="./email"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="authorblurb|personblurb" mode="titlepage.mode">
  +<xsl:template match="authorblurb|personblurb" mode="titlepage.mode">
         <div class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="authorgroup" mode="titlepage.mode">
  +<xsl:template match="authorgroup" mode="titlepage.mode">
         <div class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="authorinitials" mode="titlepage.mode">
  +<xsl:template match="authorinitials" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="bibliomisc" mode="titlepage.mode">
  +<xsl:template match="bibliomisc" mode="titlepage.mode">
         <xsl:apply-templates mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="bibliomset" mode="titlepage.mode">
  +<xsl:template match="bibliomset" mode="titlepage.mode">
         <xsl:apply-templates mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="collab" mode="titlepage.mode">
  +<xsl:template match="collab" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="confgroup" mode="titlepage.mode">
  +<xsl:template match="confgroup" mode="titlepage.mode">
         <div class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="confdates" mode="titlepage.mode">
  +<xsl:template match="confdates" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="confsponsor" mode="titlepage.mode">
  +<xsl:template match="confsponsor" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="conftitle" mode="titlepage.mode">
  +<xsl:template match="conftitle" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="confnum" mode="titlepage.mode">
  +<xsl:template match="confnum" mode="titlepage.mode">
         <!-- suppress -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="contractnum" mode="titlepage.mode">
  +<xsl:template match="contractnum" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="contractsponsor" mode="titlepage.mode">
  +<xsl:template match="contractsponsor" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="contrib" mode="titlepage.mode">
  +<xsl:template match="contrib" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="copyright" mode="titlepage.mode">
  +<xsl:template match="copyright" mode="titlepage.mode">
         <p class="{name(.)}">
            <xsl:call-template name="gentext">
               <xsl:with-param name="key" select="'Copyright'"/>
  @@ -304,9 +302,9 @@
            <xsl:call-template name="gentext.space"/>
            <xsl:apply-templates select="holder" mode="titlepage.mode"/>
         </p>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="year" mode="titlepage.mode">
  +<xsl:template match="year" mode="titlepage.mode">
         <xsl:choose>
            <xsl:when test="$show.revisionflag != 0 and @revisionflag">
               <span class="{@revisionflag}">
  @@ -317,9 +315,9 @@
               <xsl:apply-templates mode="titlepage.mode"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="holder" mode="titlepage.mode">
  +<xsl:template match="holder" mode="titlepage.mode">
         <xsl:choose>
            <xsl:when test="$show.revisionflag != 0 and @revisionflag">
               <span class="{@revisionflag}">
  @@ -331,31 +329,31 @@
            </xsl:otherwise>
         </xsl:choose>
         <xsl:if test="position() &lt; last()">
  -         <xsl:text>,</xsl:text>
  +    <xsl:text>, </xsl:text>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="corpauthor" mode="titlepage.mode">
  +<xsl:template match="corpauthor" mode="titlepage.mode">
         <h3 class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
         </h3>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="corpname" mode="titlepage.mode">
  +<xsl:template match="corpname" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="date" mode="titlepage.mode">
  +<xsl:template match="date" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="edition" mode="titlepage.mode">
  +<xsl:template match="edition" mode="titlepage.mode">
         <p class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <xsl:call-template name="gentext.space"/>
  @@ -363,99 +361,91 @@
               <xsl:with-param name="key" select="'Edition'"/>
            </xsl:call-template>
         </p>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="editor" mode="titlepage.mode">
  -      <h3 class="{name(.)}">
  -         <xsl:call-template name="person.name"/>
  -      </h3>
  -   </xsl:template>
  +<xsl:template match="editor" mode="titlepage.mode">
  +  <h3 class="{name(.)}"><xsl:call-template name="person.name"/></h3>
  +</xsl:template>
  +
  +<xsl:template match="editor[position()=1]" mode="titlepage.mode">
  +  <h4 class="editedby"><xsl:call-template name="gentext.edited.by"/></h4>
  +  <h3 class="{name(.)}"><xsl:call-template name="person.name"/></h3>
  +</xsl:template>
   
  -   <xsl:template match="editor[position()=1]" mode="titlepage.mode">
  -      <h4 class="editedby">
  -         <xsl:call-template name="gentext.edited.by"/>
  -      </h4>
  -      <h3 class="{name(.)}">
  -         <xsl:call-template name="person.name"/>
  -      </h3>
  -   </xsl:template>
  -
  -   <xsl:template match="email" mode="titlepage.mode">
  +<xsl:template match="email" mode="titlepage.mode">
         <!-- use the normal e-mail handling code -->
         <xsl:apply-templates select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="firstname" mode="titlepage.mode">
  +<xsl:template match="firstname" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="graphic" mode="titlepage.mode">
  +<xsl:template match="graphic" mode="titlepage.mode">
         <!-- use the normal graphic handling code -->
         <xsl:apply-templates select="."/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="honorific" mode="titlepage.mode">
  +<xsl:template match="honorific" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="isbn" mode="titlepage.mode">
  +<xsl:template match="isbn" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="issn" mode="titlepage.mode">
  +<xsl:template match="issn" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="biblioid" mode="titlepage.mode">
  +<xsl:template match="biblioid" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="itermset" mode="titlepage.mode">
  -   </xsl:template>
  +<xsl:template match="itermset" mode="titlepage.mode">
  +</xsl:template>
   
  -   <xsl:template match="invpartnumber" mode="titlepage.mode">
  +<xsl:template match="invpartnumber" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="issuenum" mode="titlepage.mode">
  +<xsl:template match="issuenum" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="jobtitle" mode="titlepage.mode">
  +<xsl:template match="jobtitle" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="keywordset" mode="titlepage.mode">
  -   </xsl:template>
  +<xsl:template match="keywordset" mode="titlepage.mode">
  +</xsl:template>
   
  -   <xsl:template match="legalnotice" mode="titlepage.mode">
  -      <xsl:variable name="id">
  -         <xsl:call-template name="object.id"/>
  -      </xsl:variable>
  +<xsl:template match="legalnotice" mode="titlepage.mode">
  +  <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
         <xsl:choose>
            <xsl:when test="$generate.legalnotice.link != 0">
               <xsl:variable name="filename">
  @@ -499,41 +489,37 @@
               </div>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="legalnotice/title" mode="titlepage.mode">
  -      <p class="legalnotice-title">
  -         <b>
  -            <xsl:apply-templates/>
  -         </b>
  -      </p>
  -   </xsl:template>
  +<xsl:template match="legalnotice/title" mode="titlepage.mode">
  +  <p class="legalnotice-title"><b><xsl:apply-templates/></b></p>
  +</xsl:template>
   
  -   <xsl:template match="lineage" mode="titlepage.mode">
  +<xsl:template match="lineage" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="modespec" mode="titlepage.mode">
  -   </xsl:template>
  +<xsl:template match="modespec" mode="titlepage.mode">
  +</xsl:template>
   
  -   <xsl:template match="orgdiv" mode="titlepage.mode">
  +<xsl:template match="orgdiv" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="orgname" mode="titlepage.mode">
  +<xsl:template match="orgname" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="othercredit" mode="titlepage.mode">
  +<xsl:template match="othercredit" mode="titlepage.mode">
         <xsl:variable name="contrib" select="string(contrib)"/>
         <xsl:choose>
            <xsl:when test="contrib">
  @@ -542,11 +528,10 @@
                     <xsl:with-param name="class" select="name(.)"/>
                     <xsl:with-param name="content">
                        <xsl:apply-templates mode="titlepage.mode" select="contrib"/>
  -                     <xsl:text>:</xsl:text>
  +            <xsl:text>: </xsl:text>
                        <xsl:call-template name="person.name"/>
                        <xsl:apply-templates mode="titlepage.mode" select="./affiliation"/>
  -                     <xsl:apply-templates select="following-sibling::othercredit[string(contrib)=$contrib]"
  -                                          mode="titlepage.othercredits"/>
  +            <xsl:apply-templates select="following-sibling::othercredit[string(contrib)=$contrib]" mode="titlepage.othercredits"/>
                     </xsl:with-param>
                  </xsl:call-template>
               </xsl:if>
  @@ -561,89 +546,89 @@
               <xsl:apply-templates mode="titlepage.mode" select="./affiliation"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="othercredit" mode="titlepage.othercredits">
  -      <xsl:text>,</xsl:text>
  +<xsl:template match="othercredit" mode="titlepage.othercredits">
  +  <xsl:text>, </xsl:text>
         <xsl:call-template name="person.name"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="othername" mode="titlepage.mode">
  +<xsl:template match="othername" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="pagenums" mode="titlepage.mode">
  +<xsl:template match="pagenums" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="printhistory" mode="titlepage.mode">
  +<xsl:template match="printhistory" mode="titlepage.mode">
         <div class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="productname" mode="titlepage.mode">
  +<xsl:template match="productname" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="productnumber" mode="titlepage.mode">
  +<xsl:template match="productnumber" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="pubdate" mode="titlepage.mode">
  +<xsl:template match="pubdate" mode="titlepage.mode">
         <xsl:call-template name="paragraph">
            <xsl:with-param name="class" select="name(.)"/>
            <xsl:with-param name="content">
               <xsl:apply-templates mode="titlepage.mode"/>
            </xsl:with-param>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="publisher" mode="titlepage.mode">
  +<xsl:template match="publisher" mode="titlepage.mode">
         <xsl:call-template name="paragraph">
            <xsl:with-param name="class" select="name(.)"/>
            <xsl:with-param name="content">
               <xsl:apply-templates mode="titlepage.mode"/>
            </xsl:with-param>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="publishername" mode="titlepage.mode">
  +<xsl:template match="publishername" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="pubsnumber" mode="titlepage.mode">
  +<xsl:template match="pubsnumber" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="releaseinfo" mode="titlepage.mode">
  +<xsl:template match="releaseinfo" mode="titlepage.mode">
         <xsl:call-template name="paragraph">
            <xsl:with-param name="class" select="name(.)"/>
            <xsl:with-param name="content">
               <xsl:apply-templates mode="titlepage.mode"/>
            </xsl:with-param>
         </xsl:call-template>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revhistory" mode="titlepage.mode">
  +<xsl:template match="revhistory" mode="titlepage.mode">
         <xsl:variable name="numcols">
            <xsl:choose>
               <xsl:when test="//authorinitials">3</xsl:when>
  @@ -667,9 +652,9 @@
               </xsl:apply-templates>
            </table>
         </div>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revhistory/revision" mode="titlepage.mode">
  +<xsl:template match="revhistory/revision" mode="titlepage.mode">
         <xsl:param name="numcols" select="'3'"/>
         <xsl:variable name="revnumber" select=".//revnumber"/>
         <xsl:variable name="revdate" select=".//date"/>
  @@ -707,59 +692,59 @@
               </td>
            </tr>
         </xsl:if>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revision/revnumber" mode="titlepage.mode">
  +<xsl:template match="revision/revnumber" mode="titlepage.mode">
         <xsl:apply-templates mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revision/date" mode="titlepage.mode">
  +<xsl:template match="revision/date" mode="titlepage.mode">
         <xsl:apply-templates mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revision/authorinitials" mode="titlepage.mode">
  +<xsl:template match="revision/authorinitials" mode="titlepage.mode">
         <xsl:apply-templates mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revision/revremark" mode="titlepage.mode">
  +<xsl:template match="revision/revremark" mode="titlepage.mode">
         <xsl:apply-templates mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="revision/revdescription" mode="titlepage.mode">
  +<xsl:template match="revision/revdescription" mode="titlepage.mode">
         <xsl:apply-templates mode="titlepage.mode"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="seriesvolnums" mode="titlepage.mode">
  +<xsl:template match="seriesvolnums" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="shortaffil" mode="titlepage.mode">
  +<xsl:template match="shortaffil" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="subjectset" mode="titlepage.mode">
  -   </xsl:template>
  +<xsl:template match="subjectset" mode="titlepage.mode">
  +</xsl:template>
   
  -   <xsl:template match="subtitle" mode="titlepage.mode">
  +<xsl:template match="subtitle" mode="titlepage.mode">
         <h2 class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
         </h2>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="surname" mode="titlepage.mode">
  +<xsl:template match="surname" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="title" mode="titlepage.mode">
  +<xsl:template match="title" mode="titlepage.mode">
         <xsl:variable name="id">
            <xsl:choose>
               <!-- if title is in an *info wrapper, get the grandparent -->
  @@ -789,19 +774,19 @@
               </xsl:otherwise>
            </xsl:choose>
         </h1>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="titleabbrev" mode="titlepage.mode">
  +<xsl:template match="titleabbrev" mode="titlepage.mode">
         <!-- nop; title abbreviations don't belong on the title page! -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="volumenum" mode="titlepage.mode">
  +<xsl:template match="volumenum" mode="titlepage.mode">
         <span class="{name(.)}">
            <xsl:apply-templates mode="titlepage.mode"/>
            <br/>
         </span>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
   </xsl:stylesheet>
  
  
  
  1.2       +153 -153  JBossRemoting/docs/guide/support/support/docbook-xsl/html/toc.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: toc.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/toc.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- toc.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ toc.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -2,8 +2,8 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: toc.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: toc.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -12,9 +12,9 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="toc">
  +<xsl:template match="toc">
         <xsl:choose>
            <xsl:when test="*">
               <xsl:if test="$process.source.toc != 0">
  @@ -59,9 +59,9 @@
               </xsl:if>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="tocpart|tocchap
  +<xsl:template match="tocpart|tocchap
                        |toclevel1|toclevel2|toclevel3|toclevel4|toclevel5">
         <xsl:variable name="sub-toc">
            <xsl:if test="tocchap|toclevel1|toclevel2|toclevel3|toclevel4|toclevel5">
  @@ -98,9 +98,9 @@
               </li>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="tocentry|tocfront|tocback">
  +<xsl:template match="tocentry|tocfront|tocback">
         <xsl:choose>
            <xsl:when test="$toc.list.type = 'dl'">
               <dt>
  @@ -113,13 +113,13 @@
               </li>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="tocentry[position() = last()]" priority="2">
  +<xsl:template match="tocentry[position() = last()]" priority="2">
         <xsl:call-template name="tocentry-content"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="tocentry-content">
  +<xsl:template name="tocentry-content">
         <xsl:variable name="targets" select="key('id', at linkend)"/>
         <xsl:variable name="target" select="$targets[1]"/>
   
  @@ -141,33 +141,33 @@
               <xsl:apply-templates/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="*" mode="toc.for.section">
  +<xsl:template match="*" mode="toc.for.section">
         <xsl:call-template name="section.toc"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="toc.for.component">
  +<xsl:template match="*" mode="toc.for.component">
         <xsl:call-template name="component.toc"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="toc.for.section">
  +<xsl:template match="*" mode="toc.for.section">
         <xsl:call-template name="section.toc"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="toc.for.division">
  +<xsl:template match="*" mode="toc.for.division">
         <xsl:call-template name="division.toc"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="toc.for.set">
  +<xsl:template match="*" mode="toc.for.set">
         <xsl:call-template name="set.toc"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="lot|lotentry">
  -   </xsl:template>
  +<xsl:template match="lot|lotentry">
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +353 -353  JBossRemoting/docs/guide/support/support/docbook-xsl/html/verbatim.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: verbatim.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/verbatim.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- verbatim.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ verbatim.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -7,8 +7,8 @@
                   exclude-result-prefixes="sverb xverb lxslt exsl"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: verbatim.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: verbatim.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -17,10 +17,10 @@
   
     ******************************************************************** -->
   
  -   <lxslt:component prefix="xverb"
  +<lxslt:component prefix="xverb"
                       functions="numberLines"/>
   
  -   <xsl:template match="programlisting|screen|synopsis">
  +<xsl:template match="programlisting|screen|synopsis">
         <xsl:param name="suppress-numbers" select="'0'"/>
         <xsl:variable name="id">
            <xsl:call-template name="object.id"/>
  @@ -65,9 +65,9 @@
               <xsl:copy-of select="$content"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="literallayout">
  +<xsl:template match="literallayout">
         <xsl:param name="suppress-numbers" select="'0'"/>
   
         <xsl:variable name="rtf">
  @@ -135,9 +135,9 @@
               <xsl:copy-of select="$content"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="address">
  +<xsl:template match="address">
         <xsl:param name="suppress-numbers" select="'0'"/>
   
         <xsl:variable name="rtf">
  @@ -168,9 +168,9 @@
               </div>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="number.rtf.lines">
  +<xsl:template name="number.rtf.lines">
         <xsl:param name="rtf" select="''"/>
         <xsl:param name="pi.context" select="."/>
   
  @@ -283,7 +283,7 @@
                        </xsl:when>
                        <xsl:otherwise>
                           <xsl:message>
  -                           <xsl:text>Unexpected verbatim environment:</xsl:text>
  +                <xsl:text>Unexpected verbatim environment: </xsl:text>
                              <xsl:value-of select="local-name(.)"/>
                           </xsl:message>
                           <xsl:value-of select="0"/>
  @@ -310,14 +310,14 @@
               </xsl:message>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="make-verbatim">
  +<xsl:template name="make-verbatim">
         <xsl:param name="rtf"/>
   
         <!-- I want to make this RTF verbatim. There are two possibilities: either
  -I have access to the exsl:node-set extension function and I can "do it right"
  -or I have to rely on CSS. -->
  +       I have access to the exsl:node-set extension function and I can "do it right"
  +       or I have to rely on CSS. -->
   
         <xsl:choose>
            <xsl:when test="function-available('exsl:node-set')">
  @@ -329,11 +329,11 @@
               </span>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ======================================================================== -->
  +<!-- ======================================================================== -->
   
  -   <xsl:template name="lastLineNumber">
  +<xsl:template name="lastLineNumber">
         <xsl:param name="listings"/>
         <xsl:param name="number" select="0"/>
   
  @@ -360,9 +360,9 @@
               <xsl:value-of select="$lines"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="countLines">
  +<xsl:template name="countLines">
         <xsl:param name="listing"/>
         <xsl:param name="count" select="1"/>
   
  @@ -377,6 +377,6 @@
               <xsl:value-of select="$count"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +1195 -1234JBossRemoting/docs/guide/support/support/docbook-xsl/html/xref.xsl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: xref.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/support/support/docbook-xsl/html/xref.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- xref.xsl	6 Oct 2005 03:27:23 -0000	1.1
  +++ xref.xsl	2 Aug 2006 16:35:05 -0000	1.2
  @@ -5,8 +5,8 @@
                   exclude-result-prefixes="suwl exsl"
                   version='1.0'>
   
  -   <!-- ********************************************************************
  -  $Id: xref.xsl,v 1.1 2005/10/06 03:27:23 telrod Exp $
  +<!-- ********************************************************************
  +     $Id: xref.xsl,v 1.2 2006/08/02 16:35:05 telrod Exp $
     ********************************************************************
   
     This file is part of the XSL DocBook Stylesheet distribution.
  @@ -15,20 +15,20 @@
   
     ******************************************************************** -->
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <!-- Create keys for quickly looking up olink targets -->
  -   <xsl:key name="targetdoc-key" match="document" use="@targetdoc"/>
  -   <xsl:key name="targetptr-key" match="div|obj"
  -            use="concat(ancestor::document/@targetdoc, '/', @targetptr)"/>
  +<!-- Create keys for quickly looking up olink targets -->
  +<xsl:key name="targetdoc-key" match="document" use="@targetdoc" />
  +<xsl:key name="targetptr-key"  match="div|obj"
  +         use="concat(ancestor::document/@targetdoc, '/', @targetptr)" />
   
  -   <xsl:template match="anchor">
  +<xsl:template match="anchor">
         <xsl:call-template name="anchor"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="xref" name="xref">
  +<xsl:template match="xref" name="xref">
         <xsl:variable name="targets" select="key('id', at linkend)"/>
         <xsl:variable name="target" select="$targets[1]"/>
         <xsl:variable name="refelem" select="local-name($target)"/>
  @@ -42,7 +42,7 @@
         <xsl:choose>
            <xsl:when test="count($target) = 0">
               <xsl:message>
  -               <xsl:text>XRef to nonexistent id:</xsl:text>
  +	<xsl:text>XRef to nonexistent id: </xsl:text>
                  <xsl:value-of select="@linkend"/>
               </xsl:message>
               <xsl:text>???</xsl:text>
  @@ -61,7 +61,7 @@
                  <xsl:when test="count($etarget) = 0">
                     <xsl:message>
                        <xsl:value-of select="count($etargets)"/>
  -                     <xsl:text>Endterm points to nonexistent ID:</xsl:text>
  +            <xsl:text>Endterm points to nonexistent ID: </xsl:text>
                        <xsl:value-of select="@endterm"/>
                     </xsl:message>
                     <a href="{$href}">
  @@ -122,11 +122,11 @@
               <xsl:apply-templates select="$target" mode="xref-to-suffix"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="*" mode="endterm">
  +<xsl:template match="*" mode="endterm">
         <!-- Process the children of the endterm element -->
         <xsl:variable name="endterm">
            <xsl:apply-templates select="child::node()"/>
  @@ -140,9 +140,9 @@
               <xsl:copy-of select="$endterm"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="remove-ids">
  +<xsl:template match="*" mode="remove-ids">
         <xsl:choose>
            <!-- handle html or xhtml -->
            <xsl:when test="local-name(.) = 'a'
  @@ -163,9 +163,7 @@
                                 <xsl:copy/>
                              </xsl:when>
                              <xsl:otherwise>
  -                              <xsl:message>removing
  -                                 <xsl:value-of select="name(.)"/>
  -                              </xsl:message>
  +                  <xsl:message>removing <xsl:value-of select="name(.)"/></xsl:message>
                              </xsl:otherwise>
                           </xsl:choose>
                        </xsl:for-each>
  @@ -182,9 +180,7 @@
                           <xsl:copy/>
                        </xsl:when>
                        <xsl:otherwise>
  -                        <xsl:message>removing
  -                           <xsl:value-of select="name(.)"/>
  -                        </xsl:message>
  +              <xsl:message>removing <xsl:value-of select="name(.)"/></xsl:message>
                        </xsl:otherwise>
                     </xsl:choose>
                  </xsl:for-each>
  @@ -192,14 +188,14 @@
               </xsl:copy>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="*" mode="xref-to-prefix"/>
  -   <xsl:template match="*" mode="xref-to-suffix"/>
  +<xsl:template match="*" mode="xref-to-prefix"/>
  +<xsl:template match="*" mode="xref-to-suffix"/>
   
  -   <xsl:template match="*" mode="xref-to">
  +<xsl:template match="*" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
         <xsl:param name="verbose" select="1"/>
  @@ -214,9 +210,9 @@
            </xsl:message>
         </xsl:if>
         <xsl:text>???</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="title" mode="xref-to">
  +<xsl:template match="title" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -236,9 +232,9 @@
               </xsl:apply-templates>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="abstract|authorblurb|personblurb|bibliodiv|bibliomset
  +<xsl:template match="abstract|authorblurb|personblurb|bibliodiv|bibliomset
                        |biblioset|blockquote|calloutlist|caution|colophon
                        |constraintdef|formalpara|glossdiv|important|indexdiv
                        |itemizedlist|legalnotice|lot|msg|msgexplan|msgmain
  @@ -255,23 +251,23 @@
            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="author|editor|othercredit|personname" mode="xref-to">
  +<xsl:template match="author|editor|othercredit|personname" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
         <xsl:call-template name="person.name"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="authorgroup" mode="xref-to">
  +<xsl:template match="authorgroup" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
         <xsl:call-template name="person.name.list"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="figure|example|table|equation" mode="xref-to">
  +<xsl:template match="figure|example|table|equation" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -280,9 +276,9 @@
            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="procedure" mode="xref-to">
  +<xsl:template match="procedure" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -291,17 +287,17 @@
            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="cmdsynopsis" mode="xref-to">
  +<xsl:template match="cmdsynopsis" mode="xref-to">
         <xsl:apply-templates select="(.//command)[1]" mode="xref"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="funcsynopsis" mode="xref-to">
  +<xsl:template match="funcsynopsis" mode="xref-to">
         <xsl:apply-templates select="(.//function)[1]" mode="xref"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="dedication|preface|chapter|appendix|article" mode="xref-to">
  +<xsl:template match="dedication|preface|chapter|appendix|article" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -310,9 +306,9 @@
            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="bibliography" mode="xref-to">
  +<xsl:template match="bibliography" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -321,17 +317,17 @@
            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="biblioentry|bibliomixed" mode="xref-to-prefix">
  +<xsl:template match="biblioentry|bibliomixed" mode="xref-to-prefix">
         <xsl:text>[</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="biblioentry|bibliomixed" mode="xref-to-suffix">
  +<xsl:template match="biblioentry|bibliomixed" mode="xref-to-suffix">
         <xsl:text>]</xsl:text>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="biblioentry|bibliomixed" mode="xref-to">
  +<xsl:template match="biblioentry|bibliomixed" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -358,9 +354,9 @@
                  </xsl:when>
                  <xsl:otherwise>
                     <xsl:message>
  -                     <xsl:text>No bibliography entry:</xsl:text>
  +            <xsl:text>No bibliography entry: </xsl:text>
                        <xsl:value-of select="$id"/>
  -                     <xsl:text>found in</xsl:text>
  +            <xsl:text> found in </xsl:text>
                        <xsl:value-of select="$bibliography.collection"/>
                     </xsl:message>
                     <xsl:value-of select="@id"/>
  @@ -382,9 +378,9 @@
               </xsl:choose>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="glossary" mode="xref-to">
  +<xsl:template match="glossary" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -393,9 +389,9 @@
            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="glossentry" mode="xref-to">
  +<xsl:template match="glossentry" mode="xref-to">
         <xsl:choose>
            <xsl:when test="$glossentry.show.acronym = 'primary'">
               <xsl:choose>
  @@ -411,13 +407,13 @@
               <xsl:apply-templates select="glossterm[1]" mode="xref-to"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="glossterm" mode="xref-to">
  +<xsl:template match="glossterm" mode="xref-to">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="index" mode="xref-to">
  +<xsl:template match="index" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -426,9 +422,9 @@
            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="listitem" mode="xref-to">
  +<xsl:template match="listitem" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -437,9 +433,9 @@
            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="section|simplesect
  +<xsl:template match="section|simplesect
                        |sect1|sect2|sect3|sect4|sect5
                        |refsect1|refsect2|refsect3|refsection" mode="xref-to">
         <xsl:param name="referrer"/>
  @@ -451,9 +447,9 @@
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
         <!-- FIXME: What about "in Chapter X"? -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="bridgehead" mode="xref-to">
  +<xsl:template match="bridgehead" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -463,9 +459,9 @@
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
         <!-- FIXME: What about "in Chapter X"? -->
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="qandaset" mode="xref-to">
  +<xsl:template match="qandaset" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -474,9 +470,9 @@
            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="qandadiv" mode="xref-to">
  +<xsl:template match="qandadiv" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -485,9 +481,9 @@
            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="qandaentry" mode="xref-to">
  +<xsl:template match="qandaentry" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -496,9 +492,9 @@
            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="question|answer" mode="xref-to">
  +<xsl:template match="question|answer" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -507,9 +503,9 @@
            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="part|reference" mode="xref-to">
  +<xsl:template match="part|reference" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -518,9 +514,9 @@
            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refentry" mode="xref-to">
  +<xsl:template match="refentry" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -533,9 +529,9 @@
            </xsl:otherwise>
         </xsl:choose>
         <xsl:apply-templates select="refmeta/manvolnum"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refnamediv" mode="xref-to">
  +<xsl:template match="refnamediv" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -543,27 +539,27 @@
            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="refname" mode="xref-to">
  +<xsl:template match="refname" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
         <xsl:apply-templates mode="xref-to"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="step" mode="xref-to">
  +<xsl:template match="step" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
         <xsl:call-template name="gentext">
            <xsl:with-param name="key" select="'Step'"/>
         </xsl:call-template>
  -      <xsl:text></xsl:text>
  +  <xsl:text> </xsl:text>
         <xsl:apply-templates select="." mode="number"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="varlistentry" mode="xref-to">
  +<xsl:template match="varlistentry" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -571,24 +567,24 @@
            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="varlistentry/term" mode="xref-to">
  +<xsl:template match="varlistentry/term" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
         <!-- to avoid the comma that will be generated if there are several terms -->
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="co" mode="xref-to">
  +<xsl:template match="co" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
         <xsl:apply-templates select="." mode="callout-bug"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="book" mode="xref-to">
  +<xsl:template match="book" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -597,9 +593,9 @@
            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
            <xsl:with-param name="referrer" select="$referrer"/>
         </xsl:apply-templates>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="para" mode="xref-to">
  +<xsl:template match="para" mode="xref-to">
         <xsl:param name="referrer"/>
         <xsl:param name="xrefstyle"/>
   
  @@ -628,58 +624,58 @@
                                          |ancestor::varlistentry)[last()]"/>
   
         <xsl:apply-templates select="$context" mode="xref-to"/>
  -      <!--
  +<!--
           <xsl:apply-templates select="." mode="object.xref.markup">
             <xsl:with-param name="purpose" select="'xref'"/>
             <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
             <xsl:with-param name="referrer" select="$referrer"/>
           </xsl:apply-templates>
  -      -->
  -   </xsl:template>
  +-->
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="*" mode="xref-title">
  +<xsl:template match="*" mode="xref-title">
         <xsl:variable name="title">
            <xsl:apply-templates select="." mode="object.title.markup"/>
         </xsl:variable>
   
         <xsl:value-of select="$title"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="author" mode="xref-title">
  +<xsl:template match="author" mode="xref-title">
         <xsl:variable name="title">
            <xsl:call-template name="person.name"/>
         </xsl:variable>
   
         <xsl:value-of select="$title"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="authorgroup" mode="xref-title">
  +<xsl:template match="authorgroup" mode="xref-title">
         <xsl:variable name="title">
            <xsl:call-template name="person.name.list"/>
         </xsl:variable>
   
         <xsl:value-of select="$title"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="cmdsynopsis" mode="xref-title">
  +<xsl:template match="cmdsynopsis" mode="xref-title">
         <xsl:variable name="title">
            <xsl:apply-templates select="(.//command)[1]" mode="xref"/>
         </xsl:variable>
   
         <xsl:value-of select="$title"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="funcsynopsis" mode="xref-title">
  +<xsl:template match="funcsynopsis" mode="xref-title">
         <xsl:variable name="title">
            <xsl:apply-templates select="(.//function)[1]" mode="xref"/>
         </xsl:variable>
   
         <xsl:value-of select="$title"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="biblioentry|bibliomixed" mode="xref-title">
  +<xsl:template match="biblioentry|bibliomixed" mode="xref-title">
         <!-- handles both biblioentry and bibliomixed -->
         <xsl:variable name="title">
            <xsl:text>[</xsl:text>
  @@ -695,27 +691,27 @@
         </xsl:variable>
   
         <xsl:value-of select="$title"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="step" mode="xref-title">
  +<xsl:template match="step" mode="xref-title">
         <xsl:call-template name="gentext">
            <xsl:with-param name="key" select="'Step'"/>
         </xsl:call-template>
  -      <xsl:text></xsl:text>
  +  <xsl:text> </xsl:text>
         <xsl:apply-templates select="." mode="number"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="co" mode="xref-title">
  +<xsl:template match="co" mode="xref-title">
         <xsl:variable name="title">
            <xsl:apply-templates select="." mode="callout-bug"/>
         </xsl:variable>
   
         <xsl:value-of select="$title"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="link" name="link">
  +<xsl:template match="link" name="link">
         <xsl:param name="a.target"/>
   
         <xsl:variable name="targets" select="key('id', at linkend)"/>
  @@ -727,15 +723,11 @@
   
         <a>
            <xsl:if test="@id">
  -            <xsl:attribute name="name">
  -               <xsl:value-of select="@id"/>
  -            </xsl:attribute>
  +      <xsl:attribute name="name"><xsl:value-of select="@id"/></xsl:attribute>
            </xsl:if>
   
            <xsl:if test="$a.target">
  -            <xsl:attribute name="target">
  -               <xsl:value-of select="$a.target"/>
  -            </xsl:attribute>
  +      <xsl:attribute name="target"><xsl:value-of select="$a.target"/></xsl:attribute>
            </xsl:if>
   
            <xsl:attribute name="href">
  @@ -784,7 +776,7 @@
                           <xsl:when test="count($etarget) = 0">
                              <xsl:message>
                                 <xsl:value-of select="count($etargets)"/>
  -                              <xsl:text>Endterm points to nonexistent ID:</xsl:text>
  +                  <xsl:text>Endterm points to nonexistent ID: </xsl:text>
                                 <xsl:value-of select="@endterm"/>
                              </xsl:message>
                              <xsl:text>???</xsl:text>
  @@ -797,8 +789,8 @@
   
                     <xsl:otherwise>
                        <xsl:message>
  -                        <xsl:text>Link element has no content and no Endterm.</xsl:text>
  -                        <xsl:text>Nothing to show in the link to</xsl:text>
  +              <xsl:text>Link element has no content and no Endterm. </xsl:text>
  +              <xsl:text>Nothing to show in the link to </xsl:text>
                           <xsl:value-of select="$target"/>
                        </xsl:message>
                        <xsl:text>???</xsl:text>
  @@ -807,9 +799,9 @@
               </xsl:otherwise>
            </xsl:choose>
         </a>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="ulink" name="ulink">
  +<xsl:template match="ulink" name="ulink">
         <xsl:variable name="link">
            <a>
               <xsl:if test="@id">
  @@ -817,9 +809,7 @@
                     <xsl:value-of select="@id"/>
                  </xsl:attribute>
               </xsl:if>
  -            <xsl:attribute name="href">
  -               <xsl:value-of select="@url"/>
  -            </xsl:attribute>
  +      <xsl:attribute name="href"><xsl:value-of select="@url"/></xsl:attribute>
               <xsl:if test="$ulink.target != ''">
                  <xsl:attribute name="target">
                     <xsl:value-of select="$ulink.target"/>
  @@ -844,9 +834,9 @@
               <xsl:copy-of select="$link"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="olink" name="olink">
  +<xsl:template match="olink" name="olink">
         <xsl:param name="target.database"
                    select="document($target.database.document, /)"/>
   
  @@ -878,30 +868,29 @@
                  </xsl:call-template>
               </xsl:when>
               <!-- Olinks resolved by stylesheet and target database -->
  -            <xsl:when test="@targetdoc and not(@targetptr)">
  +      <xsl:when test="@targetdoc and not(@targetptr)" >
                  <xsl:message>Olink missing @targetptr attribute value</xsl:message>
               </xsl:when>
  -            <xsl:when test="not(@targetdoc) and @targetptr">
  +      <xsl:when test="not(@targetdoc) and @targetptr" >
                  <xsl:message>Olink missing @targetdoc attribute value</xsl:message>
               </xsl:when>
               <xsl:when test="@targetdoc and @targetptr">
                  <xsl:variable name="seek.targetdoc" select="@targetdoc"/>
                  <xsl:variable name="seek.targetptr" select="@targetptr"/>
  -               <xsl:variable name="targetdoc.key">
  -                  <xsl:for-each select="$target.database">
  -                     <xsl:value-of select="key('targetdoc-key', $seek.targetdoc)/@targetdoc"/>
  +        <xsl:variable name="targetdoc.key" >
  +          <xsl:for-each select="$target.database" >
  +            <xsl:value-of select="key('targetdoc-key', $seek.targetdoc)/@targetdoc" />
                     </xsl:for-each>
                  </xsl:variable>
  -               <xsl:variable name="targetptr.key">
  -                  <xsl:for-each select="$target.database">
  -                     <xsl:value-of
  -                           select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/@targetptr"/>
  +        <xsl:variable name="targetptr.key" >
  +          <xsl:for-each select="$target.database" >
  +            <xsl:value-of select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/@targetptr" />
                     </xsl:for-each>
                  </xsl:variable>
  -               <!-- debug
  -               <xsl:message>seek.targetdoc is <xsl:value-of select="$seek.targetdoc"/></xsl:message>
  -               <xsl:message>seek.targetptr is <xsl:value-of select="$seek.targetptr"/></xsl:message>
  -               -->
  +<!-- debug
  +<xsl:message>seek.targetdoc is <xsl:value-of select="$seek.targetdoc"/></xsl:message>
  +<xsl:message>seek.targetptr is <xsl:value-of select="$seek.targetptr"/></xsl:message>
  +-->
                  <xsl:choose>
                     <!-- Was the database document parameter not set? -->
                     <xsl:when test="$target.database.document = ''">
  @@ -913,41 +902,27 @@
                     </xsl:when>
                     <!-- Did it not open? Should be a targetset element -->
                     <xsl:when test="not($target.database/targetset)">
  -                     <xsl:message>Olink error: could not open target database
  -                        <xsl:value-of select="$target.database.document"/>
  -                        .
  -                     </xsl:message>
  +            <xsl:message>Olink error: could not open target database <xsl:value-of select="$target.database.document"/>.  </xsl:message>
                     </xsl:when>
                     <!-- Does it not have this document id? -->
  -                  <xsl:when test="$targetdoc.key = ''">
  -                     <xsl:message>Olink error: document id
  -                        <xsl:value-of select="$seek.targetdoc"/>
  -                        not in target database.
  -                     </xsl:message>
  +          <xsl:when test="$targetdoc.key = ''" >
  +            <xsl:message>Olink error: document id <xsl:value-of select="$seek.targetdoc"/> not in target database.</xsl:message>
                     </xsl:when>
   
                     <!-- Does this document not have this targetptr? -->
  -                  <xsl:when test="$targetptr.key = ''">
  +          <xsl:when test="$targetptr.key = ''" >
                        <!-- Does this document have *any* content? -->
                        <xsl:variable name="document.root">
  -                        <xsl:for-each select="$target.database">
  +              <xsl:for-each select="$target.database" >
                              <xsl:value-of select="key('targetdoc-key', $seek.targetdoc)/div/@element"/>
                           </xsl:for-each>
                        </xsl:variable>
                        <xsl:choose>
                           <xsl:when test="$document.root = ''">
  -                           <xsl:message>Olink error: could not open data file for document id '
  -                              <xsl:value-of select="$seek.targetdoc"/>
  -                              '.
  -                           </xsl:message>
  +                <xsl:message>Olink error: could not open data file for document id '<xsl:value-of select="$seek.targetdoc"/>'.</xsl:message>
                           </xsl:when>
                           <xsl:otherwise>
  -                           <xsl:message>Olink error: targetptr
  -                              <xsl:value-of select="$seek.targetptr"/>
  -                              not found in document id
  -                              <xsl:value-of select="$seek.targetdoc"/>
  -                              .
  -                           </xsl:message>
  +                <xsl:message>Olink error: targetptr <xsl:value-of select="$seek.targetptr"/> not found in document id <xsl:value-of select="$seek.targetdoc"/>.</xsl:message>
                           </xsl:otherwise>
                        </xsl:choose>
                     </xsl:when>
  @@ -957,47 +932,44 @@
   
                        <!-- Does the target database use a sitemap? -->
                        <xsl:variable name="use.sitemap">
  -                        <xsl:for-each select="$target.database">
  +              <xsl:for-each select="$target.database" >
                              <xsl:value-of select="key('targetdoc-key', $seek.targetdoc)/parent::dir/@name"/>
                           </xsl:for-each>
                        </xsl:variable>
  -                     <xsl:variable name="target.href">
  -                        <xsl:for-each select="$target.database">
  -                           <xsl:value-of
  -                                 select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/@href"/>
  +            <xsl:variable name="target.href" >
  +              <xsl:for-each select="$target.database" >
  +                <xsl:value-of select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/@href" />
   
                           </xsl:for-each>
                        </xsl:variable>
   
                        <!-- Get the baseuri for this targetptr -->
   
  -                     <xsl:variable name="baseuri">
  +            <xsl:variable name="baseuri" >
                           <xsl:choose>
                              <!-- Does the database use a sitemap? -->
  -                           <xsl:when test="$use.sitemap != ''">
  +                <xsl:when test="$use.sitemap != ''" >
                                 <xsl:choose>
                                    <!-- Was current.docid parameter set? -->
                                    <xsl:when test="$current.docid != ''">
  -                                    <xsl:for-each select="$target.database">
  -                                       <xsl:call-template name="targetpath">
  -                                          <xsl:with-param name="dirnode"
  -                                                          select="key('targetdoc-key', $current.docid)/parent::dir"/>
  +                      <xsl:for-each select="$target.database" >
  +                        <xsl:call-template name="targetpath" >
  +                          <xsl:with-param name="dirnode" select="key('targetdoc-key', $current.docid)/parent::dir"/>
                                             <xsl:with-param name="targetdoc" select="$seek.targetdoc"/>
                                          </xsl:call-template>
  -                                    </xsl:for-each>
  +                      </xsl:for-each >
                                    </xsl:when>
                                    <xsl:otherwise>
  -                                    <xsl:message>Olink warning: cannot compute relative sitemap path without
  -                                       $current.docid parameter</xsl:message>
  +                      <xsl:message>Olink warning: cannot compute relative sitemap path without $current.docid parameter</xsl:message>
                                    </xsl:otherwise>
                                 </xsl:choose>
                                 <!-- In either case, add baseuri from its document entry-->
                                 <xsl:variable name="docbaseuri">
  -                                 <xsl:for-each select="$target.database">
  -                                    <xsl:value-of select="key('targetdoc-key', $seek.targetdoc)/@baseuri"/>
  +                    <xsl:for-each select="$target.database" >
  +                      <xsl:value-of select="key('targetdoc-key', $seek.targetdoc)/@baseuri" />
                                    </xsl:for-each>
                                 </xsl:variable>
  -                              <xsl:if test="$docbaseuri != ''">
  +                  <xsl:if test="$docbaseuri != ''" >
                                    <xsl:value-of select="$docbaseuri"/>
                                 </xsl:if>
                              </xsl:when>
  @@ -1005,11 +977,11 @@
                              <xsl:otherwise>
                                 <!-- Just use any baseuri from its document entry -->
                                 <xsl:variable name="docbaseuri">
  -                                 <xsl:for-each select="$target.database">
  -                                    <xsl:value-of select="key('targetdoc-key', $seek.targetdoc)/@baseuri"/>
  +                    <xsl:for-each select="$target.database" >
  +                      <xsl:value-of select="key('targetdoc-key', $seek.targetdoc)/@baseuri" />
                                    </xsl:for-each>
                                 </xsl:variable>
  -                              <xsl:if test="$docbaseuri != ''">
  +                  <xsl:if test="$docbaseuri != ''" >
                                    <xsl:value-of select="$docbaseuri"/>
                                 </xsl:if>
                              </xsl:otherwise>
  @@ -1056,9 +1028,9 @@
               </xsl:call-template>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="olink.outline">
  +<xsl:template name="olink.outline">
         <xsl:param name="outline.base.uri"/>
         <xsl:param name="localinfo"/>
         <xsl:param name="return" select="href"/>
  @@ -1104,9 +1076,9 @@
               <xsl:copy-of select="$node-xref"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="olink.hottext">
  +<xsl:template name="olink.hottext">
         <xsl:param name="target.database"/>
         <xsl:choose>
            <!-- If it has elements or text (not just PI or comment) -->
  @@ -1117,9 +1089,9 @@
               <!-- Get the xref text for this record -->
               <xsl:variable name="seek.targetdoc" select="@targetdoc"/>
               <xsl:variable name="seek.targetptr" select="@targetptr"/>
  -            <xsl:variable name="xref.text">
  -               <xsl:for-each select="$target.database">
  -                  <xsl:value-of select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/xreftext"/>
  +        <xsl:variable name="xref.text" >
  +          <xsl:for-each select="$target.database" >
  +            <xsl:value-of select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/xreftext" />
   
                  </xsl:for-each>
               </xsl:variable>
  @@ -1128,18 +1100,16 @@
               <xsl:choose>
                  <xsl:when test="$use.local.olink.style != 0">
                     <!-- Get the element name and lang for this targetptr -->
  -                  <xsl:variable name="element">
  -                     <xsl:for-each select="$target.database">
  -                        <xsl:value-of
  -                              select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/@element"/>
  +            <xsl:variable name="element" >
  +              <xsl:for-each select="$target.database" >
  +                <xsl:value-of select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/@element" />
                        </xsl:for-each>
                     </xsl:variable>
   
                     <xsl:variable name="lang">
                        <xsl:variable name="candidate">
  -                        <xsl:for-each select="$target.database">
  -                           <xsl:value-of
  -                                 select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/@lang"/>
  +                <xsl:for-each select="$target.database" >
  +                  <xsl:value-of select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/@lang" />
                           </xsl:for-each>
                        </xsl:variable>
                        <xsl:choose>
  @@ -1161,15 +1131,13 @@
                     <xsl:call-template name="substitute-markup">
                        <xsl:with-param name="template" select="$template"/>
                        <xsl:with-param name="title">
  -                        <xsl:for-each select="$target.database">
  -                           <xsl:value-of
  -                                 select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/ttl"/>
  +                <xsl:for-each select="$target.database" >
  +                  <xsl:value-of select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/ttl" />
                           </xsl:for-each>
                        </xsl:with-param>
                        <xsl:with-param name="label">
  -                        <xsl:for-each select="$target.database">
  -                           <xsl:value-of
  -                                 select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/@number"/>
  +                <xsl:for-each select="$target.database" >
  +                  <xsl:value-of select="key('targetptr-key', concat($seek.targetdoc, '/', $seek.targetptr))/@number" />
                           </xsl:for-each>
                        </xsl:with-param>
                     </xsl:call-template>
  @@ -1178,11 +1146,7 @@
                     <xsl:value-of select="$xref.text"/>
                  </xsl:when>
                  <xsl:otherwise>
  -                  <xsl:message>Olink error: no generated text for targetdoc/targetptr =
  -                     <xsl:value-of select="@targetdoc"/>
  -                     /
  -                     <xsl:value-of select="@targetptr"/>
  -                  </xsl:message>
  +            <xsl:message>Olink error: no generated text for targetdoc/targetptr = <xsl:value-of select="@targetdoc"/>/<xsl:value-of select="@targetptr"/></xsl:message>
                     <xsl:text>????</xsl:text>
                  </xsl:otherwise>
               </xsl:choose>
  @@ -1196,16 +1160,16 @@
               </xsl:call-template>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template name="targetpath">
  -      <xsl:param name="dirnode"/>
  +<xsl:template name="targetpath">
  +  <xsl:param name="dirnode" />
         <xsl:param name="targetdoc" select="''"/>
   
  -      <!--
  -      <xsl:message>dirnode is <xsl:value-of select="$dirnode/@name"/></xsl:message>
  -      <xsl:message>targetdoc is <xsl:value-of select="$targetdoc"/></xsl:message>
  -      -->
  +<!-- 
  +<xsl:message>dirnode is <xsl:value-of select="$dirnode/@name"/></xsl:message>
  +<xsl:message>targetdoc is <xsl:value-of select="$targetdoc"/></xsl:message>
  +-->
         <!-- recursive template generates path to olink target directory -->
         <xsl:choose>
            <!-- Have we arrived at the final path step? -->
  @@ -1213,21 +1177,18 @@
               <!-- We are done -->
            </xsl:when>
            <!-- Have we reached the top without a match? -->
  -         <xsl:when test="name($dirnode) != 'dir'">
  -            <xsl:message>Olink error: cannot locate targetdoc
  -               <xsl:value-of select="$targetdoc"/>
  -               in sitemap
  -            </xsl:message>
  +    <xsl:when test="name($dirnode) != 'dir'" >
  +        <xsl:message>Olink error: cannot locate targetdoc <xsl:value-of select="$targetdoc"/> in sitemap</xsl:message>
            </xsl:when>
            <!-- Is the target in a descendant? -->
            <xsl:when test="$dirnode/descendant::document/@targetdoc = $targetdoc">
               <xsl:variable name="step" select="$dirnode/child::dir[descendant::document/@targetdoc = $targetdoc]"/>
  -            <xsl:if test="$step">
  +      <xsl:if test = "$step">
                  <xsl:value-of select="$step/@name"/>
                  <xsl:text>/</xsl:text>
               </xsl:if>
               <!-- Now recurse with the child -->
  -            <xsl:call-template name="targetpath">
  +      <xsl:call-template name="targetpath" >
                  <xsl:with-param name="dirnode" select="$step"/>
                  <xsl:with-param name="targetdoc" select="$targetdoc"/>
               </xsl:call-template>
  @@ -1237,47 +1198,47 @@
               <xsl:if test="$dirnode/parent::dir">
                  <xsl:text>../</xsl:text>
               </xsl:if>
  -            <xsl:call-template name="targetpath">
  +      <xsl:call-template name="targetpath" >
                  <xsl:with-param name="dirnode" select="$dirnode/parent::*"/>
                  <xsl:with-param name="targetdoc" select="$targetdoc"/>
               </xsl:call-template>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template name="xref.xreflabel">
  +<xsl:template name="xref.xreflabel">
         <!-- called to process an xreflabel...you might use this to make  -->
         <!-- xreflabels come out in the right font for different targets, -->
         <!-- for example. -->
         <xsl:param name="target" select="."/>
         <xsl:value-of select="$target/@xreflabel"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="title" mode="xref">
  +<xsl:template match="title" mode="xref">
         <xsl:apply-templates/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="command" mode="xref">
  +<xsl:template match="command" mode="xref">
         <xsl:call-template name="inline.boldseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="function" mode="xref">
  +<xsl:template match="function" mode="xref">
         <xsl:call-template name="inline.monoseq"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="pagenumber.markup">
  +<xsl:template match="*" mode="pagenumber.markup">
         <xsl:message>
            <xsl:text>Page numbers make no sense in HTML! (Don't use %p in templates)</xsl:text>
         </xsl:message>
  -   </xsl:template>
  +</xsl:template>
   
  -   <!-- ==================================================================== -->
  +<!-- ==================================================================== -->
   
  -   <xsl:template match="*" mode="insert.title.markup">
  +<xsl:template match="*" mode="insert.title.markup">
         <xsl:param name="purpose"/>
         <xsl:param name="xrefstyle"/>
         <xsl:param name="title"/>
  @@ -1291,9 +1252,9 @@
               <xsl:copy-of select="$title"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="chapter|appendix" mode="insert.title.markup">
  +<xsl:template match="chapter|appendix" mode="insert.title.markup">
         <xsl:param name="purpose"/>
         <xsl:param name="xrefstyle"/>
         <xsl:param name="title"/>
  @@ -1308,38 +1269,38 @@
               <xsl:copy-of select="$title"/>
            </xsl:otherwise>
         </xsl:choose>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="insert.subtitle.markup">
  +<xsl:template match="*" mode="insert.subtitle.markup">
         <xsl:param name="purpose"/>
         <xsl:param name="xrefstyle"/>
         <xsl:param name="subtitle"/>
   
         <xsl:copy-of select="$subtitle"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="insert.label.markup">
  +<xsl:template match="*" mode="insert.label.markup">
         <xsl:param name="purpose"/>
         <xsl:param name="xrefstyle"/>
         <xsl:param name="label"/>
   
         <xsl:copy-of select="$label"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="insert.pagenumber.markup">
  +<xsl:template match="*" mode="insert.pagenumber.markup">
         <xsl:param name="purpose"/>
         <xsl:param name="xrefstyle"/>
         <xsl:param name="pagenumber"/>
   
         <xsl:copy-of select="$pagenumber"/>
  -   </xsl:template>
  +</xsl:template>
   
  -   <xsl:template match="*" mode="insert.direction.markup">
  +<xsl:template match="*" mode="insert.direction.markup">
         <xsl:param name="purpose"/>
         <xsl:param name="xrefstyle"/>
         <xsl:param name="direction"/>
   
         <xsl:copy-of select="$direction"/>
  -   </xsl:template>
  +</xsl:template>
   
   </xsl:stylesheet>
  
  
  



More information about the jboss-cvs-commits mailing list