]> git.stg.codes - stg.git/blob - doc/xslt/slides/html/param.xml
Set output encoding to utf-8.
[stg.git] / doc / xslt / slides / html / param.xml
1 <?xml version="1.0" encoding="ASCII"?>
2 <book version="5.0" xml:id="slides">
3 <info>
4 <title>Slides HTML Parameter Reference</title>
5 <releaseinfo role="meta">
6 $Id: param.xweb 6633 2007-02-21 18:33:33Z xmldoc $
7 </releaseinfo>
8 <author>
9   <personname>
10     <surname>Walsh</surname>
11     <firstname>Norman</firstname>
12   </personname>
13 </author>
14 <copyright>
15   <year>2002</year>
16   <holder>Norman Walsh</holder>
17 </copyright>
18 <abstract>
19   <para>This is reference documentation for all user-configurable
20     parameters in the DocBook XSL Slides HTML stylesheet (for
21     generating HTML slide presentations). Note that the Slides
22     stylesheet for HTML output is a customization layer of the
23     DocBook XSL HTML stylesheet. Therefore, in addition to the
24     slides-specific parameters listed in this section, you can
25     also use a number of <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="../html/">HTML
26     stylesheet parameters</link> to control Slides HTML
27     output.</para>
28 </abstract>
29 </info>
30 <reference xml:id="html">
31 <title>HTML: General Parameters</title>
32 <refentry version="5.0" xml:id="keyboard.nav">
33 <refmeta>
34 <refentrytitle>keyboard.nav</refentrytitle>
35 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
36 </refmeta>
37 <refnamediv>
38 <refname>keyboard.nav</refname>
39 <refpurpose>Enable keyboard navigation?</refpurpose>
40 </refnamediv>
41
42 <refsynopsisdiv>
43 <programlisting xml:id="keyboard.nav.frag">
44 &lt;xsl:param name="keyboard.nav" select="1"&gt;&lt;/xsl:param&gt;
45 </programlisting>
46 </refsynopsisdiv>
47
48 <refsection><info><title>Description</title></info>
49
50 <para>If non-zero, JavaScript is added to the slides to enable keyboard
51 navigation. Pressing 'n', space, or return moves forward; pressing 'p' moves
52 backward.</para>
53
54 </refsection>
55 </refentry>
56
57 <refentry version="5.0" xml:id="css.stylesheet">
58 <refmeta>
59 <refentrytitle>css.stylesheet</refentrytitle>
60 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
61 </refmeta>
62 <refnamediv>
63 <refname>css.stylesheet</refname>
64 <refpurpose>CSS stylesheet for slides</refpurpose>
65 </refnamediv>
66
67 <refsynopsisdiv>
68 <programlisting xml:id="css.stylesheet.frag">
69 &lt;xsl:param name="css.stylesheet"&gt;slides.css&lt;/xsl:param&gt;
70 </programlisting>
71 </refsynopsisdiv>
72
73 <refsection><info><title>Description</title></info>
74
75 <para>Identifies the CSS stylesheet used by all the slides. This parameter
76 can be set in the source document with the &lt;?dbhtml?&gt; pseudo-attribute
77 <literal>css-stylesheet</literal>.</para>
78
79 </refsection>
80 </refentry>
81
82 <refentry version="5.0" xml:id="css.stylesheet.dir">
83 <refmeta>
84 <refentrytitle>css.stylesheet.dir</refentrytitle>
85 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
86 </refmeta>
87 <refnamediv>
88 <refname>css.stylesheet.dir</refname>
89 <refpurpose>Default directory for CSS stylesheets</refpurpose>
90 </refnamediv>
91
92 <refsynopsisdiv>
93 <programlisting xml:id="css.stylesheet.dir.frag">
94 &lt;xsl:param name="css.stylesheet.dir"&gt;&lt;/xsl:param&gt;
95 </programlisting>
96 </refsynopsisdiv>
97
98 <refsection><info><title>Description</title></info>
99
100 <para>Identifies the default directory for the CSS stylesheet
101 generated on all the slides. This parameter can be set in the source
102 document with the &lt;?dbhtml?&gt; pseudo-attribute
103 <literal>css-stylesheet-dir</literal>.</para>
104
105 <para>If non-empty, this value is prepended to each of the stylesheets.
106 </para>
107
108 </refsection>
109 </refentry>
110
111 <refentry version="5.0" xml:id="titlefoil.html">
112 <refmeta>
113 <refentrytitle>titlefoil.html</refentrytitle>
114 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
115 </refmeta>
116 <refnamediv>
117 <refname>titlefoil.html</refname>
118 <refpurpose>Name of title foil HTML file</refpurpose>
119 </refnamediv>
120
121 <refsynopsisdiv>
122 <programlisting xml:id="titlefoil.html.frag">
123 &lt;xsl:param name="titlefoil.html" select="concat('index', $html.ext)"&gt;&lt;/xsl:param&gt;
124 </programlisting>
125 </refsynopsisdiv>
126
127 <refsection><info><title>Description</title></info>
128
129 <para>Sets the filename used for the slides titlepage.</para>
130
131 </refsection>
132 </refentry>
133
134 <refentry version="5.0" xml:id="toc.html">
135 <refmeta>
136 <refentrytitle>toc.html</refentrytitle>
137 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
138 </refmeta>
139 <refnamediv>
140 <refname>toc.html</refname>
141 <refpurpose>Name of ToC HTML file</refpurpose>
142 </refnamediv>
143
144 <refsynopsisdiv>
145 <programlisting xml:id="toc.html.frag">
146 &lt;xsl:param name="toc.html" select="concat('toc', $html.ext)"&gt;&lt;/xsl:param&gt;
147 </programlisting>
148 </refsynopsisdiv>
149
150 <refsection><info><title>Description</title></info>
151
152 <para>Sets the filename used for the table of contents page.</para>
153
154 </refsection>
155 </refentry>
156
157 <refentry version="5.0" xml:id="foilgroup.toc">
158 <refmeta>
159 <refentrytitle>foilgroup.toc</refentrytitle>
160 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
161 </refmeta>
162 <refnamediv>
163 <refname>foilgroup.toc</refname>
164 <refpurpose>Put ToC on foilgroup pages?</refpurpose>
165 </refnamediv>
166
167 <refsynopsisdiv>
168 <programlisting xml:id="foilgroup.toc.frag">
169 &lt;xsl:param name="foilgroup.toc" select="1"&gt;&lt;/xsl:param&gt;
170 </programlisting>
171 </refsynopsisdiv>
172
173 <refsection><info><title>Description</title></info>
174
175 <para>If non-zero, a ToC will be placed on foilgroup pages (after any
176 other content).
177 </para>
178
179 </refsection>
180 </refentry>
181
182 <refentry version="5.0" xml:id="output.indent">
183 <refmeta>
184 <refentrytitle>output.indent</refentrytitle>
185 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
186 <refmiscinfo class="other" otherclass="value">no</refmiscinfo>
187 <refmiscinfo class="other" otherclass="value">yes</refmiscinfo>
188 </refmeta>
189 <refnamediv>
190 <refname>output.indent</refname>
191 <refpurpose>Indent output?</refpurpose>
192 </refnamediv>
193
194 <refsynopsisdiv>
195 <programlisting xml:id="output.indent.frag">
196 &lt;xsl:param name="output.indent"&gt;no&lt;/xsl:param&gt;
197 </programlisting>
198 </refsynopsisdiv>
199
200 <refsection><info><title>Description</title></info>
201
202 <para>Specifies the setting of the <parameter>indent</parameter>
203 parameter on the HTML slides. For more information, see the discussion
204 of the <tag>xsl:output</tag> element in the XSLT specification.</para>
205 <para>Select from <literal>yes</literal> or <literal>no</literal>.</para>
206
207 </refsection>
208 </refentry>
209
210 <refentry version="5.0" xml:id="overlay">
211 <refmeta>
212 <refentrytitle>overlay</refentrytitle>
213 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
214 </refmeta>
215 <refnamediv>
216 <refname>overlay</refname>
217 <refpurpose>Overlay footer navigation?</refpurpose>
218 </refnamediv>
219
220 <refsynopsisdiv>
221 <programlisting xml:id="overlay.frag">
222 &lt;xsl:param name="overlay" select="0"&gt;&lt;/xsl:param&gt;
223 </programlisting>
224 </refsynopsisdiv>
225
226 <refsection><info><title>Description</title></info>
227
228 <para>If non-zero, JavaScript is added to the slides to make the
229 bottom navigation appear at the bottom of each page. This option and
230 <link linkend="multiframe">multiframe</link> are mutually exclusive.</para>
231
232 <para>If this parameter is zero, the bottom navigation simply appears
233 below the content of each slide.</para>
234
235 </refsection>
236 </refentry>
237
238 <refentry version="5.0" xml:id="show.foil.number">
239 <refmeta>
240 <refentrytitle>show.foil.number</refentrytitle>
241 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
242 </refmeta>
243 <refnamediv>
244 <refname>show.foil.number</refname>
245 <refpurpose>Show foil number on each foil?</refpurpose>
246 </refnamediv>
247
248 <refsynopsisdiv>
249 <programlisting xml:id="show.foil.number.frag">
250 &lt;xsl:param name="show.foil.number" select="0"&gt;&lt;/xsl:param&gt;
251 </programlisting>
252 </refsynopsisdiv>
253
254 <refsection><info><title>Description</title></info>
255
256 <para>If non-zero, on each slide there will be its number. Currently
257 not supported in all output formats.</para>
258
259 </refsection>
260 </refentry>
261
262 </reference>
263 <reference xml:id="frames">
264 <title>HTML: Frames Parameters</title>
265 <refentry version="5.0" xml:id="nav.separator">
266 <refmeta>
267 <refentrytitle>nav.separator</refentrytitle>
268 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
269 </refmeta>
270 <refnamediv>
271 <refname>nav.separator</refname>
272 <refpurpose>Output separator between navigation and body?</refpurpose>
273 </refnamediv>
274
275 <refsynopsisdiv>
276 <programlisting xml:id="nav.separator.frag">
277 &lt;xsl:param name="nav.separator" select="1"&gt;&lt;/xsl:param&gt;
278 </programlisting>
279 </refsynopsisdiv>
280
281 <refsection><info><title>Description</title></info>
282
283 <para>If non-zero, a separator (<literal>&lt;HR&gt;</literal>) is
284 added between the navigation links and the content of each slide.</para>
285
286 </refsection>
287 </refentry>
288
289 <refentry version="5.0" xml:id="toc.row.height">
290 <refmeta>
291 <refentrytitle>toc.row.height</refentrytitle>
292 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
293 </refmeta>
294 <refnamediv>
295 <refname>toc.row.height</refname>
296 <refpurpose>Height of ToC rows in dynamic ToCs</refpurpose>
297 </refnamediv>
298
299 <refsynopsisdiv>
300 <programlisting xml:id="toc.row.height.frag">
301 &lt;xsl:param name="toc.row.height"&gt;22&lt;/xsl:param&gt;
302 </programlisting>
303 </refsynopsisdiv>
304
305 <refsection><info><title>Description</title></info>
306
307 <para>This parameter specifies the height of each row in the table of
308 contents. This is only applicable if a <link linkend="dynamic.toc">dynamic ToC</link> is used. You may want to
309 adjust this parameter for optimal appearance with the font and image
310 sizes selected by your <link linkend="css.stylesheet">CSS
311 stylesheet</link>.
312 </para>
313
314 </refsection>
315 </refentry>
316
317 <refentry version="5.0" xml:id="toc.bg.color">
318 <refmeta>
319 <refentrytitle>toc.bg.color</refentrytitle>
320 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>
321 </refmeta>
322 <refnamediv>
323 <refname>toc.bg.color</refname>
324 <refpurpose>Background color for ToC frame</refpurpose>
325 </refnamediv>
326
327 <refsynopsisdiv>
328 <programlisting xml:id="toc.bg.color.frag">
329 &lt;xsl:param name="toc.bg.color"&gt;#FFFFFF&lt;/xsl:param&gt;
330 </programlisting>
331 </refsynopsisdiv>
332
333 <refsection><info><title>Description</title></info>
334
335 <para>Specifies the background color used in the ToC frame.</para>
336
337 </refsection>
338 </refentry>
339
340 <refentry version="5.0" xml:id="body.bg.color">
341 <refmeta>
342 <refentrytitle>body.bg.color</refentrytitle>
343 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>
344 </refmeta>
345 <refnamediv>
346 <refname>body.bg.color</refname>
347 <refpurpose>Background color for body frame</refpurpose>
348 </refnamediv>
349
350 <refsynopsisdiv>
351 <programlisting xml:id="body.bg.color.frag">
352 &lt;xsl:param name="body.bg.color"&gt;#FFFFFF&lt;/xsl:param&gt;
353 </programlisting>
354 </refsynopsisdiv>
355
356 <refsection><info><title>Description</title></info>
357
358 <para>Specifies the background color used in the body column of
359 tabular slides.</para>
360
361 </refsection>
362 </refentry>
363
364 <refentry version="5.0" xml:id="toc.width">
365 <refmeta>
366 <refentrytitle>toc.width</refentrytitle>
367 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
368 </refmeta>
369 <refnamediv>
370 <refname>toc.width</refname>
371 <refpurpose>Width of ToC frame</refpurpose>
372 </refnamediv>
373
374 <refsynopsisdiv>
375 <programlisting xml:id="toc.width.frag">
376 &lt;xsl:param name="toc.width"&gt;250&lt;/xsl:param&gt;
377 &lt;!-- Presumably in pixels? --&gt;
378 </programlisting>
379 </refsynopsisdiv>
380
381 <refsection><info><title>Description</title></info>
382
383 <para>Specifies the width of the ToC frame in pixels.</para>
384
385 </refsection>
386 </refentry>
387
388 <refentry version="5.0" xml:id="toc.hide.show">
389 <refmeta>
390 <refentrytitle>toc.hide.show</refentrytitle>
391 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
392 </refmeta>
393 <refnamediv>
394 <refname>toc.hide.show</refname>
395 <refpurpose>Enable hide/show button for ToC frame</refpurpose>
396 </refnamediv>
397
398 <refsynopsisdiv>
399 <programlisting xml:id="toc.hide.show.frag">
400 &lt;xsl:param name="toc.hide.show" select="0"&gt;&lt;/xsl:param&gt;
401 </programlisting>
402 </refsynopsisdiv>
403
404 <refsection><info><title>Description</title></info>
405
406 <para>If non-zero, JavaScript (and an additional icon, see
407 <link linkend="hidetoc.image">hidetoc.image</link> and
408 <link linkend="hidetoc.image">showtoc.image</link>) is added to each slide
409 to allow the ToC panel to be <quote>toggled</quote> on each panel.</para>
410
411 <note><para>There is a bug in Mozilla 1.0 (at least as of CR3) that causes
412 the browser to reload the titlepage when this feature is used.</para></note>
413
414 </refsection>
415 </refentry>
416
417 <refentry version="5.0" xml:id="dynamic.toc">
418 <refmeta>
419 <refentrytitle>dynamic.toc</refentrytitle>
420 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
421 </refmeta>
422 <refnamediv>
423 <refname>dynamic.toc</refname>
424 <refpurpose>Dynamic ToCs?</refpurpose>
425 </refnamediv>
426
427 <refsynopsisdiv>
428 <programlisting xml:id="dynamic.toc.frag">
429 &lt;xsl:param name="dynamic.toc" select="0"&gt;&lt;/xsl:param&gt;
430 </programlisting>
431 </refsynopsisdiv>
432
433 <refsection><info><title>Description</title></info>
434
435 <para>If non-zero, JavaScript is used to make the ToC panel <quote>dynamic</quote>.
436 In a dynamic ToC, each section in the ToC can be expanded and collapsed by
437 clicking on the appropriate image.</para>
438
439 </refsection>
440 </refentry>
441
442 <refentry version="5.0" xml:id="active.toc">
443 <refmeta>
444 <refentrytitle>active.toc</refentrytitle>
445 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
446 </refmeta>
447 <refnamediv>
448 <refname>active.toc</refname>
449 <refpurpose>Active ToCs?</refpurpose>
450 </refnamediv>
451
452 <refsynopsisdiv>
453 <programlisting xml:id="active.toc.frag">
454 &lt;xsl:param name="active.toc" select="0"&gt;&lt;/xsl:param&gt;
455 </programlisting>
456 </refsynopsisdiv>
457
458 <refsection><info><title>Description</title></info>
459
460 <para>If non-zero, JavaScript is used to keep the ToC and the current slide
461 <quote>in sync</quote>. That is, each time the slide changes, the corresponding
462 ToC entry will be underlined.</para>
463
464 </refsection>
465 </refentry>
466
467 <refentry version="5.0" xml:id="overlay.logo">
468 <refmeta>
469 <refentrytitle>overlay.logo</refentrytitle>
470 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
471 </refmeta>
472 <refnamediv>
473 <refname>overlay.logo</refname>
474 <refpurpose>Logo to overlay on ToC frame</refpurpose>
475 </refnamediv>
476
477 <refsynopsisdiv>
478 <programlisting xml:id="overlay.logo.frag">
479 &lt;xsl:param name="overlay.logo"&gt;http://docbook.sourceforge.net/release/buttons/slides-1.png&lt;/xsl:param&gt;
480 </programlisting>
481 </refsynopsisdiv>
482
483 <refsection><info><title>Description</title></info>
484
485 <para>If this URI is non-empty, JavaScript is used to overlay the
486 specified image on the ToC frame.</para>
487
488 </refsection>
489 </refentry>
490
491 <refentry version="5.0" xml:id="multiframe">
492 <refmeta>
493 <refentrytitle>multiframe</refentrytitle>
494 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
495 </refmeta>
496 <refnamediv>
497 <refname>multiframe</refname>
498 <refpurpose>Use multiple frames for slide bodies?</refpurpose>
499 </refnamediv>
500
501 <refsynopsisdiv>
502 <programlisting xml:id="multiframe.frag">
503 &lt;xsl:param name="multiframe" select="0"&gt;&lt;/xsl:param&gt;
504 </programlisting>
505 </refsynopsisdiv>
506
507 <refsection><info><title>Description</title></info>
508
509 <para>If non-zero, multiple frames are used for the body of each
510 slide. This is one way of forcing the slide navigation elements to
511 appear in constant locations. The other way is with <link linkend="overlay">overlays</link>. The <link linkend="overlay"><parameter>overlay</parameter></link> and
512 <parameter>multiframe</parameter> parameters are mutually
513 exclusive.</para>
514
515 </refsection>
516 </refentry>
517
518 <refentry version="5.0" xml:id="multiframe.top.bgcolor">
519 <refmeta>
520 <refentrytitle>multiframe.top.bgcolor</refentrytitle>
521 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>
522 </refmeta>
523 <refnamediv>
524 <refname>multiframe.top.bgcolor</refname>
525 <refpurpose>Background color for top navigation frame</refpurpose>
526 </refnamediv>
527
528 <refsynopsisdiv>
529 <programlisting xml:id="multiframe.top.bgcolor.frag">
530 &lt;xsl:param name="multiframe.top.bgcolor"&gt;white&lt;/xsl:param&gt;
531 </programlisting>
532 </refsynopsisdiv>
533
534 <refsection><info><title>Description</title></info>
535
536 <para>Specifies the background color of the top navigation frame when
537 <link linkend="multiframe">multiframe</link> is enabled.</para>
538
539 </refsection>
540 </refentry>
541
542 <refentry version="5.0" xml:id="multiframe.bottom.bgcolor">
543 <refmeta>
544 <refentrytitle>multiframe.bottom.bgcolor</refentrytitle>
545 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>
546 </refmeta>
547 <refnamediv>
548 <refname>multiframe.bottom.bgcolor</refname>
549 <refpurpose>Background color for bottom navigation frame</refpurpose>
550 </refnamediv>
551
552 <refsynopsisdiv>
553 <programlisting xml:id="multiframe.bottom.bgcolor.frag">
554 &lt;xsl:param name="multiframe.bottom.bgcolor"&gt;white&lt;/xsl:param&gt;
555 </programlisting>
556 </refsynopsisdiv>
557
558 <refsection><info><title>Description</title></info>
559
560 <para>Specifies the background color of the bottom navigation frame when
561 <link linkend="multiframe">multiframe</link> is enabled.</para>
562
563 </refsection>
564 </refentry>
565
566 <refentry version="5.0" xml:id="multiframe.navigation.height">
567 <refmeta>
568 <refentrytitle>multiframe.navigation.height</refentrytitle>
569 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
570 </refmeta>
571 <refnamediv>
572 <refname>multiframe.navigation.height</refname>
573 <refpurpose>Height of navigation frames</refpurpose>
574 </refnamediv>
575
576 <refsynopsisdiv>
577 <programlisting xml:id="multiframe.navigation.height.frag">
578 &lt;xsl:param name="multiframe.navigation.height"&gt;40&lt;/xsl:param&gt;
579 </programlisting>
580 </refsynopsisdiv>
581
582 <refsection><info><title>Description</title></info>
583
584 <para>Specifies the height of the navigation frames in pixels when
585 <link linkend="multiframe">multiframe</link> is enabled.</para>
586
587 </refsection>
588 </refentry>
589
590 </reference>
591 <reference xml:id="graphics">
592 <title>HTML: Graphics Parameters</title>
593 <refentry version="5.0" xml:id="graphics.dir">
594 <refmeta>
595 <refentrytitle>graphics.dir</refentrytitle>
596 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
597 </refmeta>
598 <refnamediv>
599 <refname>graphics.dir</refname>
600 <refpurpose>Graphics directory</refpurpose>
601 </refnamediv>
602
603 <refsynopsisdiv>
604 <programlisting xml:id="graphics.dir.frag">
605 &lt;xsl:param name="graphics.dir"&gt;&lt;/xsl:param&gt;
606 </programlisting>
607 </refsynopsisdiv>
608
609 <refsection><info><title>Description</title></info>
610
611 <para>Identifies the graphics directory for the navigation components
612 generated on all the slides. This parameter can be set in the source
613 document with the &lt;?dbhtml?&gt; pseudo-attribute
614 <literal>graphics-dir</literal>.</para>
615
616 <para>If non-empty, this value is prepended to each of the graphic
617 image paths.</para>
618
619 </refsection>
620 </refentry>
621
622 <refentry version="5.0" xml:id="bullet.image">
623 <refmeta>
624 <refentrytitle>bullet.image</refentrytitle>
625 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
626 </refmeta>
627 <refnamediv>
628 <refname>bullet.image</refname>
629 <refpurpose>Bullet image</refpurpose>
630 </refnamediv>
631
632 <refsynopsisdiv>
633 <programlisting xml:id="bullet.image.frag">
634 &lt;xsl:param name="bullet.image"&gt;toc/bullet.png&lt;/xsl:param&gt;
635 </programlisting>
636 </refsynopsisdiv>
637
638 <refsection><info><title>Description</title></info>
639
640 <para>Specifies the filename of the bullet image used for foils in the
641 framed ToC.</para>
642
643 </refsection>
644 </refentry>
645
646 <refentry version="5.0" xml:id="next.image">
647 <refmeta>
648 <refentrytitle>next.image</refentrytitle>
649 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
650 </refmeta>
651 <refnamediv>
652 <refname>next.image</refname>
653 <refpurpose>Right-arrow image</refpurpose>
654 </refnamediv>
655
656 <refsynopsisdiv>
657 <programlisting xml:id="next.image.frag">
658 &lt;xsl:param name="next.image"&gt;active/nav-next.png&lt;/xsl:param&gt;
659 </programlisting>
660 </refsynopsisdiv>
661
662 <refsection><info><title>Description</title></info>
663
664 <para>Specifies the filename of the right-pointing navigation arrow.</para>
665
666 </refsection>
667 </refentry>
668
669 <refentry version="5.0" xml:id="prev.image">
670 <refmeta>
671 <refentrytitle>prev.image</refentrytitle>
672 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
673 </refmeta>
674 <refnamediv>
675 <refname>prev.image</refname>
676 <refpurpose>Left-arrow image</refpurpose>
677 </refnamediv>
678
679 <refsynopsisdiv>
680 <programlisting xml:id="prev.image.frag">
681 &lt;xsl:param name="prev.image"&gt;active/nav-prev.png&lt;/xsl:param&gt;
682 </programlisting>
683 </refsynopsisdiv>
684
685 <refsection><info><title>Description</title></info>
686
687 <para>Specifies the filename of the left-pointing navigation arrow.</para>
688
689 </refsection>
690 </refentry>
691
692 <refentry version="5.0" xml:id="up.image">
693 <refmeta>
694 <refentrytitle>up.image</refentrytitle>
695 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
696 </refmeta>
697 <refnamediv>
698 <refname>up.image</refname>
699 <refpurpose>Up-arrow image</refpurpose>
700 </refnamediv>
701
702 <refsynopsisdiv>
703 <programlisting xml:id="up.image.frag">
704 &lt;xsl:param name="up.image"&gt;active/nav-up.png&lt;/xsl:param&gt;
705 </programlisting>
706 </refsynopsisdiv>
707
708 <refsection><info><title>Description</title></info>
709
710 <para>Specifies the filename of the upward-pointing navigation arrow.</para>
711
712 </refsection>
713 </refentry>
714
715 <refentry version="5.0" xml:id="home.image">
716 <refmeta>
717 <refentrytitle>home.image</refentrytitle>
718 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
719 </refmeta>
720 <refnamediv>
721 <refname>home.image</refname>
722 <refpurpose>Home image</refpurpose>
723 </refnamediv>
724
725 <refsynopsisdiv>
726 <programlisting xml:id="home.image.frag">
727 &lt;xsl:param name="home.image"&gt;active/nav-home.png&lt;/xsl:param&gt;
728 </programlisting>
729 </refsynopsisdiv>
730
731 <refsection><info><title>Description</title></info>
732
733 <para>Specifies the filename of the home navigation icon.</para>
734
735 </refsection>
736 </refentry>
737
738 <refentry version="5.0" xml:id="toc.image">
739 <refmeta>
740 <refentrytitle>toc.image</refentrytitle>
741 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
742 </refmeta>
743 <refnamediv>
744 <refname>toc.image</refname>
745 <refpurpose>ToC image</refpurpose>
746 </refnamediv>
747
748 <refsynopsisdiv>
749 <programlisting xml:id="toc.image.frag">
750 &lt;xsl:param name="toc.image"&gt;active/nav-toc.png&lt;/xsl:param&gt;
751 </programlisting>
752 </refsynopsisdiv>
753
754 <refsection><info><title>Description</title></info>
755
756 <para>Specifies the filename of the ToC navigation icon.</para>
757
758 </refsection>
759 </refentry>
760
761
762 <refentry version="5.0" xml:id="no.next.image">
763 <refmeta>
764 <refentrytitle>no.next.image</refentrytitle>
765 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
766 </refmeta>
767 <refnamediv>
768 <refname>no.next.image</refname>
769 <refpurpose>Inactive right-arrow image</refpurpose>
770 </refnamediv>
771
772 <refsynopsisdiv>
773 <programlisting xml:id="no.next.image.frag">
774 &lt;xsl:param name="no.next.image"&gt;inactive/nav-next.png&lt;/xsl:param&gt;
775 </programlisting>
776 </refsynopsisdiv>
777
778 <refsection><info><title>Description</title></info>
779
780 <para>Specifies the filename of the inactive right-pointing navigation arrow.</para>
781
782 </refsection>
783 </refentry>
784
785 <refentry version="5.0" xml:id="no.prev.image">
786 <refmeta>
787 <refentrytitle>no.prev.image</refentrytitle>
788 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
789 </refmeta>
790 <refnamediv>
791 <refname>no.prev.image</refname>
792 <refpurpose>Inactive left-arrow image</refpurpose>
793 </refnamediv>
794
795 <refsynopsisdiv>
796 <programlisting xml:id="no.prev.image.frag">
797 &lt;xsl:param name="no.prev.image"&gt;inactive/nav-prev.png&lt;/xsl:param&gt;
798 </programlisting>
799 </refsynopsisdiv>
800
801 <refsection><info><title>Description</title></info>
802
803 <para>Specifies the filename of the inactive left-pointing navigation arrow.</para>
804
805 </refsection>
806 </refentry>
807
808 <refentry version="5.0" xml:id="no.up.image">
809 <refmeta>
810 <refentrytitle>no.up.image</refentrytitle>
811 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
812 </refmeta>
813 <refnamediv>
814 <refname>no.up.image</refname>
815 <refpurpose>Inactive up-arrow image</refpurpose>
816 </refnamediv>
817
818 <refsynopsisdiv>
819 <programlisting xml:id="no.up.image.frag">
820 &lt;xsl:param name="no.up.image"&gt;inactive/nav-up.png&lt;/xsl:param&gt;
821 </programlisting>
822 </refsynopsisdiv>
823
824 <refsection><info><title>Description</title></info>
825
826 <para>Specifies the filename of the inactive upward-pointing navigation arrow.</para>
827
828 </refsection>
829 </refentry>
830
831 <refentry version="5.0" xml:id="no.home.image">
832 <refmeta>
833 <refentrytitle>no.home.image</refentrytitle>
834 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
835 </refmeta>
836 <refnamediv>
837 <refname>no.home.image</refname>
838 <refpurpose>Inactive home image</refpurpose>
839 </refnamediv>
840
841 <refsynopsisdiv>
842 <programlisting xml:id="no.home.image.frag">
843 &lt;xsl:param name="no.home.image"&gt;inactive/nav-home.png&lt;/xsl:param&gt;
844 </programlisting>
845 </refsynopsisdiv>
846
847 <refsection><info><title>Description</title></info>
848
849 <para>Specifies the filename of the inactive home navigation icon.</para>
850
851 </refsection>
852 </refentry>
853
854 <refentry version="5.0" xml:id="no.toc.image">
855 <refmeta>
856 <refentrytitle>no.toc.image</refentrytitle>
857 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
858 </refmeta>
859 <refnamediv>
860 <refname>no.toc.image</refname>
861 <refpurpose>Inactive ToC image</refpurpose>
862 </refnamediv>
863
864 <refsynopsisdiv>
865 <programlisting xml:id="no.toc.image.frag">
866 &lt;xsl:param name="no.toc.image"&gt;inactive/nav-toc.png&lt;/xsl:param&gt;
867 </programlisting>
868 </refsynopsisdiv>
869
870 <refsection><info><title>Description</title></info>
871
872 <para>Specifies the filename of the inactive ToC navigation icon.</para>
873
874 </refsection>
875 </refentry>
876
877
878 <refentry version="5.0" xml:id="plus.image">
879 <refmeta>
880 <refentrytitle>plus.image</refentrytitle>
881 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
882 </refmeta>
883 <refnamediv>
884 <refname>plus.image</refname>
885 <refpurpose>Plus image</refpurpose>
886 </refnamediv>
887
888 <refsynopsisdiv>
889 <programlisting xml:id="plus.image.frag">
890 &lt;xsl:param name="plus.image"&gt;toc/closed.png&lt;/xsl:param&gt;
891 </programlisting>
892 </refsynopsisdiv>
893
894 <refsection><info><title>Description</title></info>
895
896 <para>Specifies the filename of the <quote>plus</quote> image; the image used in a
897 <link linkend="dynamic.toc">dynamic ToC</link> to indicate that a section
898 can be expanded.</para>
899
900 </refsection>
901 </refentry>
902
903 <refentry version="5.0" xml:id="minus.image">
904 <refmeta>
905 <refentrytitle>minus.image</refentrytitle>
906 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
907 </refmeta>
908 <refnamediv>
909 <refname>minus.image</refname>
910 <refpurpose>Minus image</refpurpose>
911 </refnamediv>
912
913 <refsynopsisdiv>
914 <programlisting xml:id="minus.image.frag">
915 &lt;xsl:param name="minus.image"&gt;toc/open.png&lt;/xsl:param&gt;
916 </programlisting>
917 </refsynopsisdiv>
918
919 <refsection><info><title>Description</title></info>
920
921 <para>Specifies the filename of the <quote>minus</quote> image; the image used in a
922 <link linkend="dynamic.toc">dynamic ToC</link> to indicate that a section
923 can be collapsed.</para>
924
925 </refsection>
926 </refentry>
927
928 <refentry version="5.0" xml:id="hidetoc.image">
929 <refmeta>
930 <refentrytitle>hidetoc.image</refentrytitle>
931 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
932 </refmeta>
933 <refnamediv>
934 <refname>hidetoc.image</refname>
935 <refpurpose>Hide ToC image</refpurpose>
936 </refnamediv>
937
938 <refsynopsisdiv>
939 <programlisting xml:id="hidetoc.image.frag">
940 &lt;xsl:param name="hidetoc.image"&gt;hidetoc.gif&lt;/xsl:param&gt;
941 </programlisting>
942 </refsynopsisdiv>
943
944 <refsection><info><title>Description</title></info>
945
946 <para>Specifies the filename of the <quote>hide ToC</quote> image. This is used
947 when the <link linkend="toc.hide.show">ToC hide/show</link> parameter is
948 enabled.</para>
949
950 </refsection>
951 </refentry>
952
953 <refentry version="5.0" xml:id="showtoc.image">
954 <refmeta>
955 <refentrytitle>showtoc.image</refentrytitle>
956 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
957 </refmeta>
958 <refnamediv>
959 <refname>showtoc.image</refname>
960 <refpurpose>Show ToC image</refpurpose>
961 </refnamediv>
962
963 <refsynopsisdiv>
964 <programlisting xml:id="showtoc.image.frag">
965 &lt;xsl:param name="showtoc.image"&gt;showtoc.gif&lt;/xsl:param&gt;
966 </programlisting>
967 </refsynopsisdiv>
968
969 <refsection><info><title>Description</title></info>
970
971 <para>Specifies the filename of the <quote>show ToC</quote> image. This is used
972 when the <link linkend="toc.hide.show">ToC hide/show</link> parameter is
973 enabled.</para>
974
975 </refsection>
976 </refentry>
977
978 </reference>
979 <reference xml:id="javascript">
980 <title>HTML: JavaScript Parameters</title>
981 <refentry version="5.0" xml:id="script.dir">
982 <refmeta>
983 <refentrytitle>script.dir</refentrytitle>
984 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
985 </refmeta>
986 <refnamediv>
987 <refname>script.dir</refname>
988 <refpurpose>Script directory</refpurpose>
989 </refnamediv>
990
991 <refsynopsisdiv>
992 <programlisting xml:id="script.dir.frag">
993 &lt;xsl:param name="script.dir"&gt;&lt;/xsl:param&gt;
994 </programlisting>
995 </refsynopsisdiv>
996
997 <refsection><info><title>Description</title></info>
998
999 <para>Identifies the JavaScript source directory for the slides.
1000 This parameter can be set in the source
1001 document with the &lt;?dbhtml?&gt; pseudo-attribute
1002 <literal>script-dir</literal>.</para>
1003
1004 <para>If non-empty, this value is prepended to each of the JavaScript files.
1005 </para>
1006
1007 </refsection>
1008 </refentry>
1009
1010 <refentry version="5.0" xml:id="ua.js">
1011 <refmeta>
1012 <refentrytitle>ua.js</refentrytitle>
1013 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
1014 </refmeta>
1015 <refnamediv>
1016 <refname>ua.js</refname>
1017 <refpurpose>UA JavaScript file</refpurpose>
1018 </refnamediv>
1019
1020 <refsynopsisdiv>
1021 <programlisting xml:id="ua.js.frag">
1022 &lt;xsl:param name="ua.js"&gt;ua.js&lt;/xsl:param&gt;
1023 </programlisting>
1024 </refsynopsisdiv>
1025
1026 <refsection><info><title>Description</title></info>
1027
1028 <para>Specifies the filename of the UA JavaScript file. It's unlikely
1029 that you will ever need to change this parameter.</para>
1030
1031 </refsection>
1032 </refentry>
1033
1034 <refentry version="5.0" xml:id="xbDOM.js">
1035 <refmeta>
1036 <refentrytitle>xbDOM.js</refentrytitle>
1037 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
1038 </refmeta>
1039 <refnamediv>
1040 <refname>xbDOM.js</refname>
1041 <refpurpose>xbDOM JavaScript file</refpurpose>
1042 </refnamediv>
1043
1044 <refsynopsisdiv>
1045 <programlisting xml:id="xbDOM.js.frag">
1046 &lt;xsl:param name="xbDOM.js"&gt;xbDOM.js&lt;/xsl:param&gt;
1047 </programlisting>
1048 </refsynopsisdiv>
1049
1050 <refsection><info><title>Description</title></info>
1051
1052 <para>Specifies the filename of the xbDOM JavaScript file. It's unlikely
1053 that you will ever need to change this parameter.</para>
1054
1055 </refsection>
1056 </refentry>
1057
1058 <refentry version="5.0" xml:id="xbStyle.js">
1059 <refmeta>
1060 <refentrytitle>xbStyle.js</refentrytitle>
1061 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
1062 </refmeta>
1063 <refnamediv>
1064 <refname>xbStyle.js</refname>
1065 <refpurpose>xbStyle JavaScript file</refpurpose>
1066 </refnamediv>
1067
1068 <refsynopsisdiv>
1069 <programlisting xml:id="xbStyle.js.frag">
1070 &lt;xsl:param name="xbStyle.js"&gt;xbStyle.js&lt;/xsl:param&gt;
1071 </programlisting>
1072 </refsynopsisdiv>
1073
1074 <refsection><info><title>Description</title></info>
1075
1076 <para>Specifies the filename of the xbStyle JavaScript file. It's unlikely
1077 that you will ever need to change this parameter.</para>
1078
1079 </refsection>
1080 </refentry>
1081
1082 <refentry version="5.0" xml:id="xbLibrary.js">
1083 <refmeta>
1084 <refentrytitle>xbLibrary.js</refentrytitle>
1085 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
1086 </refmeta>
1087 <refnamediv>
1088 <refname>xbLibrary.js</refname>
1089 <refpurpose>xbLibrary JavaScript file</refpurpose>
1090 </refnamediv>
1091
1092 <refsynopsisdiv>
1093 <programlisting xml:id="xbLibrary.js.frag">
1094 &lt;xsl:param name="xbLibrary.js"&gt;xbLibrary.js&lt;/xsl:param&gt;
1095 </programlisting>
1096 </refsynopsisdiv>
1097
1098 <refsection><info><title>Description</title></info>
1099
1100 <para>Specifies the filename of the xbLibrary JavaScript file. It's unlikely
1101 that you will ever need to change this parameter.</para>
1102
1103 </refsection>
1104 </refentry>
1105
1106 <refentry version="5.0" xml:id="xbCollapsibleLists.js">
1107 <refmeta>
1108 <refentrytitle>xbCollapsibleLists.js</refentrytitle>
1109 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
1110 </refmeta>
1111 <refnamediv>
1112 <refname>xbCollapsibleLists.js</refname>
1113 <refpurpose>xbCollapsibleLists JavaScript file</refpurpose>
1114 </refnamediv>
1115
1116 <refsynopsisdiv>
1117 <programlisting xml:id="xbCollapsibleLists.js.frag">
1118 &lt;xsl:param name="xbCollapsibleLists.js"&gt;xbCollapsibleLists.js&lt;/xsl:param&gt;
1119 </programlisting>
1120 </refsynopsisdiv>
1121
1122 <refsection><info><title>Description</title></info>
1123
1124 <para>Specifies the filename of the xbCollapsibleLists JavaScript file. It's unlikely
1125 that you will ever need to change this parameter.</para>
1126
1127 </refsection>
1128 </refentry>
1129
1130 <refentry version="5.0" xml:id="overlay.js">
1131 <refmeta>
1132 <refentrytitle>overlay.js</refentrytitle>
1133 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
1134 </refmeta>
1135 <refnamediv>
1136 <refname>overlay.js</refname>
1137 <refpurpose>Overlay JavaScript file</refpurpose>
1138 </refnamediv>
1139
1140 <refsynopsisdiv>
1141 <programlisting xml:id="overlay.js.frag">
1142 &lt;xsl:param name="overlay.js"&gt;overlay.js&lt;/xsl:param&gt;
1143 </programlisting>
1144 </refsynopsisdiv>
1145
1146 <refsection><info><title>Description</title></info>
1147
1148 <para>Specifies the filename of the overlay JavaScript file. It's unlikely
1149 that you will ever need to change this parameter.</para>
1150
1151 </refsection>
1152 </refentry>
1153
1154 <refentry version="5.0" xml:id="slides.js">
1155 <refmeta>
1156 <refentrytitle>slides.js</refentrytitle>
1157 <refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo>
1158 </refmeta>
1159 <refnamediv>
1160 <refname>slides.js</refname>
1161 <refpurpose>Slides overlay file</refpurpose>
1162 </refnamediv>
1163
1164 <refsynopsisdiv>
1165 <programlisting xml:id="slides.js.frag">
1166 &lt;xsl:param name="slides.js"&gt;slides.js&lt;/xsl:param&gt;
1167 </programlisting>
1168 </refsynopsisdiv>
1169
1170 <refsection><info><title>Description</title></info>
1171
1172 <para>Specifies the filename of the slides JavaScript file. It's unlikely
1173 that you will ever need to change this parameter.</para>
1174
1175 </refsection>
1176 </refentry>
1177
1178 </reference>
1179 <reference xml:id="l10n">
1180 <title>HTML: Localization Parameters</title>
1181 <refentry version="5.0" xml:id="text.home">
1182 <refmeta>
1183 <refentrytitle>text.home</refentrytitle>
1184 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
1185 </refmeta>
1186 <refnamediv>
1187 <refname>text.home</refname>
1188 <refpurpose>Home</refpurpose>
1189 </refnamediv>
1190
1191 <refsynopsisdiv>
1192 <programlisting xml:id="text.home.frag">
1193 &lt;xsl:param name="text.home"&gt;Home&lt;/xsl:param&gt;
1194 </programlisting>
1195 </refsynopsisdiv>
1196
1197 <refsection><info><title>Description</title></info>
1198
1199 <para>FIXME:</para>
1200
1201 </refsection>
1202 </refentry>
1203
1204 <refentry version="5.0" xml:id="text.toc">
1205 <refmeta>
1206 <refentrytitle>text.toc</refentrytitle>
1207 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
1208 </refmeta>
1209 <refnamediv>
1210 <refname>text.toc</refname>
1211 <refpurpose>FIXME:</refpurpose>
1212 </refnamediv>
1213
1214 <refsynopsisdiv>
1215 <programlisting xml:id="text.toc.frag">
1216 &lt;xsl:param name="text.toc"&gt;ToC&lt;/xsl:param&gt;
1217 </programlisting>
1218 </refsynopsisdiv>
1219
1220 <refsection><info><title>Description</title></info>
1221
1222 <para>FIXME:</para>
1223
1224 </refsection>
1225 </refentry>
1226
1227 <refentry version="5.0" xml:id="text.prev">
1228 <refmeta>
1229 <refentrytitle>text.prev</refentrytitle>
1230 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
1231 </refmeta>
1232 <refnamediv>
1233 <refname>text.prev</refname>
1234 <refpurpose>FIXME:</refpurpose>
1235 </refnamediv>
1236
1237 <refsynopsisdiv>
1238 <programlisting xml:id="text.prev.frag">
1239 &lt;xsl:param name="text.prev"&gt;Prev&lt;/xsl:param&gt;
1240 </programlisting>
1241 </refsynopsisdiv>
1242
1243 <refsection><info><title>Description</title></info>
1244
1245 <para>FIXME:</para>
1246
1247 </refsection>
1248 </refentry>
1249
1250 <refentry version="5.0" xml:id="text.up">
1251 <refmeta>
1252 <refentrytitle>text.up</refentrytitle>
1253 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
1254 </refmeta>
1255 <refnamediv>
1256 <refname>text.up</refname>
1257 <refpurpose>FIXME:</refpurpose>
1258 </refnamediv>
1259
1260 <refsynopsisdiv>
1261 <programlisting xml:id="text.up.frag">
1262 &lt;xsl:param name="text.up"&gt;Up&lt;/xsl:param&gt;
1263 </programlisting>
1264 </refsynopsisdiv>
1265
1266 <refsection><info><title>Description</title></info>
1267
1268 <para>FIXME:</para>
1269
1270 </refsection>
1271 </refentry>
1272
1273 <refentry version="5.0" xml:id="text.next">
1274 <refmeta>
1275 <refentrytitle>text.next</refentrytitle>
1276 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
1277 </refmeta>
1278 <refnamediv>
1279 <refname>text.next</refname>
1280 <refpurpose>FIXME:</refpurpose>
1281 </refnamediv>
1282
1283 <refsynopsisdiv>
1284 <programlisting xml:id="text.next.frag">
1285 &lt;xsl:param name="text.next"&gt;Next&lt;/xsl:param&gt;
1286 </programlisting>
1287 </refsynopsisdiv>
1288
1289 <refsection><info><title>Description</title></info>
1290
1291 <para>FIXME:</para>
1292
1293 </refsection>
1294 </refentry>
1295
1296
1297
1298 </reference>
1299 <appendix xml:id="styleheet"><title>The Stylesheet</title>
1300
1301 <para>The <filename>param.xsl</filename> stylesheet is just a wrapper
1302 around all these parameters.</para>
1303
1304 <programlisting xml:id="top">
1305
1306 &lt;!-- This file is generated from param.xweb --&gt;
1307
1308 &lt;xsl:stylesheet exclude-result-prefixes="src" version="1.0"&gt;
1309
1310 &lt;!-- ********************************************************************
1311      $Id: param.xweb 6633 2007-02-21 18:33:33Z xmldoc $
1312      ********************************************************************
1313
1314      This file is part of the DocBook Slides Stylesheet distribution.
1315      See ../README or http://docbook.sf.net/release/xsl/current/ for
1316      copyright and other information.
1317
1318      ******************************************************************** --&gt;
1319
1320 &lt;src:fragref linkend="active.toc.frag"&gt;&lt;/src:fragref&gt;
1321 &lt;src:fragref linkend="body.bg.color.frag"&gt;&lt;/src:fragref&gt;
1322 &lt;src:fragref linkend="bullet.image.frag"&gt;&lt;/src:fragref&gt;
1323 &lt;src:fragref linkend="css.stylesheet.frag"&gt;&lt;/src:fragref&gt;
1324 &lt;src:fragref linkend="css.stylesheet.dir.frag"&gt;&lt;/src:fragref&gt;
1325 &lt;src:fragref linkend="dynamic.toc.frag"&gt;&lt;/src:fragref&gt;
1326 &lt;src:fragref linkend="foilgroup.toc.frag"&gt;&lt;/src:fragref&gt;
1327 &lt;src:fragref linkend="graphics.dir.frag"&gt;&lt;/src:fragref&gt;
1328 &lt;src:fragref linkend="hidetoc.image.frag"&gt;&lt;/src:fragref&gt;
1329 &lt;src:fragref linkend="home.image.frag"&gt;&lt;/src:fragref&gt;
1330 &lt;src:fragref linkend="keyboard.nav.frag"&gt;&lt;/src:fragref&gt;
1331 &lt;src:fragref linkend="minus.image.frag"&gt;&lt;/src:fragref&gt;
1332 &lt;src:fragref linkend="multiframe.bottom.bgcolor.frag"&gt;&lt;/src:fragref&gt;
1333 &lt;src:fragref linkend="multiframe.frag"&gt;&lt;/src:fragref&gt;
1334 &lt;src:fragref linkend="multiframe.navigation.height.frag"&gt;&lt;/src:fragref&gt;
1335 &lt;src:fragref linkend="multiframe.top.bgcolor.frag"&gt;&lt;/src:fragref&gt;
1336 &lt;src:fragref linkend="nav.separator.frag"&gt;&lt;/src:fragref&gt;
1337 &lt;src:fragref linkend="next.image.frag"&gt;&lt;/src:fragref&gt;
1338 &lt;src:fragref linkend="no.home.image.frag"&gt;&lt;/src:fragref&gt;
1339 &lt;src:fragref linkend="no.next.image.frag"&gt;&lt;/src:fragref&gt;
1340 &lt;src:fragref linkend="no.prev.image.frag"&gt;&lt;/src:fragref&gt;
1341 &lt;src:fragref linkend="no.toc.image.frag"&gt;&lt;/src:fragref&gt;
1342 &lt;src:fragref linkend="no.up.image.frag"&gt;&lt;/src:fragref&gt;
1343 &lt;src:fragref linkend="output.indent.frag"&gt;&lt;/src:fragref&gt;
1344 &lt;src:fragref linkend="overlay.frag"&gt;&lt;/src:fragref&gt;
1345 &lt;src:fragref linkend="overlay.js.frag"&gt;&lt;/src:fragref&gt;
1346 &lt;src:fragref linkend="overlay.logo.frag"&gt;&lt;/src:fragref&gt;
1347 &lt;src:fragref linkend="plus.image.frag"&gt;&lt;/src:fragref&gt;
1348 &lt;src:fragref linkend="prev.image.frag"&gt;&lt;/src:fragref&gt;
1349 &lt;src:fragref linkend="script.dir.frag"&gt;&lt;/src:fragref&gt;
1350 &lt;src:fragref linkend="show.foil.number.frag"&gt;&lt;/src:fragref&gt;
1351 &lt;src:fragref linkend="showtoc.image.frag"&gt;&lt;/src:fragref&gt;
1352 &lt;src:fragref linkend="slides.js.frag"&gt;&lt;/src:fragref&gt;
1353 &lt;src:fragref linkend="text.home.frag"&gt;&lt;/src:fragref&gt;
1354 &lt;src:fragref linkend="text.next.frag"&gt;&lt;/src:fragref&gt;
1355 &lt;src:fragref linkend="text.prev.frag"&gt;&lt;/src:fragref&gt;
1356 &lt;src:fragref linkend="text.toc.frag"&gt;&lt;/src:fragref&gt;
1357 &lt;src:fragref linkend="text.up.frag"&gt;&lt;/src:fragref&gt;
1358 &lt;src:fragref linkend="titlefoil.html.frag"&gt;&lt;/src:fragref&gt;
1359 &lt;src:fragref linkend="toc.bg.color.frag"&gt;&lt;/src:fragref&gt;
1360 &lt;src:fragref linkend="toc.hide.show.frag"&gt;&lt;/src:fragref&gt;
1361 &lt;src:fragref linkend="toc.html.frag"&gt;&lt;/src:fragref&gt;
1362 &lt;src:fragref linkend="toc.image.frag"&gt;&lt;/src:fragref&gt;
1363 &lt;src:fragref linkend="toc.row.height.frag"&gt;&lt;/src:fragref&gt;
1364 &lt;src:fragref linkend="toc.width.frag"&gt;&lt;/src:fragref&gt;
1365 &lt;src:fragref linkend="ua.js.frag"&gt;&lt;/src:fragref&gt;
1366 &lt;src:fragref linkend="up.image.frag"&gt;&lt;/src:fragref&gt;
1367 &lt;src:fragref linkend="xbCollapsibleLists.js.frag"&gt;&lt;/src:fragref&gt;
1368 &lt;src:fragref linkend="xbDOM.js.frag"&gt;&lt;/src:fragref&gt;
1369 &lt;src:fragref linkend="xbStyle.js.frag"&gt;&lt;/src:fragref&gt;
1370 &lt;src:fragref linkend="xbLibrary.js.frag"&gt;&lt;/src:fragref&gt;
1371
1372 &lt;/xsl:stylesheet&gt;
1373 </programlisting>
1374
1375 </appendix>
1376 </book>