remove tool dirctories - these have been moved to a new github dirctory
[Evergreen-DocBook.git] / stylesheets / styleguide / docbook-xsl-1.75.2 / website / param.xml
diff --git a/stylesheets/styleguide/docbook-xsl-1.75.2/website/param.xml b/stylesheets/styleguide/docbook-xsl-1.75.2/website/param.xml
deleted file mode 100755 (executable)
index d34fad0..0000000
+++ /dev/null
@@ -1,788 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>\r
-<book version="5.0">\r
-<info>\r
-<title>Website Parameter Reference</title>\r
-<releaseinfo role="meta">\r
-$Id: param.xweb 7076 2007-07-18 16:20:33Z xmldoc $\r
-</releaseinfo>\r
-<author>\r
-  <personname>\r
-    <surname>Walsh</surname>\r
-    <firstname>Norman</firstname>\r
-  </personname>\r
-</author>\r
-<copyright>\r
-  <year>2002-2005</year>\r
-  <holder>Norman Walsh</holder>\r
-</copyright>\r
-<abstract>\r
-  <para>This is reference documentation for all user-configurable\r
-    parameters in the DocBook XSL Website stylesheet (for\r
-    generating websites from DocBook XML sources). Note that the\r
-    Website stylesheet is a customization layer of the DocBook XSL\r
-    HTML stylesheet.  Therefore, in addition to the\r
-    Website-specific parameters listed in this section, you can\r
-    also use a number of <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="../html/">HTML\r
-     stylesheet parameters</link> to control Website output.</para>\r
-</abstract>\r
-</info>\r
-<reference xml:id="general">\r
-<title>General Parameters</title>\r
-<refentry version="5.0" xml:id="autolayout-file">\r
-<refmeta>\r
-<refentrytitle>autolayout-file</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>autolayout-file</refname>\r
-<refpurpose>Identifies the autolayout.xml file</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="autolayout-file.frag">\r
-&lt;xsl:param name="autolayout-file"&gt;autolayout.xml&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>When the source pages are spread over several directories, this\r
-parameter can be set (for example, from the command line of a batch-mode\r
-XSLT processor) to indicate the location of the autolayout.xml file.</para>\r
-<para>FIXME: for browser-based use, there needs to be a PI for this...\r
-</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="body.attributes">\r
-<refmeta>\r
-<refentrytitle>body.attributes</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>body.attributes</refname>\r
-<refpurpose>DEPRECATED</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="body.attributes.frag">\r
-&lt;xsl:attribute-set name="body.attributes"&gt;\r
-  &lt;xsl:attribute name="bgcolor"&gt;white&lt;/xsl:attribute&gt;\r
-  &lt;xsl:attribute name="text"&gt;black&lt;/xsl:attribute&gt;\r
-  &lt;xsl:attribute name="link"&gt;#0000FF&lt;/xsl:attribute&gt;\r
-  &lt;xsl:attribute name="vlink"&gt;#840084&lt;/xsl:attribute&gt;\r
-  &lt;xsl:attribute name="alink"&gt;#0000FF&lt;/xsl:attribute&gt;\r
-&lt;/xsl:attribute-set&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>DEPRECATED</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="currentpage.marker">\r
-<refmeta>\r
-<refentrytitle>currentpage.marker</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>currentpage.marker</refname>\r
-<refpurpose>The text symbol used to mark the current page</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="currentpage.marker.frag">\r
-&lt;xsl:param name="currentpage.marker"&gt;@&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>Character to use as identifying the current page in </para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="dry-run">\r
-<refmeta>\r
-<refentrytitle>dry-run</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>dry-run</refname>\r
-<refpurpose>Indicates that no files should be produced</refpurpose>\r
-</refnamediv>\r
-<refsynopsisdiv>\r
-  <programlisting xml:id="dry-run.frag">\r
-    &lt;xsl:param name="dry-run" select="0"&gt;&lt;/xsl:param&gt;\r
-  </programlisting>\r
-</refsynopsisdiv>\r
-<refsection><info><title>Description</title></info>\r
-<para>When using the XSLT processor to manage dependencies and construct\r
-the website, this parameter can be used to suppress the generation of\r
-new and updated files. Effectively, this allows you to see what the\r
-stylesheet would do, without actually making any changes.</para>\r
-<para>Only applies when XSLT-based chunking is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="feedback.href">\r
-<refmeta>\r
-<refentrytitle>feedback.href</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>feedback.href</refname>\r
-<refpurpose>HREF (URI) for feedback link</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="feedback.href.frag">\r
-&lt;xsl:param name="feedback.href"&gt;&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>The <varname>feedback.href</varname> value is used as the value\r
-for the <tag class="attribute">href</tag> attribute on the feedback\r
-link. If <varname>feedback.href</varname>\r
-is empty, no feedback link is generated.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="feedback.link.text">\r
-<refmeta>\r
-<refentrytitle>feedback.link.text</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>feedback.link.text</refname>\r
-<refpurpose>The text of the feedback link</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="feedback.link.text.frag">\r
-&lt;xsl:param name="feedback.link.text"&gt;Feedback&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>The contents of this variable is used as the text of the feedback\r
-link if <varname>feedback.href</varname> is not empty. If\r
-<varname>feedback.href</varname> is empty, no feedback link is\r
-generated.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="feedback.with.ids">\r
-<refmeta>\r
-<refentrytitle>feedback.with.ids</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>feedback.with.ids</refname>\r
-<refpurpose>Toggle use of IDs in feedback</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="feedback.with.ids.frag">\r
-&lt;xsl:param name="feedback.with.ids" select="0"&gt;&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>If <varname>feedback.with.ids</varname> is non-zero, the ID of the\r
-current page will be added to the feedback link. This can be used, for\r
-example, if the <varname>feedback.href</varname> is a CGI script.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="filename-prefix">\r
-<refmeta>\r
-<refentrytitle>filename-prefix</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>filename-prefix</refname>\r
-<refpurpose>Prefix added to all filenames</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="filename-prefix.frag">\r
-&lt;xsl:param name="filename-prefix"&gt;&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>To produce the <quote>text-only</quote> (that is, non-tabular) layout\r
-of a website simultaneously with the tabular layout, the filenames have to\r
-be distinguished. That's accomplished by adding the\r
-<varname>filename-prefix</varname> to the front of each filename.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="footer.hr">\r
-<refmeta>\r
-<refentrytitle>footer.hr</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>footer.hr</refname>\r
-<refpurpose>Toggle &lt;HR&gt; before footer</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="footer.hr.frag">\r
-&lt;xsl:param name="footer.hr" select="1"&gt;&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>If non-zero, an &lt;HR&gt; is generated at the bottom of each web page,\r
-before the footer.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="header.hr">\r
-<refmeta>\r
-<refentrytitle>header.hr</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>header.hr</refname>\r
-<refpurpose>Toggle &lt;HR&gt; after header</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="header.hr.frag">\r
-&lt;xsl:param name="header.hr" select="1"&gt;&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>If non-zero, an &lt;HR&gt; is generated at the bottom of each web page,\r
-before the footer.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="output-root">\r
-<refmeta>\r
-<refentrytitle>output-root</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>output-root</refname>\r
-<refpurpose>Specifies the root directory of the website</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="output-root.frag">\r
-&lt;xsl:param name="output-root"&gt;.&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>When using the XSLT processor to manage dependencies and construct\r
-the website, this parameter can be used to indicate the root directory\r
-where the resulting pages are placed.</para>\r
-<para>Only applies when XSLT-based chunking is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="rebuild-all">\r
-<refmeta>\r
-<refentrytitle>rebuild-all</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>rebuild-all</refname>\r
-<refpurpose>Indicates that all files should be produced</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="rebuild-all.frag">\r
-&lt;xsl:param name="rebuild-all" select="0"&gt;&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>When using the XSLT processor to manage dependencies and construct\r
-the website, this parameter can be used to regenerate the whole website,\r
-updating even pages that don't appear to need to be updated.</para>\r
-<para>The dependency extension only looks at the source documents. So\r
-if you change something in the stylesheet, for example, that has a global\r
-effect, you can use this parameter to force the stylesheet to rebuild the\r
-whole website.\r
-</para>\r
-<para>Only applies when XSLT-based chunking is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="sequential.links">\r
-<refmeta>\r
-<refentrytitle>sequential.links</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>sequential.links</refname>\r
-<refpurpose>Make sequentional links?</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="sequential.links.frag">\r
-&lt;xsl:param name="sequential.links" select="0"&gt;&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>FIXME</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="suppress.homepage.title">\r
-<refmeta>\r
-<refentrytitle>suppress.homepage.title</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>suppress.homepage.title</refname>\r
-<refpurpose>Suppress title on homepage?</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="suppress.homepage.title.frag">\r
-&lt;xsl:param name="suppress.homepage.title" select="1"&gt;&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>FIXME:If non-zero, the title on the homepage is suppressed?</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="table.spacer.image">\r
-<refmeta>\r
-<refentrytitle>table.spacer.image</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>table.spacer.image</refname>\r
-<refpurpose>Invisible pixel for tabular accessibility</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="table.spacer.image.frag">\r
-&lt;xsl:param name="table.spacer.image"&gt;graphics/spacer.gif&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>This is the 1x1 pixel, transparent pixel used for <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://diveintoaccessibility.org/day_10_presenting_your_main_content_first.html">the table trick</link> to increase the accessibility of the tabular\r
-website presentation.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-</reference>\r
-<reference xml:id="nav">\r
-<title>Navigation Parameters</title>\r
-<refentry version="5.0" xml:id="banner.before.navigation">\r
-<refmeta>\r
-<refentrytitle>banner.before.navigation</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>banner.before.navigation</refname>\r
-<refpurpose>Put banner before navigation?</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="banner.before.navigation.frag">\r
-&lt;xsl:param name="banner.before.navigation" select="1"&gt;&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>FIXME</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="navbgcolor">\r
-<refmeta>\r
-<refentrytitle>navbgcolor</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>navbgcolor</refname>\r
-<refpurpose>The background color of the navigation TOC</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="navbgcolor.frag">\r
-&lt;xsl:param name="navbgcolor"&gt;#4080FF&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>The background color of the navigation TOC.</para>\r
-<para>Only applies with the tabular presentation is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="navbodywidth">\r
-<refmeta>\r
-<refentrytitle>navbodywidth</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>navbodywidth</refname>\r
-<refpurpose>Specifies the width of the navigation table body</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="navbodywidth.frag">\r
-&lt;xsl:param name="navbodywidth"&gt;&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>The width of the body column.</para>\r
-<para>Only applies with the tabular presentation is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="nav.table.summary">\r
-<refmeta>\r
-<refentrytitle>nav.table.summary</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>nav.table.summary</refname>\r
-<refpurpose>HTML Table summary attribute value for navigation tables</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="nav.table.summary.frag">\r
-&lt;xsl:param name="nav.table.summary"&gt;Navigation&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>The value of this parameter is used as the value of the table\r
-summary attribute for the navigation table.</para>\r
-<para>Only applies with the tabular presentation is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="navtocwidth">\r
-<refmeta>\r
-<refentrytitle>navtocwidth</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>navtocwidth</refname>\r
-<refpurpose>Specifies the width of the navigation table TOC</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="navtocwidth.frag">\r
-&lt;xsl:param name="navtocwidth"&gt;220&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>The width, in pixels, of the navigation column.</para>\r
-<para>Only applies with the tabular presentation is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="textbgcolor">\r
-<refmeta>\r
-<refentrytitle>textbgcolor</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>textbgcolor</refname>\r
-<refpurpose>The background color of the table body</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="textbgcolor.frag">\r
-&lt;xsl:param name="textbgcolor"&gt;white&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>The background color of the table body.</para>\r
-<para>Only applies with the tabular presentation is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-</reference>\r
-<reference xml:id="toc">\r
-<title>ToC Parameters</title>\r
-<refentry version="5.0" xml:id="toc.blank.graphic">\r
-<refmeta>\r
-<refentrytitle>toc.blank.graphic</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>toc.blank.graphic</refname>\r
-<refpurpose>Use graphic for "blanks" in TOC?</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="toc.blank.graphic.frag">\r
-&lt;xsl:param name="toc.blank.graphic" select="1"&gt;&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>If non-zero, "blanks" in the the TOC will be accomplished\r
-with the graphic identified by <varname>toc.spacer.image</varname>.\r
-</para>\r
-<para>Only applies with the tabular presentation is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="toc.blank.image">\r
-<refmeta>\r
-<refentrytitle>toc.blank.image</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>toc.blank.image</refname>\r
-<refpurpose>The image for "blanks" in the TOC</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="toc.blank.image.frag">\r
-&lt;xsl:param name="toc.blank.image"&gt;graphics/blank.gif&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>If <varname>toc.blank.graphic</varname> is non-zero, this image\r
-will be used to for "blanks" in the TOC.</para>\r
-<para>Only applies with the tabular presentation is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="toc.blank.text">\r
-<refmeta>\r
-<refentrytitle>toc.blank.text</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>toc.blank.text</refname>\r
-<refpurpose>The text for "blanks" in the TOC</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="toc.blank.text.frag">\r
-&lt;xsl:param name="toc.blank.text"&gt;&#160;&#160;&#160;&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>If <varname>toc.blank.graphic</varname> is zero, this text string\r
-will be used for "blanks" in the TOC.</para>\r
-<para>Only applies with the tabular presentation is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="toc.pointer.graphic">\r
-<refmeta>\r
-<refentrytitle>toc.pointer.graphic</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>toc.pointer.graphic</refname>\r
-<refpurpose>Use graphic for TOC pointer?</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="toc.pointer.graphic.frag">\r
-&lt;xsl:param name="toc.pointer.graphic" select="1"&gt;&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>If non-zero, the "pointer" in the TOC will be displayed\r
-with the graphic identified by <varname>toc.pointer.image</varname>.\r
-</para>\r
-<para>Only applies with the tabular presentation is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="toc.pointer.image">\r
-<refmeta>\r
-<refentrytitle>toc.pointer.image</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>toc.pointer.image</refname>\r
-<refpurpose>The image for the "pointer" in the TOC</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="toc.pointer.image.frag">\r
-&lt;xsl:param name="toc.pointer.image"&gt;graphics/arrow.gif&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>If <varname>toc.pointer.graphic</varname> is non-zero, this image\r
-will be used for the "pointer" in the TOC.</para>\r
-<para>Only applies with the tabular presentation is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="toc.pointer.text">\r
-<refmeta>\r
-<refentrytitle>toc.pointer.text</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>toc.pointer.text</refname>\r
-<refpurpose>The text for the "pointer" in the TOC</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="toc.pointer.text.frag">\r
-&lt;xsl:param name="toc.pointer.text"&gt;&#160;&gt;&#160;&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>If <varname>toc.pointer.graphic</varname> is zero, this text string\r
-will be used to display the "pointer" in the TOC.</para>\r
-<para>Only applies with the tabular presentation is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="toc.spacer.graphic">\r
-<refmeta>\r
-<refentrytitle>toc.spacer.graphic</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>toc.spacer.graphic</refname>\r
-<refpurpose>Use graphic for TOC spacer?</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="toc.spacer.graphic.frag">\r
-&lt;xsl:param name="toc.spacer.graphic" select="1"&gt;&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>If non-zero, the indentation in the TOC will be accomplished\r
-with the graphic identified by <varname>toc.spacer.image</varname>.\r
-</para>\r
-<para>Only applies with the tabular presentation is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="toc.spacer.image">\r
-<refmeta>\r
-<refentrytitle>toc.spacer.image</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>toc.spacer.image</refname>\r
-<refpurpose>The image for spacing the TOC</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="toc.spacer.image.frag">\r
-&lt;xsl:param name="toc.spacer.image"&gt;graphics/blank.gif&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>If <varname>toc.spacer.graphic</varname> is non-zero, this image\r
-will be used to indent the TOC.</para>\r
-<para>Only applies with the tabular presentation is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-<refentry version="5.0" xml:id="toc.spacer.text">\r
-<refmeta>\r
-<refentrytitle>toc.spacer.text</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>toc.spacer.text</refname>\r
-<refpurpose>The text for spacing the TOC</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<programlisting xml:id="toc.spacer.text.frag">\r
-&lt;xsl:param name="toc.spacer.text"&gt;&#160;&#160;&#160;&lt;/xsl:param&gt;\r
-</programlisting>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-<para>If <varname>toc.spacer.graphic</varname> is zero, this text string\r
-will be used to indent the TOC.</para>\r
-<para>Only applies with the tabular presentation is being used.</para>\r
-</refsection>\r
-</refentry>\r
-\r
-</reference>\r
-<appendix xml:id="stylesheet"><title>The Stylesheet</title>\r
-\r
-<para>The <filename>param.xsl</filename> stylesheet is just a wrapper\r
-around all these parameters.</para>\r
-\r
-<programlisting xml:id="top">\r
-\r
-&lt;!-- This file is generated from param.xweb --&gt;\r
-\r
-&lt;xsl:stylesheet exclude-result-prefixes="src" version="1.0"&gt;\r
-\r
-&lt;!-- ********************************************************************\r
-     $Id: param.xweb 7076 2007-07-18 16:20:33Z xmldoc $\r
-     ********************************************************************\r
-\r
-     This file is part of the DocBook XSL Stylesheets distribution.\r
-     See ../README or http://docbook.sf.net/release/xsl/current/ for\r
-     copyright and other information.\r
-\r
-     ******************************************************************** --&gt;\r
-\r
-&lt;src:fragref linkend="autolayout-file.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="header.hr.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="footer.hr.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="feedback.href.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="feedback.with.ids.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="feedback.link.text.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="filename-prefix.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="output-root.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="dry-run.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="rebuild-all.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="nav.table.summary.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="navtocwidth.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="navbodywidth.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="textbgcolor.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="navbgcolor.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="toc.spacer.graphic.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="toc.spacer.text.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="toc.spacer.image.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="toc.pointer.graphic.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="toc.pointer.text.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="toc.pointer.image.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="toc.blank.graphic.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="toc.blank.text.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="toc.blank.image.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="suppress.homepage.title.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="body.attributes.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="sequential.links.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="currentpage.marker.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="banner.before.navigation.frag"&gt;&lt;/src:fragref&gt;\r
-&lt;src:fragref linkend="table.spacer.image.frag"&gt;&lt;/src:fragref&gt;\r
-\r
-&lt;/xsl:stylesheet&gt;\r
-</programlisting>\r
-\r
-</appendix>\r
-</book>\r