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