]> git.evergreen-ils.org Git - working/Evergreen.git/blob - stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/website/param.xml
Add stylesheets for our evergreen docbook site.
[working/Evergreen.git] / stylesheets / evergreen_docbook_files / docbook-xsl-1.75.2 / website / param.xml
1 <?xml version="1.0" encoding="ASCII"?>\r
2 <book version="5.0">\r
3 <info>\r
4 <title>Website Parameter Reference</title>\r
5 <releaseinfo role="meta">\r
6 $Id: param.xweb 7076 2007-07-18 16:20:33Z xmldoc $\r
7 </releaseinfo>\r
8 <author>\r
9   <personname>\r
10     <surname>Walsh</surname>\r
11     <firstname>Norman</firstname>\r
12   </personname>\r
13 </author>\r
14 <copyright>\r
15   <year>2002-2005</year>\r
16   <holder>Norman Walsh</holder>\r
17 </copyright>\r
18 <abstract>\r
19   <para>This is reference documentation for all user-configurable\r
20     parameters in the DocBook XSL Website stylesheet (for\r
21     generating websites from DocBook XML sources). Note that the\r
22     Website stylesheet is a customization layer of the DocBook XSL\r
23     HTML stylesheet.  Therefore, in addition to the\r
24     Website-specific parameters listed in this section, you can\r
25     also use a number of <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="../html/">HTML\r
26      stylesheet parameters</link> to control Website output.</para>\r
27 </abstract>\r
28 </info>\r
29 <reference xml:id="general">\r
30 <title>General Parameters</title>\r
31 <refentry version="5.0" xml:id="autolayout-file">\r
32 <refmeta>\r
33 <refentrytitle>autolayout-file</refentrytitle>\r
34 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
35 </refmeta>\r
36 <refnamediv>\r
37 <refname>autolayout-file</refname>\r
38 <refpurpose>Identifies the autolayout.xml file</refpurpose>\r
39 </refnamediv>\r
40 \r
41 <refsynopsisdiv>\r
42 <programlisting xml:id="autolayout-file.frag">\r
43 &lt;xsl:param name="autolayout-file"&gt;autolayout.xml&lt;/xsl:param&gt;\r
44 </programlisting>\r
45 </refsynopsisdiv>\r
46 \r
47 <refsection><info><title>Description</title></info>\r
48 <para>When the source pages are spread over several directories, this\r
49 parameter can be set (for example, from the command line of a batch-mode\r
50 XSLT processor) to indicate the location of the autolayout.xml file.</para>\r
51 <para>FIXME: for browser-based use, there needs to be a PI for this...\r
52 </para>\r
53 </refsection>\r
54 </refentry>\r
55 \r
56 <refentry version="5.0" xml:id="body.attributes">\r
57 <refmeta>\r
58 <refentrytitle>body.attributes</refentrytitle>\r
59 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>\r
60 </refmeta>\r
61 <refnamediv>\r
62 <refname>body.attributes</refname>\r
63 <refpurpose>DEPRECATED</refpurpose>\r
64 </refnamediv>\r
65 \r
66 <refsynopsisdiv>\r
67 <programlisting xml:id="body.attributes.frag">\r
68 &lt;xsl:attribute-set name="body.attributes"&gt;\r
69   &lt;xsl:attribute name="bgcolor"&gt;white&lt;/xsl:attribute&gt;\r
70   &lt;xsl:attribute name="text"&gt;black&lt;/xsl:attribute&gt;\r
71   &lt;xsl:attribute name="link"&gt;#0000FF&lt;/xsl:attribute&gt;\r
72   &lt;xsl:attribute name="vlink"&gt;#840084&lt;/xsl:attribute&gt;\r
73   &lt;xsl:attribute name="alink"&gt;#0000FF&lt;/xsl:attribute&gt;\r
74 &lt;/xsl:attribute-set&gt;\r
75 </programlisting>\r
76 </refsynopsisdiv>\r
77 \r
78 <refsection><info><title>Description</title></info>\r
79 <para>DEPRECATED</para>\r
80 </refsection>\r
81 </refentry>\r
82 \r
83 <refentry version="5.0" xml:id="currentpage.marker">\r
84 <refmeta>\r
85 <refentrytitle>currentpage.marker</refentrytitle>\r
86 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
87 </refmeta>\r
88 <refnamediv>\r
89 <refname>currentpage.marker</refname>\r
90 <refpurpose>The text symbol used to mark the current page</refpurpose>\r
91 </refnamediv>\r
92 \r
93 <refsynopsisdiv>\r
94 <programlisting xml:id="currentpage.marker.frag">\r
95 &lt;xsl:param name="currentpage.marker"&gt;@&lt;/xsl:param&gt;\r
96 </programlisting>\r
97 </refsynopsisdiv>\r
98 \r
99 <refsection><info><title>Description</title></info>\r
100 <para>Character to use as identifying the current page in </para>\r
101 </refsection>\r
102 </refentry>\r
103 \r
104 <refentry version="5.0" xml:id="dry-run">\r
105 <refmeta>\r
106 <refentrytitle>dry-run</refentrytitle>\r
107 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
108 </refmeta>\r
109 <refnamediv>\r
110 <refname>dry-run</refname>\r
111 <refpurpose>Indicates that no files should be produced</refpurpose>\r
112 </refnamediv>\r
113 <refsynopsisdiv>\r
114   <programlisting xml:id="dry-run.frag">\r
115     &lt;xsl:param name="dry-run" select="0"&gt;&lt;/xsl:param&gt;\r
116   </programlisting>\r
117 </refsynopsisdiv>\r
118 <refsection><info><title>Description</title></info>\r
119 <para>When using the XSLT processor to manage dependencies and construct\r
120 the website, this parameter can be used to suppress the generation of\r
121 new and updated files. Effectively, this allows you to see what the\r
122 stylesheet would do, without actually making any changes.</para>\r
123 <para>Only applies when XSLT-based chunking is being used.</para>\r
124 </refsection>\r
125 </refentry>\r
126 \r
127 <refentry version="5.0" xml:id="feedback.href">\r
128 <refmeta>\r
129 <refentrytitle>feedback.href</refentrytitle>\r
130 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>\r
131 </refmeta>\r
132 <refnamediv>\r
133 <refname>feedback.href</refname>\r
134 <refpurpose>HREF (URI) for feedback link</refpurpose>\r
135 </refnamediv>\r
136 \r
137 <refsynopsisdiv>\r
138 <programlisting xml:id="feedback.href.frag">\r
139 &lt;xsl:param name="feedback.href"&gt;&lt;/xsl:param&gt;\r
140 </programlisting>\r
141 </refsynopsisdiv>\r
142 \r
143 <refsection><info><title>Description</title></info>\r
144 <para>The <varname>feedback.href</varname> value is used as the value\r
145 for the <tag class="attribute">href</tag> attribute on the feedback\r
146 link. If <varname>feedback.href</varname>\r
147 is empty, no feedback link is generated.</para>\r
148 </refsection>\r
149 </refentry>\r
150 \r
151 <refentry version="5.0" xml:id="feedback.link.text">\r
152 <refmeta>\r
153 <refentrytitle>feedback.link.text</refentrytitle>\r
154 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
155 </refmeta>\r
156 <refnamediv>\r
157 <refname>feedback.link.text</refname>\r
158 <refpurpose>The text of the feedback link</refpurpose>\r
159 </refnamediv>\r
160 \r
161 <refsynopsisdiv>\r
162 <programlisting xml:id="feedback.link.text.frag">\r
163 &lt;xsl:param name="feedback.link.text"&gt;Feedback&lt;/xsl:param&gt;\r
164 </programlisting>\r
165 </refsynopsisdiv>\r
166 \r
167 <refsection><info><title>Description</title></info>\r
168 <para>The contents of this variable is used as the text of the feedback\r
169 link if <varname>feedback.href</varname> is not empty. If\r
170 <varname>feedback.href</varname> is empty, no feedback link is\r
171 generated.</para>\r
172 </refsection>\r
173 </refentry>\r
174 \r
175 <refentry version="5.0" xml:id="feedback.with.ids">\r
176 <refmeta>\r
177 <refentrytitle>feedback.with.ids</refentrytitle>\r
178 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
179 </refmeta>\r
180 <refnamediv>\r
181 <refname>feedback.with.ids</refname>\r
182 <refpurpose>Toggle use of IDs in feedback</refpurpose>\r
183 </refnamediv>\r
184 \r
185 <refsynopsisdiv>\r
186 <programlisting xml:id="feedback.with.ids.frag">\r
187 &lt;xsl:param name="feedback.with.ids" select="0"&gt;&lt;/xsl:param&gt;\r
188 </programlisting>\r
189 </refsynopsisdiv>\r
190 \r
191 <refsection><info><title>Description</title></info>\r
192 <para>If <varname>feedback.with.ids</varname> is non-zero, the ID of the\r
193 current page will be added to the feedback link. This can be used, for\r
194 example, if the <varname>feedback.href</varname> is a CGI script.</para>\r
195 </refsection>\r
196 </refentry>\r
197 \r
198 <refentry version="5.0" xml:id="filename-prefix">\r
199 <refmeta>\r
200 <refentrytitle>filename-prefix</refentrytitle>\r
201 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
202 </refmeta>\r
203 <refnamediv>\r
204 <refname>filename-prefix</refname>\r
205 <refpurpose>Prefix added to all filenames</refpurpose>\r
206 </refnamediv>\r
207 \r
208 <refsynopsisdiv>\r
209 <programlisting xml:id="filename-prefix.frag">\r
210 &lt;xsl:param name="filename-prefix"&gt;&lt;/xsl:param&gt;\r
211 </programlisting>\r
212 </refsynopsisdiv>\r
213 \r
214 <refsection><info><title>Description</title></info>\r
215 <para>To produce the <quote>text-only</quote> (that is, non-tabular) layout\r
216 of a website simultaneously with the tabular layout, the filenames have to\r
217 be distinguished. That's accomplished by adding the\r
218 <varname>filename-prefix</varname> to the front of each filename.</para>\r
219 </refsection>\r
220 </refentry>\r
221 \r
222 <refentry version="5.0" xml:id="footer.hr">\r
223 <refmeta>\r
224 <refentrytitle>footer.hr</refentrytitle>\r
225 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
226 </refmeta>\r
227 <refnamediv>\r
228 <refname>footer.hr</refname>\r
229 <refpurpose>Toggle &lt;HR&gt; before footer</refpurpose>\r
230 </refnamediv>\r
231 \r
232 <refsynopsisdiv>\r
233 <programlisting xml:id="footer.hr.frag">\r
234 &lt;xsl:param name="footer.hr" select="1"&gt;&lt;/xsl:param&gt;\r
235 </programlisting>\r
236 </refsynopsisdiv>\r
237 \r
238 <refsection><info><title>Description</title></info>\r
239 <para>If non-zero, an &lt;HR&gt; is generated at the bottom of each web page,\r
240 before the footer.</para>\r
241 </refsection>\r
242 </refentry>\r
243 \r
244 <refentry version="5.0" xml:id="header.hr">\r
245 <refmeta>\r
246 <refentrytitle>header.hr</refentrytitle>\r
247 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
248 </refmeta>\r
249 <refnamediv>\r
250 <refname>header.hr</refname>\r
251 <refpurpose>Toggle &lt;HR&gt; after header</refpurpose>\r
252 </refnamediv>\r
253 \r
254 <refsynopsisdiv>\r
255 <programlisting xml:id="header.hr.frag">\r
256 &lt;xsl:param name="header.hr" select="1"&gt;&lt;/xsl:param&gt;\r
257 </programlisting>\r
258 </refsynopsisdiv>\r
259 \r
260 <refsection><info><title>Description</title></info>\r
261 <para>If non-zero, an &lt;HR&gt; is generated at the bottom of each web page,\r
262 before the footer.</para>\r
263 </refsection>\r
264 </refentry>\r
265 \r
266 <refentry version="5.0" xml:id="output-root">\r
267 <refmeta>\r
268 <refentrytitle>output-root</refentrytitle>\r
269 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
270 </refmeta>\r
271 <refnamediv>\r
272 <refname>output-root</refname>\r
273 <refpurpose>Specifies the root directory of the website</refpurpose>\r
274 </refnamediv>\r
275 \r
276 <refsynopsisdiv>\r
277 <programlisting xml:id="output-root.frag">\r
278 &lt;xsl:param name="output-root"&gt;.&lt;/xsl:param&gt;\r
279 </programlisting>\r
280 </refsynopsisdiv>\r
281 \r
282 <refsection><info><title>Description</title></info>\r
283 <para>When using the XSLT processor to manage dependencies and construct\r
284 the website, this parameter can be used to indicate the root directory\r
285 where the resulting pages are placed.</para>\r
286 <para>Only applies when XSLT-based chunking is being used.</para>\r
287 </refsection>\r
288 </refentry>\r
289 \r
290 <refentry version="5.0" xml:id="rebuild-all">\r
291 <refmeta>\r
292 <refentrytitle>rebuild-all</refentrytitle>\r
293 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
294 </refmeta>\r
295 <refnamediv>\r
296 <refname>rebuild-all</refname>\r
297 <refpurpose>Indicates that all files should be produced</refpurpose>\r
298 </refnamediv>\r
299 \r
300 <refsynopsisdiv>\r
301 <programlisting xml:id="rebuild-all.frag">\r
302 &lt;xsl:param name="rebuild-all" select="0"&gt;&lt;/xsl:param&gt;\r
303 </programlisting>\r
304 </refsynopsisdiv>\r
305 \r
306 <refsection><info><title>Description</title></info>\r
307 <para>When using the XSLT processor to manage dependencies and construct\r
308 the website, this parameter can be used to regenerate the whole website,\r
309 updating even pages that don't appear to need to be updated.</para>\r
310 <para>The dependency extension only looks at the source documents. So\r
311 if you change something in the stylesheet, for example, that has a global\r
312 effect, you can use this parameter to force the stylesheet to rebuild the\r
313 whole website.\r
314 </para>\r
315 <para>Only applies when XSLT-based chunking is being used.</para>\r
316 </refsection>\r
317 </refentry>\r
318 \r
319 <refentry version="5.0" xml:id="sequential.links">\r
320 <refmeta>\r
321 <refentrytitle>sequential.links</refentrytitle>\r
322 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
323 </refmeta>\r
324 <refnamediv>\r
325 <refname>sequential.links</refname>\r
326 <refpurpose>Make sequentional links?</refpurpose>\r
327 </refnamediv>\r
328 \r
329 <refsynopsisdiv>\r
330 <programlisting xml:id="sequential.links.frag">\r
331 &lt;xsl:param name="sequential.links" select="0"&gt;&lt;/xsl:param&gt;\r
332 </programlisting>\r
333 </refsynopsisdiv>\r
334 \r
335 <refsection><info><title>Description</title></info>\r
336 <para>FIXME</para>\r
337 </refsection>\r
338 </refentry>\r
339 \r
340 <refentry version="5.0" xml:id="suppress.homepage.title">\r
341 <refmeta>\r
342 <refentrytitle>suppress.homepage.title</refentrytitle>\r
343 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
344 </refmeta>\r
345 <refnamediv>\r
346 <refname>suppress.homepage.title</refname>\r
347 <refpurpose>Suppress title on homepage?</refpurpose>\r
348 </refnamediv>\r
349 \r
350 <refsynopsisdiv>\r
351 <programlisting xml:id="suppress.homepage.title.frag">\r
352 &lt;xsl:param name="suppress.homepage.title" select="1"&gt;&lt;/xsl:param&gt;\r
353 </programlisting>\r
354 </refsynopsisdiv>\r
355 \r
356 <refsection><info><title>Description</title></info>\r
357 <para>FIXME:If non-zero, the title on the homepage is suppressed?</para>\r
358 </refsection>\r
359 </refentry>\r
360 \r
361 <refentry version="5.0" xml:id="table.spacer.image">\r
362 <refmeta>\r
363 <refentrytitle>table.spacer.image</refentrytitle>\r
364 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
365 </refmeta>\r
366 <refnamediv>\r
367 <refname>table.spacer.image</refname>\r
368 <refpurpose>Invisible pixel for tabular accessibility</refpurpose>\r
369 </refnamediv>\r
370 \r
371 <refsynopsisdiv>\r
372 <programlisting xml:id="table.spacer.image.frag">\r
373 &lt;xsl:param name="table.spacer.image"&gt;graphics/spacer.gif&lt;/xsl:param&gt;\r
374 </programlisting>\r
375 </refsynopsisdiv>\r
376 \r
377 <refsection><info><title>Description</title></info>\r
378 <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
379 website presentation.</para>\r
380 </refsection>\r
381 </refentry>\r
382 \r
383 </reference>\r
384 <reference xml:id="nav">\r
385 <title>Navigation Parameters</title>\r
386 <refentry version="5.0" xml:id="banner.before.navigation">\r
387 <refmeta>\r
388 <refentrytitle>banner.before.navigation</refentrytitle>\r
389 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
390 </refmeta>\r
391 <refnamediv>\r
392 <refname>banner.before.navigation</refname>\r
393 <refpurpose>Put banner before navigation?</refpurpose>\r
394 </refnamediv>\r
395 \r
396 <refsynopsisdiv>\r
397 <programlisting xml:id="banner.before.navigation.frag">\r
398 &lt;xsl:param name="banner.before.navigation" select="1"&gt;&lt;/xsl:param&gt;\r
399 </programlisting>\r
400 </refsynopsisdiv>\r
401 \r
402 <refsection><info><title>Description</title></info>\r
403 <para>FIXME</para>\r
404 </refsection>\r
405 </refentry>\r
406 \r
407 <refentry version="5.0" xml:id="navbgcolor">\r
408 <refmeta>\r
409 <refentrytitle>navbgcolor</refentrytitle>\r
410 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>\r
411 </refmeta>\r
412 <refnamediv>\r
413 <refname>navbgcolor</refname>\r
414 <refpurpose>The background color of the navigation TOC</refpurpose>\r
415 </refnamediv>\r
416 \r
417 <refsynopsisdiv>\r
418 <programlisting xml:id="navbgcolor.frag">\r
419 &lt;xsl:param name="navbgcolor"&gt;#4080FF&lt;/xsl:param&gt;\r
420 </programlisting>\r
421 </refsynopsisdiv>\r
422 \r
423 <refsection><info><title>Description</title></info>\r
424 <para>The background color of the navigation TOC.</para>\r
425 <para>Only applies with the tabular presentation is being used.</para>\r
426 </refsection>\r
427 </refentry>\r
428 \r
429 <refentry version="5.0" xml:id="navbodywidth">\r
430 <refmeta>\r
431 <refentrytitle>navbodywidth</refentrytitle>\r
432 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>\r
433 </refmeta>\r
434 <refnamediv>\r
435 <refname>navbodywidth</refname>\r
436 <refpurpose>Specifies the width of the navigation table body</refpurpose>\r
437 </refnamediv>\r
438 \r
439 <refsynopsisdiv>\r
440 <programlisting xml:id="navbodywidth.frag">\r
441 &lt;xsl:param name="navbodywidth"&gt;&lt;/xsl:param&gt;\r
442 </programlisting>\r
443 </refsynopsisdiv>\r
444 \r
445 <refsection><info><title>Description</title></info>\r
446 <para>The width of the body column.</para>\r
447 <para>Only applies with the tabular presentation is being used.</para>\r
448 </refsection>\r
449 </refentry>\r
450 \r
451 <refentry version="5.0" xml:id="nav.table.summary">\r
452 <refmeta>\r
453 <refentrytitle>nav.table.summary</refentrytitle>\r
454 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
455 </refmeta>\r
456 <refnamediv>\r
457 <refname>nav.table.summary</refname>\r
458 <refpurpose>HTML Table summary attribute value for navigation tables</refpurpose>\r
459 </refnamediv>\r
460 \r
461 <refsynopsisdiv>\r
462 <programlisting xml:id="nav.table.summary.frag">\r
463 &lt;xsl:param name="nav.table.summary"&gt;Navigation&lt;/xsl:param&gt;\r
464 </programlisting>\r
465 </refsynopsisdiv>\r
466 \r
467 <refsection><info><title>Description</title></info>\r
468 <para>The value of this parameter is used as the value of the table\r
469 summary attribute for the navigation table.</para>\r
470 <para>Only applies with the tabular presentation is being used.</para>\r
471 </refsection>\r
472 </refentry>\r
473 \r
474 <refentry version="5.0" xml:id="navtocwidth">\r
475 <refmeta>\r
476 <refentrytitle>navtocwidth</refentrytitle>\r
477 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>\r
478 </refmeta>\r
479 <refnamediv>\r
480 <refname>navtocwidth</refname>\r
481 <refpurpose>Specifies the width of the navigation table TOC</refpurpose>\r
482 </refnamediv>\r
483 \r
484 <refsynopsisdiv>\r
485 <programlisting xml:id="navtocwidth.frag">\r
486 &lt;xsl:param name="navtocwidth"&gt;220&lt;/xsl:param&gt;\r
487 </programlisting>\r
488 </refsynopsisdiv>\r
489 \r
490 <refsection><info><title>Description</title></info>\r
491 <para>The width, in pixels, of the navigation column.</para>\r
492 <para>Only applies with the tabular presentation is being used.</para>\r
493 </refsection>\r
494 </refentry>\r
495 \r
496 <refentry version="5.0" xml:id="textbgcolor">\r
497 <refmeta>\r
498 <refentrytitle>textbgcolor</refentrytitle>\r
499 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>\r
500 </refmeta>\r
501 <refnamediv>\r
502 <refname>textbgcolor</refname>\r
503 <refpurpose>The background color of the table body</refpurpose>\r
504 </refnamediv>\r
505 \r
506 <refsynopsisdiv>\r
507 <programlisting xml:id="textbgcolor.frag">\r
508 &lt;xsl:param name="textbgcolor"&gt;white&lt;/xsl:param&gt;\r
509 </programlisting>\r
510 </refsynopsisdiv>\r
511 \r
512 <refsection><info><title>Description</title></info>\r
513 <para>The background color of the table body.</para>\r
514 <para>Only applies with the tabular presentation is being used.</para>\r
515 </refsection>\r
516 </refentry>\r
517 \r
518 </reference>\r
519 <reference xml:id="toc">\r
520 <title>ToC Parameters</title>\r
521 <refentry version="5.0" xml:id="toc.blank.graphic">\r
522 <refmeta>\r
523 <refentrytitle>toc.blank.graphic</refentrytitle>\r
524 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
525 </refmeta>\r
526 <refnamediv>\r
527 <refname>toc.blank.graphic</refname>\r
528 <refpurpose>Use graphic for "blanks" in TOC?</refpurpose>\r
529 </refnamediv>\r
530 \r
531 <refsynopsisdiv>\r
532 <programlisting xml:id="toc.blank.graphic.frag">\r
533 &lt;xsl:param name="toc.blank.graphic" select="1"&gt;&lt;/xsl:param&gt;\r
534 </programlisting>\r
535 </refsynopsisdiv>\r
536 \r
537 <refsection><info><title>Description</title></info>\r
538 <para>If non-zero, "blanks" in the the TOC will be accomplished\r
539 with the graphic identified by <varname>toc.spacer.image</varname>.\r
540 </para>\r
541 <para>Only applies with the tabular presentation is being used.</para>\r
542 </refsection>\r
543 </refentry>\r
544 \r
545 <refentry version="5.0" xml:id="toc.blank.image">\r
546 <refmeta>\r
547 <refentrytitle>toc.blank.image</refentrytitle>\r
548 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
549 </refmeta>\r
550 <refnamediv>\r
551 <refname>toc.blank.image</refname>\r
552 <refpurpose>The image for "blanks" in the TOC</refpurpose>\r
553 </refnamediv>\r
554 \r
555 <refsynopsisdiv>\r
556 <programlisting xml:id="toc.blank.image.frag">\r
557 &lt;xsl:param name="toc.blank.image"&gt;graphics/blank.gif&lt;/xsl:param&gt;\r
558 </programlisting>\r
559 </refsynopsisdiv>\r
560 \r
561 <refsection><info><title>Description</title></info>\r
562 <para>If <varname>toc.blank.graphic</varname> is non-zero, this image\r
563 will be used to for "blanks" in the TOC.</para>\r
564 <para>Only applies with the tabular presentation is being used.</para>\r
565 </refsection>\r
566 </refentry>\r
567 \r
568 <refentry version="5.0" xml:id="toc.blank.text">\r
569 <refmeta>\r
570 <refentrytitle>toc.blank.text</refentrytitle>\r
571 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
572 </refmeta>\r
573 <refnamediv>\r
574 <refname>toc.blank.text</refname>\r
575 <refpurpose>The text for "blanks" in the TOC</refpurpose>\r
576 </refnamediv>\r
577 \r
578 <refsynopsisdiv>\r
579 <programlisting xml:id="toc.blank.text.frag">\r
580 &lt;xsl:param name="toc.blank.text"&gt;&#160;&#160;&#160;&lt;/xsl:param&gt;\r
581 </programlisting>\r
582 </refsynopsisdiv>\r
583 \r
584 <refsection><info><title>Description</title></info>\r
585 <para>If <varname>toc.blank.graphic</varname> is zero, this text string\r
586 will be used for "blanks" in the TOC.</para>\r
587 <para>Only applies with the tabular presentation is being used.</para>\r
588 </refsection>\r
589 </refentry>\r
590 \r
591 <refentry version="5.0" xml:id="toc.pointer.graphic">\r
592 <refmeta>\r
593 <refentrytitle>toc.pointer.graphic</refentrytitle>\r
594 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
595 </refmeta>\r
596 <refnamediv>\r
597 <refname>toc.pointer.graphic</refname>\r
598 <refpurpose>Use graphic for TOC pointer?</refpurpose>\r
599 </refnamediv>\r
600 \r
601 <refsynopsisdiv>\r
602 <programlisting xml:id="toc.pointer.graphic.frag">\r
603 &lt;xsl:param name="toc.pointer.graphic" select="1"&gt;&lt;/xsl:param&gt;\r
604 </programlisting>\r
605 </refsynopsisdiv>\r
606 \r
607 <refsection><info><title>Description</title></info>\r
608 <para>If non-zero, the "pointer" in the TOC will be displayed\r
609 with the graphic identified by <varname>toc.pointer.image</varname>.\r
610 </para>\r
611 <para>Only applies with the tabular presentation is being used.</para>\r
612 </refsection>\r
613 </refentry>\r
614 \r
615 <refentry version="5.0" xml:id="toc.pointer.image">\r
616 <refmeta>\r
617 <refentrytitle>toc.pointer.image</refentrytitle>\r
618 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
619 </refmeta>\r
620 <refnamediv>\r
621 <refname>toc.pointer.image</refname>\r
622 <refpurpose>The image for the "pointer" in the TOC</refpurpose>\r
623 </refnamediv>\r
624 \r
625 <refsynopsisdiv>\r
626 <programlisting xml:id="toc.pointer.image.frag">\r
627 &lt;xsl:param name="toc.pointer.image"&gt;graphics/arrow.gif&lt;/xsl:param&gt;\r
628 </programlisting>\r
629 </refsynopsisdiv>\r
630 \r
631 <refsection><info><title>Description</title></info>\r
632 <para>If <varname>toc.pointer.graphic</varname> is non-zero, this image\r
633 will be used for the "pointer" in the TOC.</para>\r
634 <para>Only applies with the tabular presentation is being used.</para>\r
635 </refsection>\r
636 </refentry>\r
637 \r
638 <refentry version="5.0" xml:id="toc.pointer.text">\r
639 <refmeta>\r
640 <refentrytitle>toc.pointer.text</refentrytitle>\r
641 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
642 </refmeta>\r
643 <refnamediv>\r
644 <refname>toc.pointer.text</refname>\r
645 <refpurpose>The text for the "pointer" in the TOC</refpurpose>\r
646 </refnamediv>\r
647 \r
648 <refsynopsisdiv>\r
649 <programlisting xml:id="toc.pointer.text.frag">\r
650 &lt;xsl:param name="toc.pointer.text"&gt;&#160;&gt;&#160;&lt;/xsl:param&gt;\r
651 </programlisting>\r
652 </refsynopsisdiv>\r
653 \r
654 <refsection><info><title>Description</title></info>\r
655 <para>If <varname>toc.pointer.graphic</varname> is zero, this text string\r
656 will be used to display the "pointer" in the TOC.</para>\r
657 <para>Only applies with the tabular presentation is being used.</para>\r
658 </refsection>\r
659 </refentry>\r
660 \r
661 <refentry version="5.0" xml:id="toc.spacer.graphic">\r
662 <refmeta>\r
663 <refentrytitle>toc.spacer.graphic</refentrytitle>\r
664 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
665 </refmeta>\r
666 <refnamediv>\r
667 <refname>toc.spacer.graphic</refname>\r
668 <refpurpose>Use graphic for TOC spacer?</refpurpose>\r
669 </refnamediv>\r
670 \r
671 <refsynopsisdiv>\r
672 <programlisting xml:id="toc.spacer.graphic.frag">\r
673 &lt;xsl:param name="toc.spacer.graphic" select="1"&gt;&lt;/xsl:param&gt;\r
674 </programlisting>\r
675 </refsynopsisdiv>\r
676 \r
677 <refsection><info><title>Description</title></info>\r
678 <para>If non-zero, the indentation in the TOC will be accomplished\r
679 with the graphic identified by <varname>toc.spacer.image</varname>.\r
680 </para>\r
681 <para>Only applies with the tabular presentation is being used.</para>\r
682 </refsection>\r
683 </refentry>\r
684 \r
685 <refentry version="5.0" xml:id="toc.spacer.image">\r
686 <refmeta>\r
687 <refentrytitle>toc.spacer.image</refentrytitle>\r
688 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>\r
689 </refmeta>\r
690 <refnamediv>\r
691 <refname>toc.spacer.image</refname>\r
692 <refpurpose>The image for spacing the TOC</refpurpose>\r
693 </refnamediv>\r
694 \r
695 <refsynopsisdiv>\r
696 <programlisting xml:id="toc.spacer.image.frag">\r
697 &lt;xsl:param name="toc.spacer.image"&gt;graphics/blank.gif&lt;/xsl:param&gt;\r
698 </programlisting>\r
699 </refsynopsisdiv>\r
700 \r
701 <refsection><info><title>Description</title></info>\r
702 <para>If <varname>toc.spacer.graphic</varname> is non-zero, this image\r
703 will be used to indent the TOC.</para>\r
704 <para>Only applies with the tabular presentation is being used.</para>\r
705 </refsection>\r
706 </refentry>\r
707 \r
708 <refentry version="5.0" xml:id="toc.spacer.text">\r
709 <refmeta>\r
710 <refentrytitle>toc.spacer.text</refentrytitle>\r
711 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
712 </refmeta>\r
713 <refnamediv>\r
714 <refname>toc.spacer.text</refname>\r
715 <refpurpose>The text for spacing the TOC</refpurpose>\r
716 </refnamediv>\r
717 \r
718 <refsynopsisdiv>\r
719 <programlisting xml:id="toc.spacer.text.frag">\r
720 &lt;xsl:param name="toc.spacer.text"&gt;&#160;&#160;&#160;&lt;/xsl:param&gt;\r
721 </programlisting>\r
722 </refsynopsisdiv>\r
723 \r
724 <refsection><info><title>Description</title></info>\r
725 <para>If <varname>toc.spacer.graphic</varname> is zero, this text string\r
726 will be used to indent the TOC.</para>\r
727 <para>Only applies with the tabular presentation is being used.</para>\r
728 </refsection>\r
729 </refentry>\r
730 \r
731 </reference>\r
732 <appendix xml:id="stylesheet"><title>The Stylesheet</title>\r
733 \r
734 <para>The <filename>param.xsl</filename> stylesheet is just a wrapper\r
735 around all these parameters.</para>\r
736 \r
737 <programlisting xml:id="top">\r
738 \r
739 &lt;!-- This file is generated from param.xweb --&gt;\r
740 \r
741 &lt;xsl:stylesheet exclude-result-prefixes="src" version="1.0"&gt;\r
742 \r
743 &lt;!-- ********************************************************************\r
744      $Id: param.xweb 7076 2007-07-18 16:20:33Z xmldoc $\r
745      ********************************************************************\r
746 \r
747      This file is part of the DocBook XSL Stylesheets distribution.\r
748      See ../README or http://docbook.sf.net/release/xsl/current/ for\r
749      copyright and other information.\r
750 \r
751      ******************************************************************** --&gt;\r
752 \r
753 &lt;src:fragref linkend="autolayout-file.frag"&gt;&lt;/src:fragref&gt;\r
754 &lt;src:fragref linkend="header.hr.frag"&gt;&lt;/src:fragref&gt;\r
755 &lt;src:fragref linkend="footer.hr.frag"&gt;&lt;/src:fragref&gt;\r
756 &lt;src:fragref linkend="feedback.href.frag"&gt;&lt;/src:fragref&gt;\r
757 &lt;src:fragref linkend="feedback.with.ids.frag"&gt;&lt;/src:fragref&gt;\r
758 &lt;src:fragref linkend="feedback.link.text.frag"&gt;&lt;/src:fragref&gt;\r
759 &lt;src:fragref linkend="filename-prefix.frag"&gt;&lt;/src:fragref&gt;\r
760 &lt;src:fragref linkend="output-root.frag"&gt;&lt;/src:fragref&gt;\r
761 &lt;src:fragref linkend="dry-run.frag"&gt;&lt;/src:fragref&gt;\r
762 &lt;src:fragref linkend="rebuild-all.frag"&gt;&lt;/src:fragref&gt;\r
763 &lt;src:fragref linkend="nav.table.summary.frag"&gt;&lt;/src:fragref&gt;\r
764 &lt;src:fragref linkend="navtocwidth.frag"&gt;&lt;/src:fragref&gt;\r
765 &lt;src:fragref linkend="navbodywidth.frag"&gt;&lt;/src:fragref&gt;\r
766 &lt;src:fragref linkend="textbgcolor.frag"&gt;&lt;/src:fragref&gt;\r
767 &lt;src:fragref linkend="navbgcolor.frag"&gt;&lt;/src:fragref&gt;\r
768 &lt;src:fragref linkend="toc.spacer.graphic.frag"&gt;&lt;/src:fragref&gt;\r
769 &lt;src:fragref linkend="toc.spacer.text.frag"&gt;&lt;/src:fragref&gt;\r
770 &lt;src:fragref linkend="toc.spacer.image.frag"&gt;&lt;/src:fragref&gt;\r
771 &lt;src:fragref linkend="toc.pointer.graphic.frag"&gt;&lt;/src:fragref&gt;\r
772 &lt;src:fragref linkend="toc.pointer.text.frag"&gt;&lt;/src:fragref&gt;\r
773 &lt;src:fragref linkend="toc.pointer.image.frag"&gt;&lt;/src:fragref&gt;\r
774 &lt;src:fragref linkend="toc.blank.graphic.frag"&gt;&lt;/src:fragref&gt;\r
775 &lt;src:fragref linkend="toc.blank.text.frag"&gt;&lt;/src:fragref&gt;\r
776 &lt;src:fragref linkend="toc.blank.image.frag"&gt;&lt;/src:fragref&gt;\r
777 &lt;src:fragref linkend="suppress.homepage.title.frag"&gt;&lt;/src:fragref&gt;\r
778 &lt;src:fragref linkend="body.attributes.frag"&gt;&lt;/src:fragref&gt;\r
779 &lt;src:fragref linkend="sequential.links.frag"&gt;&lt;/src:fragref&gt;\r
780 &lt;src:fragref linkend="currentpage.marker.frag"&gt;&lt;/src:fragref&gt;\r
781 &lt;src:fragref linkend="banner.before.navigation.frag"&gt;&lt;/src:fragref&gt;\r
782 &lt;src:fragref linkend="table.spacer.image.frag"&gt;&lt;/src:fragref&gt;\r
783 \r
784 &lt;/xsl:stylesheet&gt;\r
785 </programlisting>\r
786 \r
787 </appendix>\r
788 </book>\r