1 <?xml version="1.0" encoding="ASCII"?>
4 <title>HTML Parameter Reference</title>
5 <releaseinfo role="meta">
6 $Id: param.xweb 8552 2009-12-07 17:45:26Z bobstayton $
10 <surname>Walsh</surname>
11 <firstname>Norman</firstname>
24 <holder>Norman Walsh</holder>
27 <para>This is reference documentation for all user-configurable
28 parameters in the DocBook XSL HTML stylesheets (for generating
32 <reference xml:id="admons"><title>Admonitions</title>
33 <refentry version="5.0" xml:id="admon.graphics.extension">
35 <refentrytitle>admon.graphics.extension</refentrytitle>
36 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
39 <refname>admon.graphics.extension</refname>
40 <refpurpose>Filename extension for admonition graphics</refpurpose>
44 <programlisting xml:id="admon.graphics.extension.frag">
45 <xsl:param name="admon.graphics.extension">.png</xsl:param>
49 <refsection><info><title>Description</title></info>
51 <para>Sets the filename extension to use on admonition graphics.</para>
56 <refentry version="5.0" xml:id="admon.graphics.path">
58 <refentrytitle>admon.graphics.path</refentrytitle>
59 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
62 <refname>admon.graphics.path</refname>
63 <refpurpose>Path to admonition graphics</refpurpose>
67 <programlisting xml:id="admon.graphics.path.frag"><xsl:param name="admon.graphics.path">images/</xsl:param></programlisting>
70 <refsection><info><title>Description</title></info>
72 <para>Sets the path to the directory containing the admonition graphics
73 (caution.png, important.png etc). This location is normally relative
74 to the output html directory. See <parameter>base.dir</parameter></para>
79 <refentry version="5.0" xml:id="admon.graphics">
81 <refentrytitle>admon.graphics</refentrytitle>
82 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
85 <refname>admon.graphics</refname>
86 <refpurpose>Use graphics in admonitions?</refpurpose>
90 <programlisting xml:id="admon.graphics.frag">
91 <xsl:param name="admon.graphics" select="0"></xsl:param>
95 <refsection><info><title>Description</title></info>
97 <para>If true (non-zero), admonitions are presented in an alternate style that uses
98 a graphic. Default graphics are provided in the distribution.
104 <refentry version="5.0" xml:id="admon.textlabel">
106 <refentrytitle>admon.textlabel</refentrytitle>
107 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
110 <refname>admon.textlabel</refname>
111 <refpurpose>Use text label in admonitions?</refpurpose>
115 <programlisting xml:id="admon.textlabel.frag">
116 <xsl:param name="admon.textlabel" select="1"></xsl:param>
120 <refsection><info><title>Description</title></info>
122 <para>If true (non-zero), admonitions are presented with a generated
123 text label such as Note or Warning in the appropriate language.
124 If zero, such labels are turned off, but any title child
125 of the admonition element are still output.
126 The default value is 1.
132 <refentry version="5.0" xml:id="admon.style">
134 <refentrytitle>admon.style</refentrytitle>
135 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
138 <refname>admon.style</refname>
139 <refpurpose>Specifies the CSS style attribute that should be added to
140 admonitions.</refpurpose>
144 <programlisting xml:id="admon.style.frag"><xsl:param name="admon.style">
145 <xsl:value-of select="concat('margin-', $direction.align.start, ': 0.5in; margin-', $direction.align.end, ': 0.5in;')"></xsl:value-of>
146 </xsl:param></programlisting>
149 <refsection><info><title>Description</title></info>
151 <para>Specifies the value of the CSS <tag class="attribute">style</tag>
152 attribute that should be added to admonitions.
159 <reference xml:id="callouts"><title>Callouts</title>
160 <refentry version="5.0" xml:id="callout.defaultcolumn">
162 <refentrytitle>callout.defaultcolumn</refentrytitle>
163 <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
166 <refname>callout.defaultcolumn</refname>
167 <refpurpose>Indicates what column callouts appear in by default</refpurpose>
171 <programlisting xml:id="callout.defaultcolumn.frag">
172 <xsl:param name="callout.defaultcolumn">60</xsl:param>
176 <refsection><info><title>Description</title></info>
178 <para>If a callout does not identify a column (for example, if it uses
179 the <literal>linerange</literal> <tag class="attribute">unit</tag>),
180 it will appear in the default column.
186 <refentry version="5.0" xml:id="callout.graphics.extension">
188 <refentrytitle>callout.graphics.extension</refentrytitle>
189 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
192 <refname>callout.graphics.extension</refname>
193 <refpurpose>Filename extension for callout graphics</refpurpose>
197 <programlisting xml:id="callout.graphics.extension.frag">
198 <xsl:param name="callout.graphics.extension">.png</xsl:param>
203 <refsection><info><title>Description</title></info>
204 <para>Sets the filename extension to use on callout graphics. </para>
207 <para>The Docbook XSL distribution provides callout graphics in the following formats:</para>
208 <listitem><para>SVG (extension: <filename class="extension">.svg</filename>)</para></listitem>
209 <listitem><para>PNG (extension: <filename class="extension">.png</filename>)</para></listitem>
210 <listitem><para>GIF (extension: <filename class="extension">.gif</filename>)</para></listitem>
215 <refentry version="5.0" xml:id="callout.graphics.number.limit">
217 <refentrytitle>callout.graphics.number.limit</refentrytitle>
218 <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
221 <refname>callout.graphics.number.limit</refname>
222 <refpurpose>Number of the largest callout graphic</refpurpose>
226 <programlisting xml:id="callout.graphics.number.limit.frag">
227 <xsl:param name="callout.graphics.number.limit">15</xsl:param>
232 <refsection><info><title>Description</title></info>
234 <para>If <parameter>callout.graphics</parameter> is non-zero, graphics
235 are used to represent callout numbers instead of plain text. The value
236 of <parameter>callout.graphics.number.limit</parameter> is the largest
237 number for which a graphic exists. If the callout number exceeds this
238 limit, the default presentation "(plain text instead of a graphic)"
245 <refentry version="5.0" xml:id="callout.graphics.path">
247 <refentrytitle>callout.graphics.path</refentrytitle>
248 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
251 <refname>callout.graphics.path</refname>
252 <refpurpose>Path to callout graphics</refpurpose>
256 <programlisting xml:id="callout.graphics.path.frag">
257 <xsl:param name="callout.graphics.path">images/callouts/</xsl:param>
261 <refsection><info><title>Description</title></info>
263 <para>Sets the path to the directory holding the callout graphics. his
264 location is normally relative to the output html directory. see
265 base.dir. Always terminate the directory with / since the graphic file
266 is appended to this string, hence needs the separator.
272 <refentry version="5.0" xml:id="callout.graphics">
274 <refentrytitle>callout.graphics</refentrytitle>
275 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
278 <refname>callout.graphics</refname>
279 <refpurpose>Use graphics for callouts?</refpurpose>
283 <programlisting xml:id="callout.graphics.frag">
284 <xsl:param name="callout.graphics" select="1"></xsl:param>
288 <refsection><info><title>Description</title></info>
290 <para>If non-zero, callouts are presented with graphics (e.g., reverse-video
291 circled numbers instead of "(1)", "(2)", etc.).
292 Default graphics are provided in the distribution.
298 <refentry version="5.0" xml:id="callout.list.table">
300 <refentrytitle>callout.list.table</refentrytitle>
301 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
304 <refname>callout.list.table</refname>
305 <refpurpose>Present callout lists using a table?</refpurpose>
309 <programlisting xml:id="callout.list.table.frag">
310 <xsl:param name="callout.list.table" select="1"></xsl:param>
314 <refsection><info><title>Description</title></info>
316 <para>The default presentation of <tag>calloutlist</tag>s uses
317 an HTML <tag>DL</tag> element. Some browsers don't align DLs very well
318 if <parameter>callout.graphics</parameter> is used. With this option
319 turned on, <tag>calloutlist</tag>s are presented in an HTML
320 <tag>TABLE</tag>, which usually results in better alignment
321 of the callout number with the callout description.</para>
326 <refentry version="5.0" xml:id="callout.unicode.number.limit">
328 <refentrytitle>callout.unicode.number.limit</refentrytitle>
329 <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
332 <refname>callout.unicode.number.limit</refname>
333 <refpurpose>Number of the largest unicode callout character</refpurpose>
337 <programlisting xml:id="callout.unicode.number.limit.frag">
338 <xsl:param name="callout.unicode.number.limit">10</xsl:param>
342 <refsection><info><title>Description</title></info>
344 <para>If <parameter>callout.unicode</parameter>
345 is non-zero, unicode characters are used to represent
346 callout numbers. The value of
347 <parameter>callout.unicode.number.limit</parameter>
349 the largest number for which a unicode character exists. If the callout number
350 exceeds this limit, the default presentation "(nnn)" will always
357 <refentry version="5.0" xml:id="callout.unicode.start.character">
359 <refentrytitle>callout.unicode.start.character</refentrytitle>
360 <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
363 <refname>callout.unicode.start.character</refname>
364 <refpurpose>First Unicode character to use, decimal value.</refpurpose>
368 <programlisting xml:id="callout.unicode.start.character.frag">
369 <xsl:param name="callout.unicode.start.character">10102</xsl:param>
373 <refsection><info><title>Description</title></info>
375 <para>If <parameter>callout.graphics</parameter> is zero and <parameter>callout.unicode</parameter>
376 is non-zero, unicode characters are used to represent
377 callout numbers. The value of
378 <parameter>callout.unicode.start.character</parameter>
379 is the decimal unicode value used for callout number one. Currently,
380 only 10102 is supported in the stylesheets for this parameter.
386 <refentry version="5.0" xml:id="callout.unicode">
388 <refentrytitle>callout.unicode</refentrytitle>
389 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
392 <refname>callout.unicode</refname>
393 <refpurpose>Use Unicode characters rather than images for callouts.</refpurpose>
397 <programlisting xml:id="callout.unicode.frag"><xsl:param name="callout.unicode" select="0"></xsl:param></programlisting>
400 <refsection><info><title>Description</title></info>
402 <para>The stylesheets can use either an image of the numbers one to ten, or the single Unicode character which represents the numeral, in white on a black background. Use this to select the Unicode character option.
408 <refentry version="5.0" xml:id="callouts.extension">
410 <refentrytitle>callouts.extension</refentrytitle>
411 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
414 <refname>callouts.extension</refname>
415 <refpurpose>Enable the callout extension</refpurpose>
419 <programlisting xml:id="callouts.extension.frag">
420 <xsl:param name="callouts.extension" select="1"></xsl:param>
424 <refsection><info><title>Description</title></info>
426 <para>The callouts extension processes <tag>areaset</tag>
427 elements in <tag>programlistingco</tag> and other text-based
435 <reference xml:id="ebnf"><title>EBNF</title>
436 <refentry version="5.0" xml:id="ebnf.table.bgcolor">
438 <refentrytitle>ebnf.table.bgcolor</refentrytitle>
439 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>
442 <refname>ebnf.table.bgcolor</refname>
443 <refpurpose>Background color for EBNF tables</refpurpose>
447 <programlisting xml:id="ebnf.table.bgcolor.frag">
448 <xsl:param name="ebnf.table.bgcolor">#F5DCB3</xsl:param>
452 <refsection><info><title>Description</title></info>
454 <para>Sets the background color for EBNF tables (a pale brown). No
455 <tag>bgcolor</tag> attribute is output if
456 <parameter>ebnf.table.bgcolor</parameter> is set to the null string. </para>
462 <refentry version="5.0" xml:id="ebnf.table.border">
464 <refentrytitle>ebnf.table.border</refentrytitle>
465 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
468 <refname>ebnf.table.border</refname>
469 <refpurpose>Selects border on EBNF tables</refpurpose>
473 <programlisting xml:id="ebnf.table.border.frag"><xsl:param name="ebnf.table.border" select="1"></xsl:param></programlisting>
476 <refsection><info><title>Description</title></info>
478 <para>Selects the border on EBNF tables. If non-zero, the tables have
479 borders, otherwise they don't.</para>
484 <refentry version="5.0" xml:id="ebnf.assignment">
486 <refentrytitle>ebnf.assignment</refentrytitle>
487 <refmiscinfo class="other" otherclass="datatype">rtf</refmiscinfo>
490 <refname>ebnf.assignment</refname>
491 <refpurpose>The EBNF production assignment operator</refpurpose>
495 <programlisting xml:id="ebnf.assignment.frag">
496 <xsl:param name="ebnf.assignment">
497 <code>::=</code>
503 <refsection><info><title>Description</title></info>
505 <para>The <parameter>ebnf.assignment</parameter> parameter determines what
506 text is used to show <quote>assignment</quote> in <tag>production</tag>s
507 in <tag>productionset</tag>s.</para>
509 <para>While <quote><literal>::=</literal></quote> is common, so are several
510 other operators.</para>
515 <refentry version="5.0" xml:id="ebnf.statement.terminator">
517 <refentrytitle>ebnf.statement.terminator</refentrytitle>
518 <refmiscinfo class="other" otherclass="datatype">rtf</refmiscinfo>
521 <refname>ebnf.statement.terminator</refname>
522 <refpurpose>Punctuation that ends an EBNF statement.</refpurpose>
526 <programlisting xml:id="ebnf.statement.terminator.frag">
527 <xsl:param name="ebnf.statement.terminator"></xsl:param>
532 <refsection><info><title>Description</title></info>
534 <para>The <parameter>ebnf.statement.terminator</parameter> parameter determines what
535 text is used to terminate each <tag>production</tag>
536 in <tag>productionset</tag>.</para>
538 <para>Some notations end each statement with a period.</para>
544 <reference xml:id="toc_index"><title>ToC/LoT/Index Generation</title>
545 <refentry version="5.0" xml:id="annotate.toc">
547 <refentrytitle>annotate.toc</refentrytitle>
548 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
551 <refname>annotate.toc</refname>
552 <refpurpose>Annotate the Table of Contents?</refpurpose>
556 <programlisting xml:id="annotate.toc.frag"><xsl:param name="annotate.toc" select="1"></xsl:param></programlisting>
559 <refsection><info><title>Description</title></info>
561 <para>If true, TOCs will be annotated. At present, this just means
562 that the <tag>refpurpose</tag> of <tag>refentry</tag>
563 TOC entries will be displayed.
569 <refentry version="5.0" xml:id="autotoc.label.separator">
571 <refentrytitle>autotoc.label.separator</refentrytitle>
572 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
575 <refname>autotoc.label.separator</refname>
576 <refpurpose>Separator between labels and titles in the ToC</refpurpose>
580 <programlisting xml:id="autotoc.label.separator.frag">
581 <xsl:param name="autotoc.label.separator">. </xsl:param>
585 <refsection><info><title>Description</title></info>
587 <para>String used to separate labels and titles in a table of contents.</para>
592 <refentry version="5.0" xml:id="autotoc.label.in.hyperlink">
594 <refentrytitle>autotoc.label.in.hyperlink</refentrytitle>
595 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
598 <refname>autotoc.label.in.hyperlink</refname>
599 <refpurpose>Include label in hyperlinked titles in TOC?</refpurpose>
603 <programlisting xml:id="autotoc.label.in.hyperlink.frag"><xsl:param name="autotoc.label.in.hyperlink" select="1"></xsl:param></programlisting>
606 <refsection><info><title>Description</title></info>
608 <para>If the value of
609 <parameter>autotoc.label.in.hyperlink</parameter> is non-zero, labels
610 are included in hyperlinked titles in the TOC. If it is instead zero,
611 labels are still displayed prior to the hyperlinked titles, but
612 are not hyperlinked along with the titles.</para>
617 <refentry version="5.0" xml:id="process.source.toc">
619 <refentrytitle>process.source.toc</refentrytitle>
620 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
623 <refname>process.source.toc</refname>
624 <refpurpose>Process a non-empty <tag>toc</tag> element if it occurs in a source document?</refpurpose>
628 <programlisting xml:id="process.source.toc.frag"><xsl:param name="process.source.toc" select="0"></xsl:param></programlisting>
631 <refsection><info><title>Description</title></info>
633 <para>Specifies that the contents of a non-empty "hard-coded"
634 <tag>toc</tag> element in a source document are processed to
635 generate a TOC in output.
637 <para>This parameter has no effect on automated generation of
638 TOCs. An automated TOC may still be generated along with the
639 "hard-coded" TOC. To suppress automated TOC generation, adjust the
640 value of the <parameter>generate.toc</parameter> paramameter.</para>
642 <para>The <tag>process.source.toc</tag> parameter also has
643 no effect if the <tag>toc</tag> element is empty; handling
644 for empty <tag>toc</tag> is controlled by the
645 <parameter>process.empty.source.toc</parameter> parameter.</para>
652 <refentry version="5.0" xml:id="process.empty.source.toc">
654 <refentrytitle>process.empty.source.toc</refentrytitle>
655 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
658 <refname>process.empty.source.toc</refname>
659 <refpurpose>Generate automated TOC if <tag>toc</tag> element occurs in a source document?</refpurpose>
663 <programlisting xml:id="process.empty.source.toc.frag"><xsl:param name="process.empty.source.toc" select="0"></xsl:param></programlisting>
666 <refsection><info><title>Description</title></info>
668 <para>Specifies that if an empty <tag>toc</tag> element is found in a
669 source document, an automated TOC is generated at this point in the
672 <para>Depending on what the value of the
673 <parameter>generate.toc</parameter> parameter is, setting this
674 parameter to <literal>1</literal> could result in generation of
675 duplicate automated TOCs. So the
676 <parameter>process.empty.source.toc</parameter> is primarily useful
677 as an "override": by placing an empty <tag>toc</tag> in your
678 document and setting this parameter to <literal>1</literal>, you can
679 force a TOC to be generated even if <tag>generate.toc</tag>
687 <refentry version="5.0" xml:id="bridgehead.in.toc">
689 <refentrytitle>bridgehead.in.toc</refentrytitle>
690 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
693 <refname>bridgehead.in.toc</refname>
694 <refpurpose>Should bridgehead elements appear in the TOC?</refpurpose>
698 <programlisting xml:id="bridgehead.in.toc.frag"><xsl:param name="bridgehead.in.toc" select="0"></xsl:param></programlisting>
701 <refsection><info><title>Description</title></info>
703 <para>If non-zero, <tag>bridgehead</tag>s appear in the TOC. Note that
704 this option is not fully supported and may be removed in a future
705 version of the stylesheets.
711 <refentry version="5.0" xml:id="simplesect.in.toc">
713 <refentrytitle>simplesect.in.toc</refentrytitle>
714 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
717 <refname>simplesect.in.toc</refname>
718 <refpurpose>Should <tag>simplesect</tag> elements appear in the TOC?</refpurpose>
722 <programlisting xml:id="simplesect.in.toc.frag"><xsl:param name="simplesect.in.toc" select="0"></xsl:param></programlisting>
725 <refsection><info><title>Description</title></info>
727 <para>If non-zero, <tag>simplesect</tag>s will be included in the TOC.
733 <refentry version="5.0" xml:id="manual.toc">
735 <refentrytitle>manual.toc</refentrytitle>
736 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
739 <refname>manual.toc</refname>
740 <refpurpose>An explicit TOC to be used for the TOC</refpurpose>
744 <programlisting xml:id="manual.toc.frag">
745 <xsl:param name="manual.toc"></xsl:param>
749 <refsection><info><title>Description</title></info>
751 <para>The <parameter>manual.toc</parameter> identifies an explicit TOC that
752 will be used for building the printed TOC.
758 <refentry version="5.0" xml:id="toc.list.type">
760 <refentrytitle>toc.list.type</refentrytitle>
761 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
762 <refmiscinfo class="other" otherclass="value">dl</refmiscinfo>
763 <refmiscinfo class="other" otherclass="value">ul</refmiscinfo>
764 <refmiscinfo class="other" otherclass="value">ol</refmiscinfo>
767 <refname>toc.list.type</refname>
768 <refpurpose>Type of HTML list element to use for Tables of Contents</refpurpose>
772 <programlisting xml:id="toc.list.type.frag"><xsl:param name="toc.list.type">dl</xsl:param></programlisting>
775 <refsection><info><title>Description</title></info>
777 <para>When an automatically generated Table of Contents (or List of Titles)
778 is produced, this HTML element will be used to make the list.
784 <refentry version="5.0" xml:id="toc.section.depth">
786 <refentrytitle>toc.section.depth</refentrytitle>
787 <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
790 <refname>toc.section.depth</refname>
791 <refpurpose>How deep should recursive <tag>section</tag>s appear
792 in the TOC?</refpurpose>
796 <programlisting xml:id="toc.section.depth.frag"><xsl:param name="toc.section.depth">2</xsl:param></programlisting>
799 <refsection><info><title>Description</title></info>
801 <para>Specifies the depth to which recursive sections should appear in the
808 <refentry version="5.0" xml:id="toc.max.depth">
810 <refentrytitle>toc.max.depth</refentrytitle>
811 <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
814 <refname>toc.max.depth</refname>
815 <refpurpose>How many levels should be created for each TOC?</refpurpose>
819 <programlisting xml:id="toc.max.depth.frag"><xsl:param name="toc.max.depth">8</xsl:param></programlisting>
822 <refsection><info><title>Description</title></info>
824 <para>Specifies the maximal depth of TOC on all levels.</para>
829 <refentry version="5.0" xml:id="generate.toc">
831 <refentrytitle>generate.toc</refentrytitle>
832 <refmiscinfo class="other" otherclass="datatype">table</refmiscinfo>
835 <refname>generate.toc</refname>
836 <refpurpose>Control generation of ToCs and LoTs</refpurpose>
840 <programlisting xml:id="generate.toc.frag">
841 <xsl:param name="generate.toc">
845 book toc,title,figure,table,example,equation
864 <refsection><info><title>Description</title></info>
866 <para>This parameter has a structured value. It is a table of space-delimited
867 path/value pairs. Each path identifies some element in the source document
868 using a restricted subset of XPath (only the implicit child axis, no wildcards,
869 no predicates). Paths can be either relative or absolute.</para>
871 <para>When processing a particular element, the stylesheets consult this table to
872 determine if a ToC (or LoT(s)) should be generated.</para>
874 <para>For example, consider the entry:</para>
876 <screen>book toc,figure</screen>
878 <para>This indicates that whenever a <tag>book</tag> is formatted, a
879 Table Of Contents and a List of Figures should be generated. Similarly,</para>
881 <screen>/chapter toc</screen>
883 <para>indicates that whenever a document <emphasis>that has a root
884 of</emphasis> <tag>chapter</tag> is formatted, a Table of
885 Contents should be generated. The entry <literal>chapter</literal> would match
886 all chapters, but <literal>/chapter</literal> matches only <tag>chapter</tag>
887 document elements.</para>
889 <para>Generally, the longest match wins. So, for example, if you want to distinguish
890 articles in books from articles in parts, you could use these two entries:</para>
892 <screen>book/article toc,figure
893 part/article toc</screen>
895 <para>Note that an article in a part can never match a <literal>book/article</literal>,
896 so if you want nothing to be generated for articles in parts, you can simply leave
897 that rule out.</para>
899 <para>If you want to leave the rule in, to make it explicit that you're turning
900 something off, use the value <quote>nop</quote>. For example, the following
901 entry disables ToCs and LoTs for articles:</para>
903 <screen>article nop</screen>
905 <para>Do not simply leave the word <quote>article</quote> in the file
906 without a matching value. That'd be just begging the silly little
907 path/value parser to get confused.</para>
909 <para>Section ToCs are further controlled by the
910 <parameter>generate.section.toc.level</parameter> parameter.
911 For a given section level to have a ToC, it must have both an entry in
912 <parameter>generate.toc</parameter> and be within the range enabled by
913 <parameter>generate.section.toc.level</parameter>.</para>
917 <refentry version="5.0" xml:id="generate.section.toc.level">
919 <refentrytitle>generate.section.toc.level</refentrytitle>
920 <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
923 <refname>generate.section.toc.level</refname>
924 <refpurpose>Control depth of TOC generation in sections</refpurpose>
928 <programlisting xml:id="generate.section.toc.level.frag">
929 <xsl:param name="generate.section.toc.level" select="0"></xsl:param>
933 <refsection><info><title>Description</title></info>
935 <para>The <parameter>generate.section.toc.level</parameter> parameter
936 controls the depth of <tag>section</tag> in which TOCs will be generated. Note
937 that this is related to, but not the same as
938 <parameter>toc.section.depth</parameter>, which controls the depth to
939 which TOC entries will be generated in a given TOC.</para>
940 <para>If, for example, <parameter>generate.section.toc.level</parameter>
941 is <literal>3</literal>, TOCs will be generated in first, second, and third
942 level sections, but not in fourth level sections.
948 <refentry version="5.0" xml:id="generate.index">
950 <refentrytitle>generate.index</refentrytitle>
951 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
954 <refname>generate.index</refname>
955 <refpurpose>Do you want an index?</refpurpose>
959 <programlisting xml:id="generate.index.frag"><xsl:param name="generate.index" select="1"></xsl:param></programlisting>
962 <refsection><info><title>Description</title></info>
964 <para>Specify if an index should be generated. </para>
969 <refentry version="5.0" xml:id="index.method">
971 <refentrytitle>index.method</refentrytitle>
972 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
973 <refmiscinfo class="other" otherclass="value">basic</refmiscinfo>
974 <refmiscinfo class="other" otherclass="value">kosek</refmiscinfo>
975 <refmiscinfo class="other" otherclass="value">kimber</refmiscinfo>
978 <refname>index.method</refname>
979 <refpurpose>Select method used to group index entries in an index</refpurpose>
983 <programlisting xml:id="index.method.frag">
984 <xsl:param name="index.method">basic</xsl:param>
988 <refsection><info><title>Description</title></info>
990 <para>This parameter lets you select which method to use for sorting and grouping
991 index entries in an index.
992 Indexes in Latin-based languages that have accented characters typically
993 sort together accented words and unaccented words.
994 Thus <quote>Á</quote> (U+00C1 LATIN CAPITAL LETTER A WITH ACUTE) would sort together
995 with <quote>A</quote> (U+0041 LATIN CAPITAL LETTER A), so both would appear in the <quote>A</quote>
996 section of the index.
997 Languages using other alphabets (such as Russian, which is written in the Cyrillic alphabet)
998 and languages using ideographic chararacters (such as Japanese)
999 require grouping specific to the languages and alphabets.
1002 <para>The default indexing method is limited.
1003 It can group accented characters in Latin-based languages only.
1004 It cannot handle non-Latin alphabets or ideographic languages.
1005 The other indexing methods require extensions of one type or
1006 another, and do not work with
1007 all XSLT processors, which is why they are not used by default.</para>
1009 <para>The three choices for indexing method are:</para>
1012 <term><literal>basic</literal></term>
1015 (default) Sort and groups words based only on the Latin alphabet.
1016 Words with accented Latin letters will group and sort with
1017 their respective primary letter, but
1018 words in non-Latin alphabets will be
1019 put in the <quote>Symbols</quote> section of the index.
1024 <term><literal>kosek</literal></term>
1027 This method sorts and groups words based on letter groups configured in
1028 the DocBook locale file for the given language.
1029 See, for example, the French locale file <filename>common/fr.xml</filename>.
1030 This method requires that the XSLT processor
1031 supports the EXSLT extensions (most do).
1032 It also requires support for using
1033 user-defined functions in xsl:key (xsltproc does not).
1035 <para>This method is suitable for any language for which you can
1036 list all the individual characters that should appear
1037 in each letter group in an index.
1038 It is probably not practical to use it for ideographic languages
1039 such as Chinese that have hundreds or thousands of characters.
1042 <para>To use the kosek method, you must:</para>
1046 <para>Use a processor that supports its extensions, such as
1047 Saxon 6 or Xalan (xsltproc and Saxon 8 do not).
1051 <para>Set the index.method parameter's value to <quote>kosek</quote>.
1055 <para>Import the appropriate index extensions stylesheet module
1056 <filename>fo/autoidx-kosek.xsl</filename> or
1057 <filename>html/autoidx-kosek.xsl</filename> into your
1066 <term><literal>kimber</literal></term>
1069 This method uses extensions to the Saxon processor to implement
1070 sophisticated indexing processes. It uses its own
1071 configuration file, which can include information for any number of
1072 languages. Each language's configuration can group
1073 words using one of two processes. In the
1074 enumerated process similar to that used in the kosek method,
1075 you indicate the groupings character-by-character.
1076 In the between-key process, you specify the
1077 break-points in the sort order that should start a new group.
1078 The latter configuration is useful for ideographic languages
1079 such as Chinese, Japanese, and Korean.
1080 You can also define your own collation algorithms and how you
1081 want mixed Latin-alphabet words sorted.</para>
1084 <para>For a whitepaper describing the extensions, see:
1085 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.innodata-isogen.com/knowledge_center/white_papers/back_of_book_for_xsl_fo.pdf">http://www.innodata-isogen.com/knowledge_center/white_papers/back_of_book_for_xsl_fo.pdf</link>.
1089 <para>To download the extension library, see
1090 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.innodata-isogen.com/knowledge_center/tools_downloads/i18nsupport">http://www.innodata-isogen.com/knowledge_center/tools_downloads/i18nsupport</link>.
1095 <para>To use the kimber method, you must:</para>
1099 <para>Use Saxon (version 6 or 8) as your XSLT processor.
1103 <para>Install and configure the Innodata Isogen library, using
1104 the documentation that comes with it.
1108 <para>Set the index.method parameter's value to <quote>kimber</quote>.
1112 <para>Import the appropriate index extensions stylesheet module
1113 <filename>fo/autoidx-kimber.xsl</filename> or
1114 <filename>html/autoidx-kimber.xsl</filename> into your
1127 <refentry version="5.0" xml:id="index.on.type">
1129 <refentrytitle>index.on.type</refentrytitle>
1130 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
1133 <refname>index.on.type</refname>
1134 <refpurpose>Select indexterms based on <tag class="attribute">type</tag>
1135 attribute value</refpurpose>
1139 <programlisting xml:id="index.on.type.frag">
1140 <xsl:param name="index.on.type" select="0"></xsl:param>
1144 <refsection><info><title>Description</title></info>
1148 then an <tag>index</tag> element that has a
1149 <tag class="attribute">type</tag> attribute
1150 value will contain only those <tag>indexterm</tag>
1151 elements with a matching <tag class="attribute">type</tag> attribute value.
1152 If an <tag>index</tag> has no <tag class="attribute">type</tag>
1153 attribute or it is blank, then the index will contain
1154 all <tag>indexterm</tag>s in the current scope.
1158 If <literal>index.on.type</literal> is zero, then the
1159 <tag class="attribute">type</tag> attribute has no effect
1160 on selecting indexterms for an index.
1163 <para>For those using DocBook version 4.2 or earlier,
1164 the <tag class="attribute">type</tag> attribute is not available
1165 for index terms. However, you can achieve the same
1166 effect by using the <tag class="attribute">role</tag> attribute
1167 in the same manner on <tag>indexterm</tag>
1168 and <tag>index</tag>, and setting the stylesheet parameter
1169 <parameter>index.on.role</parameter> to a nonzero value.
1175 <refentry version="5.0" xml:id="index.on.role">
1177 <refentrytitle>index.on.role</refentrytitle>
1178 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
1181 <refname>index.on.role</refname>
1182 <refpurpose>Select indexterms based on <tag class="attribute">role</tag> value</refpurpose>
1186 <programlisting xml:id="index.on.role.frag">
1187 <xsl:param name="index.on.role" select="0"></xsl:param>
1191 <refsection><info><title>Description</title></info>
1195 then an <tag>index</tag> element that has a
1196 <tag class="attribute">role</tag> attribute
1197 value will contain only those <tag>indexterm</tag>
1198 elements with a matching role value.
1199 If an <tag>index</tag> has no <tag class="attribute">role</tag>
1200 attribute or it is blank, then the index will contain
1201 all <tag>indexterm</tag>s in the current scope.
1204 If <literal>index.on.role</literal> is zero, then the
1205 <tag class="attribute">role</tag> attribute has no effect
1206 on selecting indexterms for an index.
1209 <para>If you are using DocBook version 4.3 or later, you should
1210 use the <tag class="attribute">type</tag> attribute instead of <tag class="attribute">role</tag>
1211 on <tag>indexterm</tag> and <tag>index</tag>,
1212 and set the <parameter>index.on.type</parameter> to a nonzero
1219 <refentry version="5.0" xml:id="index.links.to.section">
1221 <refentrytitle>index.links.to.section</refentrytitle>
1222 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
1225 <refname>index.links.to.section</refname>
1226 <refpurpose>HTML index entries link to container section title</refpurpose>
1230 <programlisting xml:id="index.links.to.section.frag">
1231 <xsl:param name="index.links.to.section" select="1"></xsl:param>
1235 <refsection><info><title>Description</title></info>
1237 <para>If zero, then an index entry in an index links
1238 directly to the location of the
1239 generated <tag>anchor</tag> that is output
1240 for the indexterm. If two identical indexterm elements
1241 exist in the same section, then both entries appear
1242 in the index with the same title but link to different
1245 <para>If non-zero, then an index entry in an index links to the
1246 section title containing the <tag>indexterm</tag>, rather than
1247 directly to the <tag>anchor</tag> output for the indexterm.
1248 Duplicate indexterm entries in the same section are dropped.
1251 <para>The default value is 1, so index entries link to
1252 section titles by default.</para>
1254 <para>In both cases, the link text in an index entry is the
1255 title of the section containing the indexterm.
1256 That is because HTML does not have numbered pages.
1257 It also provides the reader with context information
1258 for each link.</para>
1260 <para>This parameter lets you choose which style of
1261 index linking you want. </para>
1265 <para>When set to 0, an index entry takes you
1266 to the precise location of its corresponding indexterm.
1267 However, if you have a lot of duplicate
1268 entries in sections, then you have a lot of duplicate
1269 titles in the index, which makes it more cluttered.
1270 The reader may not recognize why duplicate titles
1271 appear until they follow the links. Also, the links
1272 may land the reader in the middle of a section where the
1273 section title is not visible, which may also be
1274 confusing to the reader.</para>
1277 <para>When set to 1, an index entry link is
1278 less precise, but duplicate titles in the
1279 index entries are eliminated.
1280 Landing on the section title location may confirm the reader's
1281 expectation that a link that
1282 shows a section title will take them to that section title,
1283 not a location within the section.
1291 <refentry version="5.0" xml:id="index.prefer.titleabbrev">
1293 <refentrytitle>index.prefer.titleabbrev</refentrytitle>
1294 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
1297 <refname>index.prefer.titleabbrev</refname>
1298 <refpurpose>Should abbreviated titles be used as back references?</refpurpose>
1302 <programlisting xml:id="index.prefer.titleabbrev.frag">
1303 <xsl:param name="index.prefer.titleabbrev" select="0"></xsl:param>
1307 <refsection><info><title>Description</title></info>
1309 <para>If non-zero, and if a <tag>titleabbrev</tag> is defined, the abbreviated title
1310 is used as the link text of a back reference in the index.
1316 <refentry version="5.0" xml:id="index.term.separator">
1318 <refentrytitle>index.term.separator</refentrytitle>
1319 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
1322 <refname>index.term.separator</refname>
1323 <refpurpose>Override for punctuation separating an index term
1324 from its list of page references in an index</refpurpose>
1328 <programlisting xml:id="index.term.separator.frag">
1329 <xsl:param name="index.term.separator"></xsl:param>
1333 <refsection><info><title>Description</title></info>
1335 <para>This parameter permits you to override
1336 the text to insert between
1337 the end of an index term and its list of page references.
1338 Typically that might be a comma and a space.
1341 <para>Because this text may be locale dependent,
1342 this parameter's value is normally taken from a gentext
1343 template named 'term-separator' in the
1344 context 'index' in the stylesheet
1345 locale file for the language
1346 of the current document.
1347 This parameter can be used to override the gentext string,
1348 and would typically be used on the command line.
1349 This parameter would apply to all languages.
1352 <para>So this text string can be customized in two ways.
1353 You can reset the default gentext string using
1354 the <parameter>local.l10n.xml</parameter> parameter, or you can
1355 fill in the content for this normally empty
1357 The content can be a simple string, or it can be
1358 something more complex such as a call-template.
1359 For fo output, it could be an <tag>fo:leader</tag>
1360 element to provide space of a specific length, or a dot leader.
1366 <refentry version="5.0" xml:id="index.number.separator">
1368 <refentrytitle>index.number.separator</refentrytitle>
1369 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
1372 <refname>index.number.separator</refname>
1373 <refpurpose>Override for punctuation separating page numbers in index</refpurpose>
1377 <programlisting xml:id="index.number.separator.frag">
1378 <xsl:param name="index.number.separator"></xsl:param>
1382 <refsection><info><title>Description</title></info>
1384 <para>This parameter permits you to override the text to insert between
1385 page references in a formatted index entry. Typically
1386 that would be a comma and a space.
1389 <para>Because this text may be locale dependent,
1390 this parameter's value is normally taken from a gentext
1391 template named 'number-separator' in the
1392 context 'index' in the stylesheet
1393 locale file for the language
1394 of the current document.
1395 This parameter can be used to override the gentext string,
1396 and would typically be used on the command line.
1397 This parameter would apply to all languages.
1400 <para>So this text string can be customized in two ways.
1401 You can reset the default gentext string using
1402 the <parameter>local.l10n.xml</parameter> parameter, or you can
1403 override the gentext with the content of this parameter.
1404 The content can be a simple string, or it can be
1405 something more complex such as a call-template.
1408 <para>In HTML index output, section title references are used instead of
1409 page number references. This punctuation appears between
1410 such section titles in an HTML index.
1416 <refentry version="5.0" xml:id="index.range.separator">
1418 <refentrytitle>index.range.separator</refentrytitle>
1419 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
1422 <refname>index.range.separator</refname>
1423 <refpurpose>Override for punctuation separating the two numbers
1424 in a page range in index</refpurpose>
1428 <programlisting xml:id="index.range.separator.frag">
1429 <xsl:param name="index.range.separator"></xsl:param>
1433 <refsection><info><title>Description</title></info>
1435 <para>This parameter permits you
1436 to override the text to insert between
1437 the two numbers of a page range in an index.
1438 This parameter is only used by those XSL-FO processors
1439 that support an extension for generating such page ranges
1440 (such as XEP).</para>
1442 <para>Because this text may be locale dependent,
1443 this parameter's value is normally taken from a gentext
1444 template named 'range-separator' in the
1445 context 'index' in the stylesheet
1446 locale file for the language
1447 of the current document.
1448 This parameter can be used to override the gentext string,
1449 and would typically be used on the command line.
1450 This parameter would apply to all languages.
1453 <para>So this text string can be customized in two ways.
1454 You can reset the default gentext string using
1455 the <parameter>local.l10n.xml</parameter> parameter, or you can
1456 override the gentext with the content of this parameter.
1457 The content can be a simple string, or it can be
1458 something more complex such as a call-template.
1461 <para>In HTML index output, section title references are used instead of
1462 page number references. So there are no page ranges
1463 and this parameter has no effect.
1470 <reference xml:id="dbk_ext"><title>Stylesheet Extensions</title>
1471 <refentry version="5.0" xml:id="linenumbering.everyNth">
1473 <refentrytitle>linenumbering.everyNth</refentrytitle>
1474 <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
1477 <refname>linenumbering.everyNth</refname>
1478 <refpurpose>Indicate which lines should be numbered</refpurpose>
1482 <programlisting xml:id="linenumbering.everyNth.frag">
1483 <xsl:param name="linenumbering.everyNth">5</xsl:param>
1487 <refsection><info><title>Description</title></info>
1489 <para>If line numbering is enabled, everyNth line will be
1490 numbered. Note that numbering is one based, not zero based.
1496 <refentry version="5.0" xml:id="linenumbering.extension">
1498 <refentrytitle>linenumbering.extension</refentrytitle>
1499 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
1502 <refname>linenumbering.extension</refname>
1503 <refpurpose>Enable the line numbering extension</refpurpose>
1507 <programlisting xml:id="linenumbering.extension.frag">
1508 <xsl:param name="linenumbering.extension" select="1"></xsl:param>
1512 <refsection><info><title>Description</title></info>
1514 <para>If non-zero, verbatim environments (<tag>address</tag>, <tag>literallayout</tag>,
1515 <tag>programlisting</tag>, <tag>screen</tag>, <tag>synopsis</tag>) that specify line numbering will
1522 <refentry version="5.0" xml:id="linenumbering.separator">
1524 <refentrytitle>linenumbering.separator</refentrytitle>
1525 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
1528 <refname>linenumbering.separator</refname>
1529 <refpurpose>Specify a separator between line numbers and lines</refpurpose>
1533 <programlisting xml:id="linenumbering.separator.frag">
1534 <xsl:param name="linenumbering.separator"><xsl:text> </xsl:text></xsl:param>
1538 <refsection><info><title>Description</title></info>
1540 <para>The separator is inserted between line numbers and lines in the
1541 verbatim environment. The default value is a single white space.
1542 Note the interaction with <parameter>linenumbering.width</parameter>
1548 <refentry version="5.0" xml:id="linenumbering.width">
1550 <refentrytitle>linenumbering.width</refentrytitle>
1551 <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
1554 <refname>linenumbering.width</refname>
1555 <refpurpose>Indicates the width of line numbers</refpurpose>
1559 <programlisting xml:id="linenumbering.width.frag">
1560 <xsl:param name="linenumbering.width">3</xsl:param>
1564 <refsection><info><title>Description</title></info>
1566 <para>If line numbering is enabled, line numbers will appear right
1567 justified in a field "width" characters wide.
1573 <refentry version="5.0" xml:id="tablecolumns.extension">
1575 <refentrytitle>tablecolumns.extension</refentrytitle>
1576 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
1579 <refname>tablecolumns.extension</refname>
1580 <refpurpose>Enable the table columns extension function</refpurpose>
1584 <programlisting xml:id="tablecolumns.extension.frag">
1585 <xsl:param name="tablecolumns.extension" select="1"></xsl:param>
1589 <refsection><info><title>Description</title></info>
1591 <para>The table columns extension function adjusts the widths of table
1592 columns in the HTML result to more accurately reflect the specifications
1599 <refentry version="5.0" xml:id="textinsert.extension">
1601 <refentrytitle>textinsert.extension</refentrytitle>
1602 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
1605 <refname>textinsert.extension</refname>
1606 <refpurpose>Enables the textinsert extension element</refpurpose>
1609 <programlisting xml:id="textinsert.extension.frag">
1610 <xsl:param name="textinsert.extension" select="1"></xsl:param>
1613 <refsection><info><title>Description</title></info>
1614 <para>The textinsert extension element inserts the contents of
1615 a file into the result tree (as text).</para>
1617 <para>To use the textinsert extension element, you must use
1618 either Saxon or Xalan as your XSLT processor (it doesn’t
1619 work with xsltproc), along with either the DocBook Saxon
1620 extensions or DocBook Xalan extensions (for more
1621 information about those extensions, see <link xmlns:xlink="http://www.w3.org/1999/xlink" role="tcg" xlink:href="InstallingAProcessor.html#SaxonExtensions">DocBook Saxon Extensions</link> and <link xmlns:xlink="http://www.w3.org/1999/xlink" role="tcg" xlink:href="InstallingAProcessor.html#XalanExtensions">DocBook Xalan Extensions</link>), and you must set both
1622 the <parameter>use.extensions</parameter> and
1623 <parameter>textinsert.extension</parameter> parameters to
1624 <literal>1</literal>.</para>
1625 <para>As an alternative to using the textinsert element,
1626 consider using an Xinclude element with the
1627 <literal>parse="text"</literal> attribute and value
1628 specified, as detailed in <link xmlns:xlink="http://www.w3.org/1999/xlink" role="tcg" xlink:href="ExternalCode.html#XIncludeCode">Using XInclude for text inclusions</link>.</para>
1631 <refsection><info><title>See Also</title></info>
1632 <para>You can also use the <tag class="xmlpi">dbhtml-include href</tag> processing
1633 instruction to insert external files — both files containing
1634 plain text and files with markup content (including HTML
1637 <refsection><info><title>More information</title></info>
1638 <para>For how-to documentation on inserting contents of
1639 external code files and other text files into output, see
1640 <link xmlns:xlink="http://www.w3.org/1999/xlink" role="tcg" xlink:href="ExternalCode.html">External code files</link>.</para>
1641 <para>For guidelines on inserting contents of
1642 HTML files into output, see <link xmlns:xlink="http://www.w3.org/1999/xlink" role="tcg" xlink:href="InsertExtHtml.html">Inserting external HTML code</link>.</para>
1646 <refentry version="5.0" xml:id="textdata.default.encoding">
1648 <refentrytitle>textdata.default.encoding</refentrytitle>
1649 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
1652 <refname>textdata.default.encoding</refname>
1653 <refpurpose>Default encoding of external text files which are included
1654 using textdata element</refpurpose>
1658 <programlisting xml:id="textdata.default.encoding.frag">
1659 <xsl:param name="textdata.default.encoding"></xsl:param>
1663 <refsection><info><title>Description</title></info>
1665 <para>Specifies the encoding of any external text files included using
1666 <tag>textdata</tag> element. This value is used only when you do
1667 not specify encoding by the appropriate attribute
1668 directly on textdata. An empty string is interpreted as the system
1669 default encoding.</para>
1674 <refentry version="5.0" xml:id="graphicsize.extension">
1676 <refentrytitle>graphicsize.extension</refentrytitle>
1677 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
1680 <refname>graphicsize.extension</refname>
1681 <refpurpose>Enable the getWidth()/getDepth() extension functions</refpurpose>
1685 <programlisting xml:id="graphicsize.extension.frag">
1686 <xsl:param name="graphicsize.extension" select="1"></xsl:param>
1690 <refsection><info><title>Description</title></info>
1692 <para>If non-zero (and if <parameter>use.extensions</parameter> is non-zero
1693 and if you're using a processor that supports extension functions), the
1694 <function>getWidth</function> and <function>getDepth</function> functions
1695 will be used to extract image sizes from graphics.</para>
1700 <refentry version="5.0" xml:id="graphicsize.use.img.src.path">
1702 <refentrytitle>graphicsize.use.img.src.path</refentrytitle>
1703 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
1706 <refname>graphicsize.use.img.src.path</refname>
1707 <refpurpose>Prepend <parameter>img.src.path</parameter> before
1708 filenames passed to extension functions</refpurpose>
1712 <programlisting xml:id="graphicsize.use.img.src.path.frag">
1713 <xsl:param name="graphicsize.use.img.src.path" select="0"></xsl:param>
1717 <refsection><info><title>Description</title></info>
1719 <para>If non-zero <parameter>img.src.path</parameter> parameter will
1720 be appended before filenames passed to extension functions for
1721 measuring image dimensions.</para>
1726 <refentry version="5.0" xml:id="use.extensions">
1728 <refentrytitle>use.extensions</refentrytitle>
1729 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
1732 <refname>use.extensions</refname>
1733 <refpurpose>Enable extensions</refpurpose>
1737 <programlisting xml:id="use.extensions.frag">
1738 <xsl:param name="use.extensions" select="0"></xsl:param>
1742 <refsection><info><title>Description</title></info>
1744 <para>If non-zero, extensions may be used. Each extension is
1745 further controlled by its own parameter. But if
1746 <parameter>use.extensions</parameter> is zero, no extensions will
1754 <reference xml:id="labels"><title>Automatic labelling</title>
1755 <refentry version="5.0" xml:id="chapter.autolabel">
1757 <refentrytitle>chapter.autolabel</refentrytitle>
1758 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
1759 <refmiscinfo class="other" otherclass="value">0<alt>none</alt></refmiscinfo>
1760 <refmiscinfo class="other" otherclass="value">1<alt>1,2,3...</alt></refmiscinfo>
1761 <refmiscinfo class="other" otherclass="value">A<alt>A,B,C...</alt></refmiscinfo>
1762 <refmiscinfo class="other" otherclass="value">a<alt>a,b,c...</alt></refmiscinfo>
1763 <refmiscinfo class="other" otherclass="value">i<alt>i,ii,iii...</alt></refmiscinfo>
1764 <refmiscinfo class="other" otherclass="value">I<alt>I,II,III...</alt></refmiscinfo>
1767 <refname>chapter.autolabel</refname>
1768 <refpurpose>Specifies the labeling format for Chapter titles</refpurpose>
1772 <programlisting xml:id="chapter.autolabel.frag">
1773 <xsl:param name="chapter.autolabel" select="1"></xsl:param></programlisting>
1776 <refsection><info><title>Description</title></info>
1778 <para>If non-zero, then chapters will be numbered using the parameter
1779 value as the number format if the value matches one of the following:
1784 <term>1 or arabic</term>
1786 <para>Arabic numeration (1, 2, 3 ...).</para>
1790 <term>A or upperalpha</term>
1792 <para>Uppercase letter numeration (A, B, C ...).</para>
1796 <term>a or loweralpha</term>
1798 <para>Lowercase letter numeration (a, b, c ...).</para>
1802 <term>I or upperroman</term>
1804 <para>Uppercase roman numeration (I, II, III ...).</para>
1808 <term>i or lowerroman</term>
1810 <para>Lowercase roman letter numeration (i, ii, iii ...).</para>
1815 <para>Any nonzero value other than the above will generate
1816 the default number format (arabic).
1822 <refentry version="5.0" xml:id="appendix.autolabel">
1824 <refentrytitle>appendix.autolabel</refentrytitle>
1825 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
1826 <refmiscinfo class="other" otherclass="value">0<alt>none</alt></refmiscinfo>
1827 <refmiscinfo class="other" otherclass="value">1<alt>1,2,3...</alt></refmiscinfo>
1828 <refmiscinfo class="other" otherclass="value">A<alt>A,B,C...</alt></refmiscinfo>
1829 <refmiscinfo class="other" otherclass="value">a<alt>a,b,c...</alt></refmiscinfo>
1830 <refmiscinfo class="other" otherclass="value">i<alt>i,ii,iii...</alt></refmiscinfo>
1831 <refmiscinfo class="other" otherclass="value">I<alt>I,II,III...</alt></refmiscinfo>
1834 <refname>appendix.autolabel</refname>
1835 <refpurpose>Specifies the labeling format for Appendix titles</refpurpose>
1839 <programlisting xml:id="appendix.autolabel.frag">
1840 <xsl:param name="appendix.autolabel">A</xsl:param>
1844 <refsection><info><title>Description</title></info>
1846 <para>If non-zero, then appendices will be numbered using the
1847 parameter value as the number format if the value matches one of the
1853 <term>1 or arabic</term>
1855 <para>Arabic numeration (1, 2, 3 ...).</para>
1859 <term>A or upperalpha</term>
1861 <para>Uppercase letter numeration (A, B, C ...).</para>
1865 <term>a or loweralpha</term>
1867 <para>Lowercase letter numeration (a, b, c ...).</para>
1871 <term>I or upperroman</term>
1873 <para>Uppercase roman numeration (I, II, III ...).</para>
1877 <term>i or lowerroman</term>
1879 <para>Lowercase roman letter numeration (i, ii, iii ...).</para>
1884 <para>Any nonzero value other than the above will generate
1885 the default number format (upperalpha).
1891 <refentry version="5.0" xml:id="part.autolabel">
1893 <refentrytitle>part.autolabel</refentrytitle>
1894 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
1895 <refmiscinfo class="other" otherclass="value">0<alt>none</alt></refmiscinfo>
1896 <refmiscinfo class="other" otherclass="value">1<alt>1,2,3...</alt></refmiscinfo>
1897 <refmiscinfo class="other" otherclass="value">A<alt>A,B,C...</alt></refmiscinfo>
1898 <refmiscinfo class="other" otherclass="value">a<alt>a,b,c...</alt></refmiscinfo>
1899 <refmiscinfo class="other" otherclass="value">i<alt>i,ii,iii...</alt></refmiscinfo>
1900 <refmiscinfo class="other" otherclass="value">I<alt>I,II,III...</alt></refmiscinfo>
1903 <refname>part.autolabel</refname>
1904 <refpurpose>Specifies the labeling format for Part titles</refpurpose>
1908 <programlisting xml:id="part.autolabel.frag">
1909 <xsl:param name="part.autolabel">I</xsl:param>
1913 <refsection><info><title>Description</title></info>
1915 <para>If non-zero, then parts will be numbered using the parameter
1916 value as the number format if the value matches one of the following:
1921 <term>1 or arabic</term>
1923 <para>Arabic numeration (1, 2, 3 ...).</para>
1927 <term>A or upperalpha</term>
1929 <para>Uppercase letter numeration (A, B, C ...).</para>
1933 <term>a or loweralpha</term>
1935 <para>Lowercase letter numeration (a, b, c ...).</para>
1939 <term>I or upperroman</term>
1941 <para>Uppercase roman numeration (I, II, III ...).</para>
1945 <term>i or lowerroman</term>
1947 <para>Lowercase roman letter numeration (i, ii, iii ...).</para>
1952 <para>Any nonzero value other than the above will generate
1953 the default number format (upperroman).
1960 <refentry version="5.0" xml:id="reference.autolabel">
1962 <refentrytitle>reference.autolabel</refentrytitle>
1963 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
1964 <refmiscinfo class="other" otherclass="value">0<alt>none</alt></refmiscinfo>
1965 <refmiscinfo class="other" otherclass="value">1<alt>1,2,3...</alt></refmiscinfo>
1966 <refmiscinfo class="other" otherclass="value">A<alt>A,B,C...</alt></refmiscinfo>
1967 <refmiscinfo class="other" otherclass="value">a<alt>a,b,c...</alt></refmiscinfo>
1968 <refmiscinfo class="other" otherclass="value">i<alt>i,ii,iii...</alt></refmiscinfo>
1969 <refmiscinfo class="other" otherclass="value">I<alt>I,II,III...</alt></refmiscinfo>
1972 <refname>reference.autolabel</refname>
1973 <refpurpose>Specifies the labeling format for Reference titles</refpurpose>
1976 <programlisting xml:id="reference.autolabel.frag">
1977 <xsl:param name="reference.autolabel">I</xsl:param>
1980 <refsection><info><title>Description</title></info>
1981 <para>If non-zero, references will be numbered using the parameter
1982 value as the number format if the value matches one of the
1987 <term>1 or arabic</term>
1989 <para>Arabic numeration (1, 2, 3 ...).</para>
1993 <term>A or upperalpha</term>
1995 <para>Uppercase letter numeration (A, B, C ...).</para>
1999 <term>a or loweralpha</term>
2001 <para>Lowercase letter numeration (a, b, c ...).</para>
2005 <term>I or upperroman</term>
2007 <para>Uppercase roman numeration (I, II, III ...).</para>
2011 <term>i or lowerroman</term>
2013 <para>Lowercase roman letter numeration (i, ii, iii ...).</para>
2017 <para>Any non-zero value other than the above will generate
2018 the default number format (upperroman).
2023 <refentry version="5.0" xml:id="preface.autolabel">
2025 <refentrytitle>preface.autolabel</refentrytitle>
2026 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
2027 <refmiscinfo class="other" otherclass="value">0<alt>none</alt></refmiscinfo>
2028 <refmiscinfo class="other" otherclass="value">1<alt>1,2,3...</alt></refmiscinfo>
2029 <refmiscinfo class="other" otherclass="value">A<alt>A,B,C...</alt></refmiscinfo>
2030 <refmiscinfo class="other" otherclass="value">a<alt>a,b,c...</alt></refmiscinfo>
2031 <refmiscinfo class="other" otherclass="value">i<alt>i,ii,iii...</alt></refmiscinfo>
2032 <refmiscinfo class="other" otherclass="value">I<alt>I,II,III...</alt></refmiscinfo>
2035 <refname>preface.autolabel</refname>
2036 <refpurpose>Specifices the labeling format for Preface titles</refpurpose>
2040 <programlisting xml:id="preface.autolabel.frag"><xsl:param name="preface.autolabel" select="0"></xsl:param></programlisting>
2043 <refsection><info><title>Description</title></info>
2045 <para>If non-zero then prefaces will be numbered using the parameter
2046 value as the number format if the value matches one of the following:
2051 <term>1 or arabic</term>
2053 <para>Arabic numeration (1, 2, 3 ...).</para>
2057 <term>A or upperalpha</term>
2059 <para>Uppercase letter numeration (A, B, C ...).</para>
2063 <term>a or loweralpha</term>
2065 <para>Lowercase letter numeration (a, b, c ...).</para>
2069 <term>I or upperroman</term>
2071 <para>Uppercase roman numeration (I, II, III ...).</para>
2075 <term>i or lowerroman</term>
2077 <para>Lowercase roman letter numeration (i, ii, iii ...).</para>
2082 <para>Any nonzero value other than the above will generate
2083 the default number format (arabic).
2090 <refentry version="5.0" xml:id="qandadiv.autolabel">
2092 <refentrytitle>qandadiv.autolabel</refentrytitle>
2093 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2096 <refname>qandadiv.autolabel</refname>
2097 <refpurpose>Are divisions in QAndASets enumerated?</refpurpose>
2101 <programlisting xml:id="qandadiv.autolabel.frag"><xsl:param name="qandadiv.autolabel" select="1"></xsl:param></programlisting>
2104 <refsection><info><title>Description</title></info>
2106 <para>If non-zero, unlabeled qandadivs will be enumerated.
2112 <refentry version="5.0" xml:id="section.autolabel">
2114 <refentrytitle>section.autolabel</refentrytitle>
2115 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2118 <refname>section.autolabel</refname>
2119 <refpurpose>Are sections enumerated?</refpurpose>
2123 <programlisting xml:id="section.autolabel.frag"><xsl:param name="section.autolabel" select="0"></xsl:param></programlisting>
2126 <refsection><info><title>Description</title></info>
2128 <para>If true (non-zero), unlabeled sections will be enumerated.
2134 <refentry version="5.0" xml:id="section.autolabel.max.depth">
2136 <refentrytitle>section.autolabel.max.depth</refentrytitle>
2137 <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
2140 <refname>section.autolabel.max.depth</refname>
2141 <refpurpose>The deepest level of sections that are numbered.</refpurpose>
2145 <programlisting xml:id="section.autolabel.max.depth.frag">
2146 <xsl:param name="section.autolabel.max.depth">8</xsl:param>
2150 <refsection><info><title>Description</title></info>
2152 <para>When section numbering is turned on by the
2153 <parameter>section.autolabel</parameter> parameter, then this
2154 parameter controls the depth of <tag>section</tag> nesting that is
2155 numbered. Sections nested to a level deeper than this value will not
2162 <refentry version="5.0" xml:id="section.label.includes.component.label">
2164 <refentrytitle>section.label.includes.component.label</refentrytitle>
2165 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2168 <refname>section.label.includes.component.label</refname>
2169 <refpurpose>Do section labels include the component label?</refpurpose>
2173 <programlisting xml:id="section.label.includes.component.label.frag"><xsl:param name="section.label.includes.component.label" select="0"></xsl:param></programlisting>
2176 <refsection><info><title>Description</title></info>
2178 <para>If non-zero, section labels are prefixed with the label of the
2179 component that contains them.
2185 <refentry version="5.0" xml:id="label.from.part">
2187 <refentrytitle>label.from.part</refentrytitle>
2188 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2191 <refname>label.from.part</refname>
2192 <refpurpose>Renumber components in each part?</refpurpose>
2196 <programlisting xml:id="label.from.part.frag">
2197 <xsl:param name="label.from.part" select="0"></xsl:param>
2201 <refsection><info><title>Description</title></info>
2203 <para>If <parameter>label.from.part</parameter> is non-zero, then
2204 numbering of components — <tag>preface</tag>,
2205 <tag>chapter</tag>, <tag>appendix</tag>, and
2206 <tag>reference</tag> (when <tag>reference</tag> occurs at the
2207 component level) — is re-started within each
2208 <tag>part</tag>.</para>
2209 <para>If <parameter>label.from.part</parameter> is zero (the
2210 default), numbering of components is <emphasis>not</emphasis>
2211 re-started within each <tag>part</tag>; instead, components are
2212 numbered sequentially throughout each <tag>book</tag>,
2213 regardless of whether or not they occur within <tag>part</tag>
2219 <refentry version="5.0" xml:id="component.label.includes.part.label">
2221 <refentrytitle>component.label.includes.part.label</refentrytitle>
2222 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2225 <refname>component.label.includes.part.label</refname>
2226 <refpurpose>Do component labels include the part label?</refpurpose>
2230 <programlisting xml:id="component.label.includes.part.label.frag"><xsl:param name="component.label.includes.part.label" select="0"></xsl:param></programlisting>
2233 <refsection><info><title>Description</title></info>
2235 <para>If non-zero, number labels for <tag>chapter</tag>,
2236 <tag>appendix</tag>, and other component elements are prefixed with
2237 the label of the part element that contains them. So you might see
2238 Chapter II.3 instead of Chapter 3. Also, the labels for formal
2239 elements such as <tag>table</tag> and <tag>figure</tag> will include
2240 the part label. If there is no part element container, then no prefix
2244 This feature is most useful when the
2245 <parameter>label.from.part</parameter> parameter is turned on.
2246 In that case, there would be more than one <tag>chapter</tag>
2247 <quote>1</quote>, and the extra part label prefix will identify
2248 each chapter unambiguously.
2256 <reference xml:id="html"><title>HTML</title>
2257 <refentry version="5.0" xml:id="html.base">
2259 <refentrytitle>html.base</refentrytitle>
2260 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
2263 <refname>html.base</refname>
2264 <refpurpose>An HTML base URI</refpurpose>
2268 <programlisting xml:id="html.base.frag">
2269 <xsl:param name="html.base"></xsl:param></programlisting>
2272 <refsection><info><title>Description</title></info>
2274 <para>If html.base is set, it is used for the <tag>base</tag> element
2275 in the <tag>head</tag> of the html documents. The parameter specifies
2276 the base URL for all relative URLs in the document. This is useful
2277 for dynamically served html where the base URI needs to be
2283 <refentry version="5.0" xml:id="html.stylesheet.type">
2285 <refentrytitle>html.stylesheet.type</refentrytitle>
2286 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
2289 <refname>html.stylesheet.type</refname>
2290 <refpurpose>The type of the stylesheet used in the generated HTML</refpurpose>
2294 <programlisting xml:id="html.stylesheet.type.frag"><xsl:param name="html.stylesheet.type">text/css</xsl:param></programlisting>
2297 <refsection><info><title>Description</title></info>
2299 <para>The type of the stylesheet to place in the HTML <tag>link</tag> tag.
2305 <refentry version="5.0" xml:id="html.stylesheet">
2307 <refentrytitle>html.stylesheet</refentrytitle>
2308 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
2311 <refname>html.stylesheet</refname>
2312 <refpurpose>Name of the stylesheet(s) to use in the generated HTML</refpurpose>
2316 <programlisting xml:id="html.stylesheet.frag">
2317 <xsl:param name="html.stylesheet"></xsl:param>
2321 <refsection><info><title>Description</title></info>
2323 <para>The <parameter>html.stylesheet</parameter> parameter is either
2324 empty, indicating that no stylesheet <tag>link</tag> tag should be
2325 generated in the html output, or it is a list of one or more
2326 stylesheet files.</para>
2328 <para>Multiple stylesheets are space-delimited. If you need to
2329 reference a stylesheet URI that includes a space, encode it with
2330 <literal>%20</literal>. A separate html <literal>link</literal> element will
2331 be generated for each stylesheet in the order they are listed in the
2337 <refentry version="5.0" xml:id="css.decoration">
2339 <refentrytitle>css.decoration</refentrytitle>
2340 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2343 <refname>css.decoration</refname>
2344 <refpurpose>Enable CSS decoration of elements</refpurpose>
2348 <programlisting xml:id="css.decoration.frag">
2349 <xsl:param name="css.decoration" select="1"></xsl:param>
2353 <refsection><info><title>Description</title></info>
2356 If non-zero, then html elements produced by the stylesheet may be
2357 decorated with <literal>style</literal> attributes. For example, the
2358 <literal>li</literal> tags produced for list items may include a
2359 fragment of CSS in the <literal>style</literal> attribute which sets
2360 the CSS property "list-style-type".
2366 <refentry version="5.0" xml:id="spacing.paras">
2368 <refentrytitle>spacing.paras</refentrytitle>
2369 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2372 <refname>spacing.paras</refname>
2373 <refpurpose>Insert additional <p> elements for spacing?</refpurpose>
2377 <programlisting xml:id="spacing.paras.frag">
2378 <xsl:param name="spacing.paras" select="0"></xsl:param>
2382 <refsection><info><title>Description</title></info>
2384 <para>When non-zero, additional, empty paragraphs are inserted in
2385 several contexts (for example, around informal figures), to create a
2386 more pleasing visual appearance in many browsers.
2392 <refentry version="5.0" xml:id="emphasis.propagates.style">
2394 <refentrytitle>emphasis.propagates.style</refentrytitle>
2395 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2398 <refname>emphasis.propagates.style</refname>
2399 <refpurpose>Pass emphasis role attribute through to HTML?</refpurpose>
2402 <programlisting xml:id="emphasis.propagates.style.frag">
2403 <xsl:param name="emphasis.propagates.style" select="1"></xsl:param>
2406 <refsection><info><title>Description</title></info>
2407 <para>If non-zero, the <literal>role</literal> attribute of
2408 <tag>emphasis</tag> elements will be passed through to the HTML as a
2409 class attribute on a <literal>span</literal> that surrounds the
2414 <refentry version="5.0" xml:id="para.propagates.style">
2416 <refentrytitle>para.propagates.style</refentrytitle>
2417 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2420 <refname>para.propagates.style</refname>
2421 <refpurpose>Pass para role attribute through to HTML?</refpurpose>
2425 <programlisting xml:id="para.propagates.style.frag">
2426 <xsl:param name="para.propagates.style" select="1"></xsl:param>
2430 <refsection><info><title>Description</title></info>
2432 <para>If true, the role attribute of <tag>para</tag> elements
2433 will be passed through to the HTML as a class attribute on the
2434 <tag>p</tag> generated for the paragraph.</para>
2439 <refentry version="5.0" xml:id="phrase.propagates.style">
2441 <refentrytitle>phrase.propagates.style</refentrytitle>
2442 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2445 <refname>phrase.propagates.style</refname>
2446 <refpurpose>Pass phrase role attribute through to HTML?</refpurpose>
2450 <programlisting xml:id="phrase.propagates.style.frag">
2451 <xsl:param name="phrase.propagates.style" select="1"></xsl:param></programlisting>
2454 <refsection><info><title>Description</title></info>
2456 <para>If non-zero, the role attribute of <tag>phrase</tag> elements
2457 will be passed through to the HTML as a <literal>class</literal>
2458 attribute on a <literal>span</literal> that surrounds the
2464 <refentry version="5.0" xml:id="entry.propagates.style">
2466 <refentrytitle>entry.propagates.style</refentrytitle>
2467 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2470 <refname>entry.propagates.style</refname>
2471 <refpurpose>Pass entry role attribute through to HTML?</refpurpose>
2475 <programlisting xml:id="entry.propagates.style.frag">
2476 <xsl:param name="entry.propagates.style" select="1"></xsl:param>
2480 <refsection><info><title>Description</title></info>
2482 <para>If true, the role attribute of <tag>entry</tag> elements
2483 will be passed through to the HTML as a class attribute on the
2484 <tag>td</tag> or <tag>th</tag> generated for the table
2490 <refentry version="5.0" xml:id="html.longdesc">
2492 <refentrytitle>html.longdesc</refentrytitle>
2493 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2496 <refname>html.longdesc</refname>
2497 <refpurpose>Should longdesc URIs be created?</refpurpose>
2500 <programlisting xml:id="html.longdesc.frag">
2501 <xsl:param name="html.longdesc" select="1"></xsl:param>
2504 <refsection><info><title>Description</title></info>
2505 <para>If non-zero, HTML files will be created for the
2506 <literal>longdesc</literal> attribute. These files
2507 are created from the <tag>textobject</tag>s in
2508 <tag>mediaobject</tag>s and
2509 <tag>inlinemediaobject</tag>.
2514 <refentry version="5.0" xml:id="html.longdesc.link">
2516 <refentrytitle>html.longdesc.link</refentrytitle>
2517 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2520 <refname>html.longdesc.link</refname>
2521 <refpurpose>Should a link to the longdesc be included in the HTML?</refpurpose>
2525 <programlisting xml:id="html.longdesc.link.frag">
2526 <xsl:param name="html.longdesc.link" select="$html.longdesc"></xsl:param>
2530 <refsection><info><title>Description</title></info>
2532 <para>If non-zero, links will be created to the
2533 HTML files created for the
2534 <literal>longdesc</literal> attribute. It makes no
2535 sense to enable this option without also enabling the
2536 <parameter>html.longdesc</parameter> parameter.</para>
2543 <refentry version="5.0" xml:id="make.valid.html">
2545 <refentrytitle>make.valid.html</refentrytitle>
2546 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2549 <refname>make.valid.html</refname>
2550 <refpurpose>Attempt to make sure the HTML output is valid HTML</refpurpose>
2554 <programlisting xml:id="make.valid.html.frag">
2555 <xsl:param name="make.valid.html" select="0"></xsl:param>
2559 <refsection><info><title>Description</title></info>
2561 <para>If <parameter>make.valid.html</parameter> is true, the stylesheets take
2562 extra effort to ensure that the resulting HTML is valid. This may mean that some
2563 <tag>para</tag> tags are translated into HTML <tag>div</tag>s or
2564 that other substitutions occur.</para>
2566 <para>This parameter is different from <parameter>html.cleanup</parameter>
2567 because it changes the resulting markup; it does not use extension functions
2568 to manipulate result-tree-fragments and is therefore applicable to any
2569 XSLT processor.</para>
2574 <refentry version="5.0" xml:id="html.cleanup">
2576 <refentrytitle>html.cleanup</refentrytitle>
2577 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2580 <refname>html.cleanup</refname>
2581 <refpurpose>Attempt to clean up the resulting HTML?</refpurpose>
2585 <programlisting xml:id="html.cleanup.frag">
2586 <xsl:param name="html.cleanup" select="1"></xsl:param>
2590 <refsection><info><title>Description</title></info>
2592 <para>If non-zero, and if the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.exslt.org/">EXSLT</link>
2593 extensions are supported by your processor, the resulting HTML will be
2594 <quote>cleaned up</quote>. This improves the chances that the
2595 resulting HTML will be valid. It may also improve the formatting of
2596 some elements.</para>
2598 <para>This parameter is different from <parameter>make.valid.html</parameter>
2599 because it uses extension functions to manipulate result-tree-fragments.</para>
2604 <refentry version="5.0" xml:id="html.append">
2606 <refentrytitle>html.append</refentrytitle>
2607 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
2610 <refname>html.append</refname>
2611 <refpurpose>Specifies content to append to HTML output</refpurpose>
2615 <programlisting xml:id="html.append.frag"><xsl:param name="html.append"></xsl:param></programlisting>
2618 <refsection><info><title>Description</title></info>
2620 <para>Specifies content to append to the end of HTML files output by
2621 the <filename>html/docbook.xsl</filename> stylesheet, after the
2622 closing <code><html></code> tag. You probably don’t want to set any
2623 value for this parameter; but if you do, the only value it should ever
2624 be set to is a newline character: <code>&#x0a;</code> or
2625 <code>&#10;</code></para>
2630 <refentry version="5.0" xml:id="draft.mode">
2632 <refentrytitle>draft.mode</refentrytitle>
2633 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
2634 <refmiscinfo class="other" otherclass="value">no</refmiscinfo>
2635 <refmiscinfo class="other" otherclass="value">yes</refmiscinfo>
2636 <refmiscinfo class="other" otherclass="value">maybe</refmiscinfo>
2639 <refname>draft.mode</refname>
2640 <refpurpose>Select draft mode</refpurpose>
2644 <programlisting xml:id="draft.mode.frag">
2645 <xsl:param name="draft.mode">no</xsl:param>
2649 <refsection><info><title>Description</title></info>
2651 <para>Selects draft mode. If <parameter>draft.mode</parameter> is
2652 <quote><literal>yes</literal></quote>, the entire document will be treated
2653 as a draft. If it is <quote><literal>no</literal></quote>, the entire document
2654 will be treated as a final copy. If it is <quote><literal>maybe</literal></quote>,
2655 individual sections will be treated as draft or final independently, depending
2656 on how their <literal>status</literal> attribute is set.
2662 <refentry version="5.0" xml:id="draft.watermark.image">
2664 <refentrytitle>draft.watermark.image</refentrytitle>
2665 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
2668 <refname>draft.watermark.image</refname>
2669 <refpurpose>The URI of the image to be used for draft watermarks</refpurpose>
2673 <programlisting xml:id="draft.watermark.image.frag">
2674 <xsl:param name="draft.watermark.image">images/draft.png</xsl:param>
2678 <refsection><info><title>Description</title></info>
2680 <para>The image to be used for draft watermarks.</para>
2685 <refentry version="5.0" xml:id="generate.id.attributes">
2687 <refentrytitle>generate.id.attributes</refentrytitle>
2688 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2691 <refname>generate.id.attributes</refname>
2692 <refpurpose>Generate ID attributes on container elements?</refpurpose>
2696 <programlisting xml:id="generate.id.attributes.frag">
2697 <xsl:param name="generate.id.attributes" select="0"></xsl:param>
2701 <refsection><info><title>Description</title></info>
2703 <para>If non-zero, the HTML stylesheet will generate ID attributes on
2704 containers. For example, the markup:</para>
2706 <screen><section id="foo"><title>Some Title</title>
2707 <para>Some para.</para>
2708 </section></screen>
2710 <para>might produce:</para>
2712 <screen><div class="section" id="foo">
2713 <h2>Some Title</h2>
2714 <p>Some para.</p>
2715 </div></screen>
2717 <para>The alternative is to generate anchors:</para>
2719 <screen><div class="section">
2720 <h2><a name="foo"></a>Some Title</h2>
2721 <p>Some para.</p>
2722 </div></screen>
2724 <para>Because the <tag class="attribute">name</tag> attribute of
2725 the <tag>a</tag> element and the <tag class="attribute">id</tag>
2726 attribute of other tags are both of type <quote>ID</quote>, producing both
2727 generates invalid documents.</para>
2729 <para>As of version 1.50, you can use this switch to control which type of
2730 identifier is generated. For backwards-compatibility, generating
2731 <tag>a</tag> anchors is preferred.</para>
2733 <para>Note: at present, this switch is incompletely implemented.
2734 Disabling ID attributes will suppress them, but enabling ID attributes
2735 will not suppress the anchors.</para>
2740 <refentry version="5.0" xml:id="generate.meta.abstract">
2742 <refentrytitle>generate.meta.abstract</refentrytitle>
2743 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2746 <refname>generate.meta.abstract</refname>
2747 <refpurpose>Generate HTML <tag>META</tag> element from <tag>abstract</tag>?</refpurpose>
2751 <programlisting xml:id="generate.meta.abstract.frag">
2752 <xsl:param name="generate.meta.abstract" select="1"></xsl:param>
2756 <refsection><info><title>Description</title></info>
2758 <para>If non-zero, document abstracts will be reproduced in the HTML
2759 <literal>head</literal>, with <literal>>meta name="description" content="..."</literal></para>
2765 <refentry version="5.0" xml:id="make.clean.html">
2767 <refentrytitle>make.clean.html</refentrytitle>
2768 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2771 <refname>make.clean.html</refname>
2772 <refpurpose>Make HTML conform to modern coding standards</refpurpose>
2776 <programlisting xml:id="make.clean.html.frag">
2777 <xsl:param name="make.clean.html" select="0"></xsl:param>
2781 <refsection><info><title>Description</title></info>
2783 <para>If <parameter>make.clean.html</parameter> is true, the stylesheets take
2784 extra effort to ensure that the resulting HTML is conforms to
2785 modern HTML coding standards. In addition to eliminating
2786 excessive and noncompliant coding, it moves presentation
2787 HTML coding to a CSS stylesheet.</para>
2789 <para>The resulting HTML is dependent on
2790 CSS for formatting, and so the stylesheet is capable of
2791 generating a supporting CSS file. The <parameter>docbook.css.source</parameter>
2792 and <parameter>custom.css.source</parameter> parameters control
2793 how a CSS file is generated.</para>
2795 <para>If you require your CSS to reside in the HTML
2796 <tag>head</tag> element, then the <parameter>generate.css.header</parameter>
2797 can be used to do that.</para>
2799 <para>The <parameter>make.clean.html</parameter> parameter is
2800 different from <parameter>html.cleanup</parameter>
2801 because the former changes the resulting markup; it does not use extension functions
2802 like the latter to manipulate result-tree-fragments,
2803 and is therefore applicable to any XSLT processor.</para>
2805 <para>If <parameter>make.clean.html</parameter> is set to zero (the default),
2806 then the stylesheet retains its original
2807 <quote>old style</quote>
2808 HTML formatting features.</para>
2812 <refentry version="5.0" xml:id="docbook.css.source">
2814 <refentrytitle>docbook.css.source</refentrytitle>
2815 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
2818 <refname>docbook.css.source</refname>
2819 <refpurpose>Name of the default CSS input file</refpurpose>
2823 <programlisting xml:id="docbook.css.source.frag"><xsl:param name="docbook.css.source">docbook.css.xml</xsl:param></programlisting>
2826 <refsection><info><title>Description</title></info>
2828 <para>The <parameter>docbook.css.source</parameter> parameter
2829 specifies the name of the file containing the default DocBook
2830 CSS styles. Those styles are necessary when the
2831 <parameter>make.clean.html</parameter> parameter is nonzero.</para>
2833 <para>The file is a well-formed XML file that
2834 must consist of a single <tag>style</tag> root
2835 element that contains CSS styles as its text content.
2836 The default value of the parameter (and filename)
2837 is <literal>docbook.css.xml</literal>.
2838 The stylesheets ship with the default file. You can substitute
2839 your own and specify its path in this parameter.</para>
2841 <para>If <parameter>docbook.css.source</parameter> is not blank,
2842 and <parameter>make.clean.html</parameter> is nonzero, then
2843 the stylesheet takes the following actions:</para>
2847 <para>The stylesheet uses the XSLT <literal>document()</literal>
2848 function to open the file specified by the parameter and
2849 load it into a variable.</para>
2852 <para>The stylesheet forms an output pathname consisting of the
2853 value of the <parameter>base.dir</parameter> parameter (if it is set)
2854 and the value of <parameter>docbook.css.source</parameter>,
2855 with the <literal>.xml</literal> suffix stripped off.
2859 <para>The stylesheet removes the <tag>style</tag>
2860 wrapper element and writes just the CSS text content to the output file.</para>
2863 <para>The stylesheet adds a <tag>link</tag> element to the
2864 HTML <tag>HEAD</tag> element to reference the external CSS stylesheet.
2866 <programlisting><link rel="stylesheet" href="docbook.css" type="text/css">
2868 <para>However, if the <parameter>docbook.css.link</parameter>
2869 parameter is set to zero, then no <tag>link</tag> is written
2870 for the default CSS file. That is useful if a custom
2871 CSS file will import the default CSS stylesheet to ensure
2872 proper cascading of styles.</para>
2876 <para>If the <parameter>docbook.css.source</parameter> parameter
2877 is changed from its default <literal>docbook.css.xml</literal> to blank,
2878 then no default CSS is generated. Likewise if the
2879 <parameter>make.clean.html</parameter> parameter is set to zero,
2880 then no default CSS is generated. The
2881 <parameter>custom.css.source</parameter> parameter can be used
2882 instead to generate a complete custom CSS file.</para>
2884 <para>You can use the <parameter>generate.css.header</parameter>
2885 parameter to instead write the CSS to each HTML <tag>HEAD</tag>
2886 element in a <tag>style</tag> tag instead of an external CSS file.</para>
2891 <refentry version="5.0" xml:id="docbook.css.link">
2893 <refentrytitle>docbook.css.link</refentrytitle>
2894 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
2897 <refname>docbook.css.link</refname>
2898 <refpurpose>Insert a link referencing the default CSS stylesheet</refpurpose>
2902 <programlisting xml:id="docbook.css.link.frag">
2903 <xsl:param name="docbook.css.link" select="1"></xsl:param>
2907 <refsection><info><title>Description</title></info>
2909 <para>The stylesheets are capable of generating a default
2910 CSS stylesheet file. The parameters
2911 <parameter>make.clean.html</parameter> and
2912 <parameter>docbook.css.source</parameter> control that feature.</para>
2914 <para>Normally if a default CSS file is generated, then
2915 the stylesheet inserts a <tag>link</tag> tag in the HTML
2916 <tag>HEAD</tag> element to reference it.
2917 However, you can omit that <tag>link</tag> reference if
2918 you set the <parameter>docbook.css.link</parameter> to zero
2919 (1 is the default).</para>
2921 <para>This parameter is useful when you want to import the
2922 default CSS into a custom CSS file generated using the
2923 <parameter>custom.css.source</parameter> parameter.
2929 <refentry version="5.0" xml:id="custom.css.source">
2931 <refentrytitle>custom.css.source</refentrytitle>
2932 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
2935 <refname>custom.css.source</refname>
2936 <refpurpose>Name of a custom CSS input file</refpurpose>
2940 <programlisting xml:id="custom.css.source.frag"><xsl:param name="custom.css.source"></xsl:param></programlisting>
2943 <refsection><info><title>Description</title></info>
2945 <para>The <parameter>custom.css.source</parameter>
2946 parameter enables you to add CSS styles to DocBook's
2950 specifies the name of a file containing custom
2951 CSS styles. The file must be a well-formed XML file that
2952 consists of a single <tag>style</tag> root
2953 element that contains CSS styles as its text content.
2955 <programlisting><?xml version="1.0"?>
2965 <para>The filename specified by the parameter
2966 should have a <literal>.xml</literal>
2967 filename suffix, although that is not required.
2968 The default value of this parameter is blank.</para>
2970 <para>If <parameter>custom.css.source</parameter> is not blank, then
2971 the stylesheet takes the following actions.
2972 These actions take place regardless of the value of
2973 the <parameter>make.clean.html</parameter> parameter.</para>
2977 <para>The stylesheet uses the XSLT <literal>document()</literal>
2978 function to open the file specified by the parameter and
2979 load it into a variable.</para>
2982 <para>The stylesheet forms an output pathname consisting of the
2983 value of the <parameter>base.dir</parameter> parameter (if it is set)
2984 and the value of <parameter>custom.css.source</parameter>,
2985 with the <literal>.xml</literal> suffix stripped off.
2989 <para>The stylesheet removes the <tag>style</tag>
2990 wrapper element and writes just the CSS text content to the output file.</para>
2993 <para>The stylesheet adds a <tag>link</tag> element to the
2994 HTML <tag>HEAD</tag> element to reference this external CSS stylesheet.
2996 <programlisting><link rel="stylesheet" href="custom.css" type="text/css">
3004 <para>If the <parameter>make.clean.html</parameter> parameter is nonzero
3005 (the default is zero),
3006 and if the <parameter>docbook.css.source</parameter> parameter
3007 is not blank (the default is not blank),
3008 then the stylesheet will also generate a default CSS file
3009 and add a <tag>link</tag> tag to reference it.
3010 The <tag>link</tag> to the custom CSS comes after the
3011 <tag>link</tag> to the default, so it should cascade properly
3013 If you do not want two <tag>link</tag> tags, and
3014 instead want your custom CSS to import the default generated
3015 CSS file, then do the following:
3020 <para>Add a line like the following to your custom CSS source file:</para>
3021 <programlisting>@import url("docbook.css")
3025 <para>Set the <parameter>docbook.css.link</parameter> parameter
3026 to zero. This will omit the <tag>link</tag> tag
3027 that references the default CSS file.</para>
3031 <para>If you set <parameter>make.clean.html</parameter> to nonzero but
3032 you do not want the default CSS generated, then also set
3033 the <parameter>docbook.css.source</parameter> parameter to blank.
3034 Then no default CSS will be generated, and so
3035 all CSS styles must come from your custom CSS file.</para>
3037 <para>You can use the <parameter>generate.css.header</parameter>
3038 parameter to instead write the CSS to each HTML <tag>HEAD</tag>
3039 element in a <tag>style</tag> tag instead of an external CSS file.</para>
3044 <refentry version="5.0" xml:id="generate.css.header">
3046 <refentrytitle>generate.css.header</refentrytitle>
3047 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3050 <refname>generate.css.header</refname>
3051 <refpurpose>Insert generated CSS styles in HEAD element</refpurpose>
3055 <programlisting xml:id="generate.css.header.frag">
3056 <xsl:param name="generate.css.header" select="0"></xsl:param>
3060 <refsection><info><title>Description</title></info>
3062 <para>The stylesheets are capable of generating both default
3063 and custom CSS stylesheet files. The parameters
3064 <parameter>make.clean.html</parameter>,
3065 <parameter>docbook.css.source</parameter>, and
3066 <parameter>custom.css.source</parameter> control that feature.</para>
3068 <para>If you require that CSS styles reside in the HTML
3069 <tag>HEAD</tag> element instead of external CSS files,
3070 then set the <parameter>generate.css.header</parameter>
3071 parameter to nonzero (it is zero by default).
3072 Then instead of generating the CSS in external files,
3073 they are wrapped in <tag>style</tag> elements in
3074 the <tag>HEAD</tag> element of each HTML output file.
3081 <reference xml:id="xslt"><title>XSLT Processing</title>
3082 <refentry version="5.0" xml:id="rootid">
3084 <refentrytitle>rootid</refentrytitle>
3085 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
3088 <refname>rootid</refname>
3089 <refpurpose>Specify the root element to format</refpurpose>
3093 <programlisting xml:id="rootid.frag">
3094 <xsl:param name="rootid"></xsl:param></programlisting>
3097 <refsection><info><title>Description</title></info>
3099 <para>If <parameter>rootid</parameter> is not empty, it must be the
3100 value of an ID that occurs in the document being formatted. The entire
3101 document will be loaded and parsed, but formatting will begin at the
3102 element identified, rather than at the root. For example, this allows
3103 you to process only <tag>chapter</tag> 4 of a <tag>book</tag>.</para>
3104 <para>Because the entire document is available to the processor, automatic
3105 numbering, cross references, and other dependencies are correctly
3111 <refentry version="5.0" xml:id="suppress.navigation">
3113 <refentrytitle>suppress.navigation</refentrytitle>
3114 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3117 <refname>suppress.navigation</refname>
3118 <refpurpose>Disable header and footer navigation</refpurpose>
3122 <programlisting xml:id="suppress.navigation.frag">
3123 <xsl:param name="suppress.navigation" select="0"></xsl:param>
3127 <refsection><info><title>Description</title></info>
3130 If non-zero, header and footer navigation will be suppressed.</para>
3135 <refentry version="5.0" xml:id="suppress.header.navigation">
3137 <refentrytitle>suppress.header.navigation</refentrytitle>
3138 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3141 <refname>suppress.header.navigation</refname>
3142 <refpurpose>Disable header navigation</refpurpose>
3146 <programlisting xml:id="suppress.header.navigation.frag">
3147 <xsl:param name="suppress.header.navigation" select="0"></xsl:param>
3151 <refsection><info><title>Description</title></info>
3153 <para>If non-zero, header navigation will be suppressed.</para>
3158 <refentry version="5.0" xml:id="suppress.footer.navigation">
3160 <refentrytitle>suppress.footer.navigation</refentrytitle>
3161 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3164 <refname>suppress.footer.navigation</refname>
3165 <refpurpose>Disable footer navigation</refpurpose>
3169 <programlisting xml:id="suppress.footer.navigation.frag"><xsl:param name="suppress.footer.navigation">0</xsl:param></programlisting>
3172 <refsection><info><title>Description</title></info>
3175 If non-zero, footer navigation will be suppressed.</para>
3180 <refentry version="5.0" xml:id="header.rule">
3182 <refentrytitle>header.rule</refentrytitle>
3183 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3186 <refname>header.rule</refname>
3187 <refpurpose>Rule under headers?</refpurpose>
3191 <programlisting xml:id="header.rule.frag">
3192 <xsl:param name="header.rule" select="1"></xsl:param>
3196 <refsection><info><title>Description</title></info>
3198 <para>If non-zero, a rule will be drawn below the page headers.</para>
3203 <refentry version="5.0" xml:id="footer.rule">
3205 <refentrytitle>footer.rule</refentrytitle>
3206 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3209 <refname>footer.rule</refname>
3210 <refpurpose>Rule over footers?</refpurpose>
3214 <programlisting xml:id="footer.rule.frag">
3215 <xsl:param name="footer.rule" select="1"></xsl:param>
3219 <refsection><info><title>Description</title></info>
3221 <para>If non-zero, a rule will be drawn above the page footers.</para>
3226 <refentry version="5.0" xml:id="id.warnings">
3228 <refentrytitle>id.warnings</refentrytitle>
3229 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3232 <refname>id.warnings</refname>
3233 <refpurpose>Should warnings be generated for titled elements without IDs?</refpurpose>
3236 <programlisting xml:id="id.warnings.frag">
3237 <xsl:param name="id.warnings" select="0"></xsl:param>
3240 <refsection><info><title>Description</title></info>
3241 <para>If non-zero, the stylesheet will issue a warning for any element
3242 (other than the root element) which has a <tag>title</tag> but does not have an
3248 <reference xml:id="meta"><title>Meta/*Info and Titlepages</title>
3249 <refentry version="5.0" xml:id="inherit.keywords">
3251 <refentrytitle>inherit.keywords</refentrytitle>
3252 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3255 <refname>inherit.keywords</refname>
3256 <refpurpose>Inherit keywords from ancestor elements?</refpurpose>
3260 <programlisting xml:id="inherit.keywords.frag">
3261 <xsl:param name="inherit.keywords" select="1"></xsl:param></programlisting>
3264 <refsection><info><title>Description</title></info>
3266 <para>If <parameter>inherit.keywords</parameter>
3267 is non-zero, the keyword <literal>meta</literal> for each HTML
3268 <literal>head</literal> element will include all of the keywords from
3269 ancestor elements. Otherwise, only the keywords from the current section
3276 <refentry version="5.0" xml:id="make.single.year.ranges">
3278 <refentrytitle>make.single.year.ranges</refentrytitle>
3279 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3282 <refname>make.single.year.ranges</refname>
3283 <refpurpose>Print single-year ranges (e.g., 1998-1999)</refpurpose>
3287 <programlisting xml:id="make.single.year.ranges.frag">
3288 <xsl:param name="make.single.year.ranges" select="0"></xsl:param></programlisting>
3291 <refsection><info><title>Description</title></info>
3293 <para>If non-zero, year ranges that span a single year will be printed
3294 in range notation (1998-1999) instead of discrete notation
3295 (1998, 1999).</para>
3300 <refentry version="5.0" xml:id="make.year.ranges">
3302 <refentrytitle>make.year.ranges</refentrytitle>
3303 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3306 <refname>make.year.ranges</refname>
3307 <refpurpose>Collate copyright years into ranges?</refpurpose>
3311 <programlisting xml:id="make.year.ranges.frag"><xsl:param name="make.year.ranges" select="0"></xsl:param></programlisting>
3314 <refsection><info><title>Description</title></info>
3316 <para>If non-zero, multiple copyright <tag>year</tag> elements will be
3317 collated into ranges.
3318 This works only if each year number is put into a separate
3319 year element. The copyright element permits multiple
3320 year elements. If a year element contains a dash or
3321 a comma, then that year element will not be merged into
3328 <refentry version="5.0" xml:id="author.othername.in.middle">
3330 <refentrytitle>author.othername.in.middle</refentrytitle>
3331 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3334 <refname>author.othername.in.middle</refname>
3335 <refpurpose>Is <tag>othername</tag> in <tag>author</tag> a
3336 middle name?</refpurpose>
3340 <programlisting xml:id="author.othername.in.middle.frag">
3341 <xsl:param name="author.othername.in.middle" select="1"></xsl:param></programlisting>
3344 <refsection><info><title>Description</title></info>
3346 <para>If non-zero, the <tag>othername</tag> of an <tag>author</tag>
3347 appears between the <tag>firstname</tag> and
3348 <tag>surname</tag>. Otherwise, <tag>othername</tag>
3355 <refentry version="5.0" xml:id="blurb.on.titlepage.enabled">
3357 <refentrytitle>blurb.on.titlepage.enabled</refentrytitle>
3358 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3361 <refname>blurb.on.titlepage.enabled</refname>
3362 <refpurpose>Display personblurb and authorblurb on title pages?</refpurpose>
3366 <programlisting xml:id="blurb.on.titlepage.enabled.frag">
3367 <xsl:param name="blurb.on.titlepage.enabled" select="0"></xsl:param>
3371 <refsection><info><title>Description</title></info>
3373 <para>If non-zero, output from <tag>authorblurb</tag> and
3374 <tag>personblurb</tag> elements is displayed on title pages. If zero
3375 (the default), output from those elements is suppressed on title pages
3376 (unless you are using a <literal>titlepage</literal> customization
3377 that causes them to be included).</para>
3382 <refentry version="5.0" xml:id="contrib.inline.enabled">
3384 <refentrytitle>contrib.inline.enabled</refentrytitle>
3385 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3388 <refname>contrib.inline.enabled</refname>
3389 <refpurpose>Display contrib output inline?</refpurpose>
3393 <programlisting xml:id="contrib.inline.enabled.frag"><xsl:param name="contrib.inline.enabled">1</xsl:param></programlisting>
3396 <refsection><info><title>Description</title></info>
3398 <para>If non-zero (the default), output of the <tag>contrib</tag> element is
3399 displayed as inline content rather than as block content.</para>
3404 <refentry version="5.0" xml:id="editedby.enabled">
3406 <refentrytitle>editedby.enabled</refentrytitle>
3407 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3410 <refname>editedby.enabled</refname>
3411 <refpurpose>Display “Edited by” heading above editor name?</refpurpose>
3415 <programlisting xml:id="editedby.enabled.frag"><xsl:param name="editedby.enabled">1</xsl:param></programlisting>
3418 <refsection><info><title>Description</title></info>
3420 <para>If non-zero, a localized <emphasis role="bold">Edited
3421 by</emphasis> heading is displayed above editor names in output of the
3422 <tag>editor</tag> element.</para>
3427 <refentry version="5.0" xml:id="abstract.notitle.enabled">
3429 <refentrytitle>abstract.notitle.enabled</refentrytitle>
3430 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3433 <refname>abstract.notitle.enabled</refname>
3434 <refpurpose>Suppress display of abstract titles?</refpurpose>
3437 <programlisting xml:id="abstract.notitle.enabled.frag"><xsl:param name="abstract.notitle.enabled" select="0"></xsl:param></programlisting>
3439 <refsection><info><title>Description</title></info>
3440 <para>If non-zero, in output of the <tag>abstract</tag> element on titlepages,
3441 display of the abstract title is suppressed.</para>
3445 <refentry version="5.0" xml:id="othercredit.like.author.enabled">
3447 <refentrytitle>othercredit.like.author.enabled</refentrytitle>
3448 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3451 <refname>othercredit.like.author.enabled</refname>
3452 <refpurpose>Display othercredit in same style as author?</refpurpose>
3456 <programlisting xml:id="othercredit.like.author.enabled.frag"><xsl:param name="othercredit.like.author.enabled">0</xsl:param></programlisting>
3459 <refsection><info><title>Description</title></info>
3461 <para>If non-zero, output of the
3462 <tag>othercredit</tag> element on titlepages is displayed in
3463 the same style as <tag>author</tag> and
3464 <tag>editor</tag> output. If zero then
3465 <tag>othercredit</tag> output is displayed using a style
3466 different than that of <tag>author</tag> and
3467 <tag>editor</tag>.</para>
3472 <refentry version="5.0" xml:id="generate.legalnotice.link">
3474 <refentrytitle>generate.legalnotice.link</refentrytitle>
3475 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3478 <refname>generate.legalnotice.link</refname>
3479 <refpurpose>Write legalnotice to separate chunk and generate link?</refpurpose>
3483 <programlisting xml:id="generate.legalnotice.link.frag"><xsl:param name="generate.legalnotice.link" select="0"></xsl:param></programlisting>
3486 <refsection><info><title>Description</title></info>
3488 <para>If the value of <parameter>generate.legalnotice.link</parameter>
3489 is non-zero, the stylesheet:
3493 <para>writes the contents of <tag>legalnotice</tag> to a separate
3497 <para>inserts a hyperlink to the <tag>legalnotice</tag> file</para>
3500 <para>adds (in the HTML <literal>head</literal>) either a single
3501 <literal>link</literal> or element or multiple
3502 <literal>link</literal> elements (depending on the value of the
3503 <parameter>html.head.legalnotice.link.multiple</parameter>
3504 parameter), with the value or values derived from the
3505 <parameter>html.head.legalnotice.link.types</parameter>
3510 Otherwise, if <parameter>generate.legalnotice.link</parameter> is
3511 zero, <tag>legalnotice</tag> contents are rendered on the title
3514 <para>The name of the separate HTML file is computed as follows:
3518 <para>If a filename is given by the <tag class="xmlpi">dbhtml filename</tag>
3519 processing instruction, that filename is used.</para>
3522 <para>If the legalnotice has an <tag class="attribute">id</tag>/<tag class="attribute">xml:id</tag>
3523 attribute, and if <parameter>use.id.as.filename</parameter> != 0, the filename
3524 is the concatenation of the id value and the value of the <parameter>html.ext</parameter>
3528 <para>If the legalnotice does not have an <tag class="attribute">id</tag>/<tag class="attribute">xml:id</tag>
3529 attribute, or if <parameter>use.id.as.filename</parameter> = 0, the filename is the concatenation of "ln-",
3530 auto-generated id value, and <parameter>html.ext</parameter> value.
3540 <refentry version="5.0" xml:id="generate.revhistory.link">
3542 <refentrytitle>generate.revhistory.link</refentrytitle>
3543 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3546 <refname>generate.revhistory.link</refname>
3547 <refpurpose>Write revhistory to separate chunk and generate link?</refpurpose>
3551 <programlisting xml:id="generate.revhistory.link.frag"><xsl:param name="generate.revhistory.link" select="0"></xsl:param></programlisting>
3554 <refsection><info><title>Description</title></info>
3556 <para>If non-zero, the contents of <tag>revhistory</tag> are written
3557 to a separate HTML file and a link to the file is
3558 generated. Otherwise, <tag>revhistory</tag> contents are rendered on
3559 the title page.</para>
3561 <para>The name of the separate HTML file is computed as follows:
3565 <para>If a filename is given by the <tag class="xmlpi">dbhtml filename</tag> processing instruction,
3566 that filename is used.</para>
3569 <para>If the revhistory has an <tag class="attribute">id</tag>/<tag class="attribute">xml:id</tag>
3570 attribute, and if <parameter>use.id.as.filename</parameter> != 0, the filename is the concatenation of
3571 the id value and the value of the <parameter>html.ext</parameter> parameter.</para>
3574 <para>If the revhistory does not have an <tag class="attribute">id</tag>/<tag class="attribute">xml:id</tag>
3575 attribute, or if <parameter>use.id.as.filename</parameter> = 0, the filename is the concatenation of "rh-",
3576 auto-generated id value, and <parameter>html.ext</parameter> value.
3586 <refentry version="5.0" xml:id="html.head.legalnotice.link.types">
3588 <refentrytitle>html.head.legalnotice.link.types</refentrytitle>
3589 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
3592 <refname>html.head.legalnotice.link.types</refname>
3593 <refpurpose>Specifies link types for legalnotice link in html head</refpurpose>
3597 <programlisting xml:id="html.head.legalnotice.link.types.frag">
3598 <xsl:param name="html.head.legalnotice.link.types">copyright</xsl:param>
3602 <refsection><info><title>Description</title></info>
3605 <parameter>html.head.legalnotice.link.types</parameter> is a
3606 space-separated list of link types, as described in <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.w3.org/TR/html401/types.html#type-links">Section 6.12
3607 of the HTML 4.01 specification</link>. If the value of the
3608 <parameter>generate.legalnotice.link</parameter> parameter is
3609 non-zero, then the stylesheet generates (in the
3610 <literal>head</literal> section of the HTML source) either a single
3611 HTML <literal>link</literal> element or, if the value of the
3612 <parameter>html.head.legalnotice.link.multiple</parameter> is
3613 non-zero, one <literal>link</literal> element for each link type
3614 specified. Each <literal>link</literal> has the following attributes:
3618 <para>a <tag class="attribute">rel</tag> attribute whose
3619 value is derived from the value of
3620 <parameter>html.head.legalnotice.link.types</parameter></para>
3623 <para>an <tag class="attribute">href</tag> attribute whose
3624 value is set to the URL of the file containing the
3625 <tag>legalnotice</tag></para>
3628 <para>a <tag class="attribute">title</tag> attribute whose
3629 value is set to the title of the corresponding
3630 <tag>legalnotice</tag> (or a title programatically
3631 determined by the stylesheet)</para>
3637 <screen> <link rel="license" href="ln-id2524073.html" title="Legal Notice"></screen>
3640 <refsection><info><title>About the default value</title></info>
3642 <para>In an ideal world, the default value of
3643 <parameter>html.head.legalnotice.link.types</parameter> would
3644 probably be “<literal>license</literal>”, since the content of the
3645 DocBook <tag>legalnotice</tag> is typically license
3646 information, not copyright information. However, the default value
3647 is “<literal>copyright</literal>” for pragmatic reasons: because
3648 that’s among the set of “recognized link types” listed in <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.w3.org/TR/html401/types.html#type-links">Section
3649 6.12 of the HTML 4.01 specification</link>, and because certain
3650 browsers and browser extensions are preconfigured to recognize that
3657 <refentry version="5.0" xml:id="html.head.legalnotice.link.multiple">
3659 <refentrytitle>html.head.legalnotice.link.multiple</refentrytitle>
3660 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3663 <refname>html.head.legalnotice.link.multiple</refname>
3664 <refpurpose>Generate multiple link instances in html head for legalnotice?</refpurpose>
3668 <programlisting xml:id="html.head.legalnotice.link.multiple.frag">
3669 <xsl:param name="html.head.legalnotice.link.multiple" select="1"></xsl:param>
3673 <refsection><info><title>Description</title></info>
3675 <para>If <parameter>html.head.legalnotice.link.multiple</parameter> is
3676 non-zero and the value of
3677 <parameter>html.head.legalnotice.link.types</parameter> contains
3678 multiple link types, then the stylesheet generates (in the
3679 <literal>head</literal> section of the HTML source) one
3680 <literal>link</literal> element for each link type specified. For
3681 example, if the value of
3682 <parameter>html.head.legalnotice.link.types</parameter> is
3683 “<literal>copyright license</literal>”:
3685 <screen> <link rel="copyright" href="ln-id2524073.html" title="Legal Notice">
3686 <link rel="license" href="ln-id2524073.html" title="Legal Notice"></screen>
3688 Otherwise, the stylesheet generates generates a single
3689 <literal>link</literal> instance; for example:
3691 <screen> <link rel="copyright license" href="ln-id2524073.html" title="Legal Notice"></screen>
3698 <reference xml:id="refentry"><title>Reference Pages</title>
3699 <refentry version="5.0" xml:id="funcsynopsis.decoration">
3701 <refentrytitle>funcsynopsis.decoration</refentrytitle>
3702 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3705 <refname>funcsynopsis.decoration</refname>
3706 <refpurpose>Decorate elements of a <tag>funcsynopsis</tag>?</refpurpose>
3710 <programlisting xml:id="funcsynopsis.decoration.frag">
3711 <xsl:param name="funcsynopsis.decoration" select="1"></xsl:param>
3715 <refsection><info><title>Description</title></info>
3717 <para>If non-zero, elements of the <tag>funcsynopsis</tag> will be
3718 decorated (e.g. rendered as bold or italic text). The decoration is controlled by
3719 templates that can be redefined in a customization layer.
3725 <refentry version="5.0" xml:id="funcsynopsis.style">
3727 <refentrytitle>funcsynopsis.style</refentrytitle>
3728 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
3729 <refmiscinfo class="other" otherclass="value">ansi</refmiscinfo>
3730 <refmiscinfo class="other" otherclass="value">kr</refmiscinfo>
3733 <refname>funcsynopsis.style</refname>
3734 <refpurpose>What style of <tag>funcsynopsis</tag> should be generated?</refpurpose>
3738 <programlisting xml:id="funcsynopsis.style.frag"><xsl:param name="funcsynopsis.style">kr</xsl:param></programlisting>
3741 <refsection><info><title>Description</title></info>
3743 <para>If <parameter>funcsynopsis.style</parameter> is <literal>ansi</literal>,
3744 ANSI-style function synopses are generated for a
3745 <tag>funcsynopsis</tag>, otherwise K&R-style
3746 function synopses are generated.
3752 <refentry version="5.0" xml:id="function.parens">
3754 <refentrytitle>function.parens</refentrytitle>
3755 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3758 <refname>function.parens</refname>
3759 <refpurpose>Generate parens after a function?</refpurpose>
3763 <programlisting xml:id="function.parens.frag">
3764 <xsl:param name="function.parens" select="0"></xsl:param>
3768 <refsection><info><title>Description</title></info>
3770 <para>If non-zero, the formatting of a <tag>function</tag> element
3771 will include generated parentheses.
3777 <refentry version="5.0" xml:id="refentry.generate.name">
3779 <refentrytitle>refentry.generate.name</refentrytitle>
3780 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3783 <refname>refentry.generate.name</refname>
3784 <refpurpose>Output NAME header before <tag>refname</tag>s?</refpurpose>
3788 <programlisting xml:id="refentry.generate.name.frag">
3789 <xsl:param name="refentry.generate.name" select="1"></xsl:param>
3793 <refsection><info><title>Description</title></info>
3795 <para>If non-zero, a "NAME" section title is output before the list
3796 of <tag>refname</tag>s. This parameter and
3797 <parameter>refentry.generate.title</parameter> are mutually
3798 exclusive. This means that if you change this parameter to zero, you
3799 should set <parameter>refentry.generate.title</parameter> to non-zero unless
3800 you want get quite strange output.
3806 <refentry version="5.0" xml:id="refentry.generate.title">
3808 <refentrytitle>refentry.generate.title</refentrytitle>
3809 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3812 <refname>refentry.generate.title</refname>
3813 <refpurpose>Output title before <tag>refname</tag>s?</refpurpose>
3817 <programlisting xml:id="refentry.generate.title.frag">
3818 <xsl:param name="refentry.generate.title" select="0"></xsl:param>
3822 <refsection><info><title>Description</title></info>
3824 <para>If non-zero, the reference page title or first name is
3825 output before the list of <tag>refname</tag>s. This parameter and
3826 <parameter>refentry.generate.name</parameter> are mutually exclusive.
3827 This means that if you change this parameter to non-zero, you
3828 should set <parameter>refentry.generate.name</parameter> to zero unless
3829 you want get quite strange output.</para>
3835 <refentry version="5.0" xml:id="refentry.xref.manvolnum">
3837 <refentrytitle>refentry.xref.manvolnum</refentrytitle>
3838 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3841 <refname>refentry.xref.manvolnum</refname>
3842 <refpurpose>Output <tag>manvolnum</tag> as part of
3843 <tag>refentry</tag> cross-reference?</refpurpose>
3847 <programlisting xml:id="refentry.xref.manvolnum.frag">
3848 <xsl:param name="refentry.xref.manvolnum" select="1"></xsl:param>
3852 <refsection><info><title>Description</title></info>
3854 <para>if non-zero, the <tag>manvolnum</tag> is used when cross-referencing
3855 <tag>refentry</tag>s, either with <tag>xref</tag>
3856 or <tag>citerefentry</tag>.
3862 <refentry version="5.0" xml:id="citerefentry.link">
3864 <refentrytitle>citerefentry.link</refentrytitle>
3865 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3868 <refname>citerefentry.link</refname>
3869 <refpurpose>Generate URL links when cross-referencing RefEntrys?</refpurpose>
3873 <programlisting xml:id="citerefentry.link.frag">
3874 <xsl:param name="citerefentry.link" select="0"></xsl:param></programlisting>
3877 <refsection><info><title>Description</title></info>
3879 <para>If non-zero, a web link will be generated, presumably
3880 to an online man->HTML gateway. The text of the link is
3881 generated by the <literal>generate.citerefentry.link</literal> template.
3887 <refentry version="5.0" xml:id="refentry.separator">
3889 <refentrytitle>refentry.separator</refentrytitle>
3890 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3893 <refname>refentry.separator</refname>
3894 <refpurpose>Generate a separator between consecutive RefEntry elements?</refpurpose>
3898 <programlisting xml:id="refentry.separator.frag">
3899 <xsl:param name="refentry.separator" select="1"></xsl:param>
3903 <refsection><info><title>Description</title></info>
3905 <para>If true, a separator will be generated between consecutive
3912 <refentry version="5.0" xml:id="refclass.suppress">
3914 <refentrytitle>refclass.suppress</refentrytitle>
3915 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3918 <refname>refclass.suppress</refname>
3919 <refpurpose>Suppress display of refclass contents?</refpurpose>
3923 <programlisting xml:id="refclass.suppress.frag">
3924 <xsl:param name="refclass.suppress" select="0"></xsl:param></programlisting>
3927 <refsection><info><title>Description</title></info>
3929 <para>If the value of <parameter>refclass.suppress</parameter> is
3930 non-zero, then display of <tag>refclass</tag> contents is
3931 suppressed in output.</para>
3937 <reference xml:id="tables"><title>Tables</title>
3938 <refentry version="5.0" xml:id="default.table.width">
3940 <refentrytitle>default.table.width</refentrytitle>
3941 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
3944 <refname>default.table.width</refname>
3945 <refpurpose>The default width of tables</refpurpose>
3948 <programlisting xml:id="default.table.width.frag">
3949 <xsl:param name="default.table.width"></xsl:param>
3952 <refsection><info><title>Description</title></info>
3953 <para>If non-zero, this value will be used for the
3954 <literal>width</literal> attribute on <tag>table</tag>s that do not specify an
3955 alternate width (with the <tag class="xmlpi">dbhtml table-width</tag> or
3956 <tag class="xmlpi">dbfo table-width</tag> processing instruction).</para>
3960 <refentry version="5.0" xml:id="nominal.table.width">
3962 <refentrytitle>nominal.table.width</refentrytitle>
3963 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
3966 <refname>nominal.table.width</refname>
3967 <refpurpose>The (absolute) nominal width of tables</refpurpose>
3971 <programlisting xml:id="nominal.table.width.frag">
3972 <xsl:param name="nominal.table.width">6in</xsl:param>
3976 <refsection><info><title>Description</title></info>
3978 <para>In order to convert CALS column widths into HTML column widths, it
3979 is sometimes necessary to have an absolute table width to use for conversion
3980 of mixed absolute and relative widths. This value must be an absolute
3981 length (not a percentage).</para>
3986 <refentry version="5.0" xml:id="table.borders.with.css">
3988 <refentrytitle>table.borders.with.css</refentrytitle>
3989 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
3992 <refname>table.borders.with.css</refname>
3993 <refpurpose>Use CSS to specify table, row, and cell borders?</refpurpose>
3997 <programlisting xml:id="table.borders.with.css.frag">
3998 <xsl:param name="table.borders.with.css" select="0"></xsl:param>
4002 <refsection><info><title>Description</title></info>
4004 <para>If non-zero, CSS will be used to draw table borders.
4010 <refentry version="5.0" xml:id="table.cell.border.style">
4012 <refentrytitle>table.cell.border.style</refentrytitle>
4013 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
4014 <refmiscinfo class="other" otherclass="value">none</refmiscinfo>
4015 <refmiscinfo class="other" otherclass="value">solid</refmiscinfo>
4016 <refmiscinfo class="other" otherclass="value">dotted</refmiscinfo>
4017 <refmiscinfo class="other" otherclass="value">dashed</refmiscinfo>
4018 <refmiscinfo class="other" otherclass="value">double</refmiscinfo>
4019 <refmiscinfo class="other" otherclass="value">groove</refmiscinfo>
4020 <refmiscinfo class="other" otherclass="value">ridge</refmiscinfo>
4021 <refmiscinfo class="other" otherclass="value">inset</refmiscinfo>
4022 <refmiscinfo class="other" otherclass="value">outset</refmiscinfo>
4023 <refmiscinfo class="other" otherclass="value">solid</refmiscinfo>
4026 <refname>table.cell.border.style</refname>
4027 <refpurpose>Specifies the border style of table cells</refpurpose>
4031 <programlisting xml:id="table.cell.border.style.frag">
4032 <xsl:param name="table.cell.border.style">solid</xsl:param>
4036 <refsection><info><title>Description</title></info>
4038 <para>Specifies the border style of table cells.</para>
4041 <para>To control properties of cell borders in HTML output, you must also turn on the
4042 <parameter>table.borders.with.css</parameter> parameter.</para>
4048 <refentry version="5.0" xml:id="table.cell.border.thickness">
4050 <refentrytitle>table.cell.border.thickness</refentrytitle>
4051 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
4054 <refname>table.cell.border.thickness</refname>
4055 <refpurpose>Specifies the thickness of table cell borders</refpurpose>
4059 <programlisting xml:id="table.cell.border.thickness.frag">
4060 <xsl:param name="table.cell.border.thickness">0.5pt</xsl:param>
4064 <refsection><info><title>Description</title></info>
4066 <para>If non-zero, specifies the thickness of borders on table
4067 cells. The units are points. See <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.w3.org/TR/CSS21/box.html#border-width-properties">
4071 <para>To control properties of cell borders in HTML output, you must also turn on the
4072 <parameter>table.borders.with.css</parameter> parameter.</para>
4078 <refentry version="5.0" xml:id="table.cell.border.color">
4080 <refentrytitle>table.cell.border.color</refentrytitle>
4081 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>
4084 <refname>table.cell.border.color</refname>
4085 <refpurpose>Specifies the border color of table cells</refpurpose>
4089 <programlisting xml:id="table.cell.border.color.frag">
4090 <xsl:param name="table.cell.border.color"></xsl:param>
4095 <refsection><info><title>Description</title></info>
4097 <para>Set the color of table cell borders. If non-zero, the value is used
4098 for the border coloration. See <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.w3.org/TR/CSS21/syndata.html#value-def-color">CSS</link>. A
4099 <literal>color</literal> is either a keyword or a numerical RGB specification.
4100 Keywords are aqua, black, blue, fuchsia, gray, green, lime, maroon,
4101 navy, olive, orange, purple, red, silver, teal, white, and
4105 <para>To control properties of cell borders in HTML output, you must also turn on the
4106 <parameter>table.borders.with.css</parameter> parameter.</para>
4112 <refentry version="5.0" xml:id="table.frame.border.style">
4114 <refentrytitle>table.frame.border.style</refentrytitle>
4115 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
4116 <refmiscinfo class="other" otherclass="value">none</refmiscinfo>
4117 <refmiscinfo class="other" otherclass="value">solid</refmiscinfo>
4118 <refmiscinfo class="other" otherclass="value">dotted</refmiscinfo>
4119 <refmiscinfo class="other" otherclass="value">dashed</refmiscinfo>
4120 <refmiscinfo class="other" otherclass="value">double</refmiscinfo>
4121 <refmiscinfo class="other" otherclass="value">groove</refmiscinfo>
4122 <refmiscinfo class="other" otherclass="value">ridge</refmiscinfo>
4123 <refmiscinfo class="other" otherclass="value">inset</refmiscinfo>
4124 <refmiscinfo class="other" otherclass="value">outset</refmiscinfo>
4125 <refmiscinfo class="other" otherclass="value">solid</refmiscinfo>
4128 <refname>table.frame.border.style</refname>
4129 <refpurpose>Specifies the border style of table frames</refpurpose>
4133 <programlisting xml:id="table.frame.border.style.frag">
4134 <xsl:param name="table.frame.border.style">solid</xsl:param>
4138 <refsection><info><title>Description</title></info>
4140 <para>Specifies the border style of table frames.</para>
4145 <refentry version="5.0" xml:id="table.frame.border.thickness">
4147 <refentrytitle>table.frame.border.thickness</refentrytitle>
4148 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
4151 <refname>table.frame.border.thickness</refname>
4152 <refpurpose>Specifies the thickness of the frame border</refpurpose>
4156 <programlisting xml:id="table.frame.border.thickness.frag">
4157 <xsl:param name="table.frame.border.thickness">0.5pt</xsl:param>
4161 <refsection><info><title>Description</title></info>
4163 <para>Specifies the thickness of the border on the table's frame.</para>
4168 <refentry version="5.0" xml:id="table.frame.border.color">
4170 <refentrytitle>table.frame.border.color</refentrytitle>
4171 <refmiscinfo class="other" otherclass="datatype">color</refmiscinfo>
4174 <refname>table.frame.border.color</refname>
4175 <refpurpose>Specifies the border color of table frames</refpurpose>
4179 <programlisting xml:id="table.frame.border.color.frag">
4180 <xsl:param name="table.frame.border.color"></xsl:param>
4185 <refsection><info><title>Description</title></info>
4187 <para>Specifies the border color of table frames.</para>
4192 <refentry version="5.0" xml:id="default.table.frame">
4194 <refentrytitle>default.table.frame</refentrytitle>
4195 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
4198 <refname>default.table.frame</refname>
4199 <refpurpose>The default framing of tables</refpurpose>
4203 <programlisting xml:id="default.table.frame.frag">
4204 <xsl:param name="default.table.frame">all</xsl:param>
4208 <refsection><info><title>Description</title></info>
4210 <para>This value will be used when there is no frame attribute on the
4216 <refentry version="5.0" xml:id="html.cellspacing">
4218 <refentrytitle>html.cellspacing</refentrytitle>
4219 <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
4222 <refname>html.cellspacing</refname>
4223 <refpurpose>Default value for cellspacing in HTML tables</refpurpose>
4227 <programlisting xml:id="html.cellspacing.frag">
4228 <xsl:param name="html.cellspacing"></xsl:param>
4232 <refsection><info><title>Description</title></info>
4234 <para>If non-zero, this value will be used as the default cellspacing
4235 value in HTML tables. nn for pixels or nn% for percentage
4236 length. E.g. 5 or 5%</para>
4241 <refentry version="5.0" xml:id="html.cellpadding">
4243 <refentrytitle>html.cellpadding</refentrytitle>
4244 <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
4247 <refname>html.cellpadding</refname>
4248 <refpurpose>Default value for cellpadding in HTML tables</refpurpose>
4252 <programlisting xml:id="html.cellpadding.frag">
4253 <xsl:param name="html.cellpadding"></xsl:param>
4257 <refsection><info><title>Description</title></info>
4259 <para>If non-zero, this value will be used as the default cellpadding value
4260 in HTML tables. nn for pixels or nn% for percentage length. E.g. 5 or
4267 <reference xml:id="qa"><title>QAndASet</title>
4268 <refentry version="5.0" xml:id="qanda.defaultlabel">
4270 <refentrytitle>qanda.defaultlabel</refentrytitle>
4271 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
4272 <refmiscinfo class="other" otherclass="value">number</refmiscinfo>
4273 <refmiscinfo class="other" otherclass="value">qanda</refmiscinfo>
4274 <refmiscinfo class="other" otherclass="value">none</refmiscinfo>
4277 <refname>qanda.defaultlabel</refname>
4278 <refpurpose>Sets the default for defaultlabel on QandASet.</refpurpose>
4282 <programlisting xml:id="qanda.defaultlabel.frag">
4283 <xsl:param name="qanda.defaultlabel">number</xsl:param>
4287 <refsection><info><title>Description</title></info>
4289 <para>If no <literal>defaultlabel</literal> attribute is specified on
4290 a <tag>qandaset</tag>, this value is used. It is generally one of the legal
4291 values for the defaultlabel attribute (<literal>none</literal>,
4292 <literal>number</literal> or
4293 <literal>qanda</literal>), or one of the additional stylesheet-specific values
4294 (<literal>qnumber</literal> or <literal>qnumberanda</literal>).
4295 The default value is 'number'.
4297 <para>The values are rendered as follows:</para>
4299 <varlistentry><term><literal>qanda</literal></term>
4301 <para><tag>question</tag>s are labeled "Q:" and
4302 <tag>answer</tag>s are labeled "A:". </para>
4306 <varlistentry><term><literal>number</literal></term>
4308 <para>The questions are enumerated and the answers
4309 are not labeled. </para>
4313 <varlistentry><term><literal>qnumber</literal></term>
4315 <para>The questions are labeled "Q:" followed by a number, and answers are not
4317 When sections are numbered, adding a label
4318 to the number distinguishes the question numbers
4319 from the section numbers.
4320 This value is not allowed in the
4321 <tag class="attribute">defaultlabel</tag> attribute
4322 of a <tag>qandaset</tag> element.</para>
4326 <varlistentry><term><literal>qnumberanda</literal></term>
4328 <para>The questions are labeled "Q:" followed by a number, and
4329 the answers are labeled "A:".
4330 When sections are numbered, adding a label
4331 to the number distinguishes the question numbers
4332 from the section numbers.
4333 This value is not allowed in the
4334 <tag class="attribute">defaultlabel</tag> attribute
4335 of a <tag>qandaset</tag> element.</para>
4339 <varlistentry><term><literal>none</literal></term>
4341 <para>No distinguishing label precedes Questions or Answers.
4350 <refentry version="5.0" xml:id="qanda.inherit.numeration">
4352 <refentrytitle>qanda.inherit.numeration</refentrytitle>
4353 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
4356 <refname>qanda.inherit.numeration</refname>
4357 <refpurpose>Does enumeration of QandASet components inherit the numeration of parent elements?</refpurpose>
4361 <programlisting xml:id="qanda.inherit.numeration.frag">
4362 <xsl:param name="qanda.inherit.numeration" select="1"></xsl:param>
4366 <refsection><info><title>Description</title></info>
4368 <para>If non-zero, numbered <tag>qandadiv</tag> elements and
4369 <tag>question</tag> and <tag>answer</tag> inherit the enumeration of
4370 the ancestors of the <tag>qandaset</tag>.
4376 <refentry version="5.0" xml:id="qanda.in.toc">
4378 <refentrytitle>qanda.in.toc</refentrytitle>
4379 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
4382 <refname>qanda.in.toc</refname>
4383 <refpurpose>Should qandaentry questions appear in
4384 the document table of contents?</refpurpose>
4388 <programlisting xml:id="qanda.in.toc.frag"><xsl:param name="qanda.in.toc" select="0"></xsl:param></programlisting>
4391 <refsection><info><title>Description</title></info>
4393 <para>If true (non-zero), then the generated table of contents
4394 for a document will include <tag>qandaset</tag> titles,
4395 <tag>qandadiv</tag> titles,
4396 and <tag>question</tag> elements. The default value (zero) excludes
4399 <para>This parameter does not affect any tables of contents
4400 that may be generated inside a qandaset or qandadiv.
4406 <refentry version="5.0" xml:id="qanda.nested.in.toc">
4408 <refentrytitle>qanda.nested.in.toc</refentrytitle>
4409 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
4412 <refname>qanda.nested.in.toc</refname>
4413 <refpurpose>Should nested answer/qandaentry instances appear in TOC?</refpurpose>
4417 <programlisting xml:id="qanda.nested.in.toc.frag">
4418 <xsl:param name="qanda.nested.in.toc" select="0"></xsl:param>
4422 <refsection><info><title>Description</title></info>
4424 <para>If non-zero, instances of <tag>qandaentry</tag>
4425 that are children of <tag>answer</tag> elements are shown in
4432 <reference xml:id="links"><title>Linking</title>
4433 <refentry version="5.0" xml:id="target.database.document">
4435 <refentrytitle>target.database.document</refentrytitle>
4436 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
4439 <refname>target.database.document</refname>
4440 <refpurpose>Name of master database file for resolving
4444 <programlisting xml:id="target.database.document.frag">
4445 <xsl:param name="target.database.document">olinkdb.xml</xsl:param>
4448 <refsection><info><title>Description</title></info>
4451 To resolve olinks between documents, the stylesheets use a master
4452 database document that identifies the target datafiles for all the
4453 documents within the scope of the olinks. This parameter value is the
4454 URI of the master document to be read during processing to resolve
4455 olinks. The default value is <filename>olinkdb.xml</filename>.</para>
4457 <para>The data structure of the file is defined in the
4458 <filename>targetdatabase.dtd</filename> DTD. The database file
4459 provides the high level elements to record the identifiers, locations,
4460 and relationships of documents. The cross reference data for
4461 individual documents is generally pulled into the database using
4462 system entity references or XIncludes. See also
4463 <parameter>targets.filename</parameter>. </para> </refsection>
4466 <refentry version="5.0" xml:id="targets.filename">
4468 <refentrytitle>targets.filename</refentrytitle>
4469 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
4472 <refname>targets.filename</refname>
4473 <refpurpose>Name of cross reference targets data file</refpurpose>
4475 <refsynopsisdiv> <programlisting xml:id="targets.filename.frag">
4476 <xsl:param name="targets.filename">target.db</xsl:param>
4479 <refsection><info><title>Description</title></info>
4482 In order to resolve olinks efficiently, the stylesheets can
4483 generate an external data file containing information about
4484 all potential cross reference endpoints in a document.
4485 This parameter lets you change the name of the generated
4486 file from the default name <filename>target.db</filename>.
4487 The name must agree with that used in the target database
4488 used to resolve olinks during processing.
4489 See also <parameter>target.database.document</parameter>.
4494 <refentry version="5.0" xml:id="olink.base.uri">
4496 <refentrytitle>olink.base.uri</refentrytitle>
4497 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
4500 <refname>olink.base.uri</refname>
4501 <refpurpose>Base URI used in olink hrefs</refpurpose>
4503 <refsynopsisdiv> <programlisting xml:id="olink.base.uri.frag">
4504 <xsl:param name="olink.base.uri"></xsl:param>
4507 <refsection><info><title>Description</title></info>
4509 <para>When cross reference data is collected for resolving olinks, it
4510 may be necessary to prepend a base URI to each target's href. This
4511 parameter lets you set that base URI when cross reference data is
4512 collected. This feature is needed when you want to link to a document
4513 that is processed without chunking. The output filename for such a
4514 document is not known to the XSL stylesheet; the only target
4515 information consists of fragment identifiers such as
4516 <literal>#idref</literal>. To enable the resolution of olinks between
4517 documents, you should pass the name of the HTML output file as the
4518 value of this parameter. Then the hrefs recorded in the cross
4519 reference data collection look like
4520 <literal>outfile.html#idref</literal>, which can be reached as links
4521 from other documents.</para>
4525 <refentry version="5.0" xml:id="use.local.olink.style">
4527 <refentrytitle>use.local.olink.style</refentrytitle>
4528 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
4531 <refname>use.local.olink.style</refname>
4532 <refpurpose>Process olinks using xref style of current
4533 document</refpurpose>
4535 <refsynopsisdiv> <programlisting xml:id="use.local.olink.style.frag">
4536 <xsl:param name="use.local.olink.style" select="0"></xsl:param> </programlisting>
4538 <refsection><info><title>Description</title></info>
4540 <para>When cross reference data is collected for use by olinks, the data for each potential target includes one field containing a completely assembled cross reference string, as if it were an xref generated in that document. Other fields record the separate title, number, and element name of each target. When an olink is formed to a target from another document, the olink resolves to that preassembled string by default. If the <parameter>use.local.olink.style</parameter> parameter is set to non-zero, then instead the cross
4541 reference string is formed again from the target title, number, and
4542 element name, using the stylesheet processing the targeting document.
4543 Then olinks will match the xref style in the targeting document
4544 rather than in the target document. If both documents are processed
4545 with the same stylesheet, then the results will be the same.</para>
4549 <refentry version="5.0" xml:id="current.docid">
4551 <refentrytitle>current.docid</refentrytitle>
4552 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
4555 <refname>current.docid</refname>
4556 <refpurpose>targetdoc identifier for the document being
4557 processed</refpurpose>
4559 <refsynopsisdiv> <programlisting xml:id="current.docid.frag">
4560 <xsl:param name="current.docid"></xsl:param>
4563 <refsection><info><title>Description</title></info>
4565 <para>When olinks between documents are resolved for HTML output, the stylesheet can compute the relative path between the current document and the target document. The stylesheet needs to know the <literal>targetdoc</literal> identifiers for both documents, as they appear in the <parameter>target.database.document</parameter> database file. This parameter passes to the stylesheet
4566 the targetdoc identifier of the current document, since that
4567 identifier does not appear in the document itself. </para>
4568 <para>This parameter can also be used for print output. If an olink's <literal>targetdoc</literal> id differs from the <literal>current.docid</literal>, then the stylesheet can append the target document's title to the generated olink text. That identifies to the reader that the link is to a different document, not the current document. See also <parameter>olink.doctitle</parameter> to enable that feature.</para>
4572 <refentry version="5.0" xml:id="olink.doctitle">
4574 <refentrytitle>olink.doctitle</refentrytitle>
4575 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
4576 <refmiscinfo class="other" otherclass="value">no</refmiscinfo>
4577 <refmiscinfo class="other" otherclass="value">yes</refmiscinfo>
4578 <refmiscinfo class="other" otherclass="value">maybe</refmiscinfo>
4581 <refname>olink.doctitle</refname>
4582 <refpurpose>show the document title for external olinks?</refpurpose>
4585 <refsynopsisdiv> <programlisting xml:id="olink.doctitle.frag">
4586 <xsl:param name="olink.doctitle">no</xsl:param>
4589 <refsection><info><title>Description</title></info>
4591 <para>When olinks between documents are resolved, the generated text
4592 may not make it clear that the reference is to another document.
4593 It is possible for the stylesheets to append the other document's
4594 title to external olinks. For this to happen, two parameters must
4598 <para>This <parameter>olink.doctitle</parameter> parameter
4599 should be set to either <literal>yes</literal> or <literal>maybe</literal>
4600 to enable this feature.
4604 <para>And you should also set the <parameter>current.docid</parameter>
4605 parameter to the document id for the document currently
4606 being processed for output.
4612 Then if an olink's <literal>targetdoc</literal> id differs from
4613 the <literal>current.docid</literal> value, the stylesheet knows
4614 that it is a reference to another document and can
4615 append the target document's
4616 title to the generated olink text. </para>
4618 <para>The text for the target document's title is copied from the
4619 olink database from the <tag>ttl</tag> element
4620 of the top-level <tag>div</tag> for that document.
4621 If that <tag>ttl</tag> element is missing or empty,
4625 <para>The supported values for <parameter>olink.doctitle</parameter> are:
4629 <term><literal>yes</literal></term>
4632 Always insert the title to the target document if it is not
4633 the current document.
4638 <term><literal>no</literal></term>
4641 Never insert the title to the target document, even if requested
4642 in an <tag class="attribute">xrefstyle</tag> attribute.
4647 <term><literal>maybe</literal></term>
4650 Only insert the title to the target document, if requested
4651 in an <tag class="attribute">xrefstyle</tag> attribute.
4656 <para>An <tag class="attribute">xrefstyle</tag> attribute
4657 may override the global setting for individual olinks.
4658 The following values are supported in an
4659 <tag class="attribute">xrefstyle</tag>
4660 attribute using the <literal>select:</literal> syntax:
4665 <term><literal>docname</literal></term>
4668 Insert the target document name for this olink using the
4669 <literal>docname</literal> gentext template, but only
4670 if the value of <parameter>olink.doctitle</parameter>
4671 is not <literal>no</literal>.
4676 <term><literal>docnamelong</literal></term>
4679 Insert the target document name for this olink using the
4680 <literal>docnamelong</literal> gentext template, but only
4681 if the value of <parameter>olink.doctitle</parameter>
4682 is not <literal>no</literal>.
4687 <term><literal>nodocname</literal></term>
4690 Omit the target document name even if
4691 the value of <parameter>olink.doctitle</parameter>
4692 is <literal>yes</literal>.
4697 <para>Another way of inserting the target document name
4698 for a single olink is to employ an
4699 <tag class="attribute">xrefstyle</tag>
4700 attribute using the <literal>template:</literal> syntax.
4701 The <literal>%o</literal> placeholder (the letter o, not zero)
4703 will be filled in with the target document's title when it is processed.
4704 This will occur regardless of
4705 the value of <parameter>olink.doctitle</parameter>.
4707 <para>Note that prior to version 1.66 of the XSL stylesheets,
4708 the allowed values for this parameter were 0 and 1. Those
4709 values are still supported and mapped to 'no' and 'yes', respectively.
4714 <refentry version="5.0" xml:id="olink.debug">
4716 <refentrytitle>olink.debug</refentrytitle>
4717 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
4720 <refname>olink.debug</refname>
4721 <refpurpose>Turn on debugging messages for olinks</refpurpose>
4725 <programlisting xml:id="olink.debug.frag">
4726 <xsl:param name="olink.debug" select="0"></xsl:param>
4730 <refsection><info><title>Description</title></info>
4732 <para>If non-zero, then each olink will generate several
4733 messages about how it is being resolved during processing.
4734 This is useful when an olink does not resolve properly
4735 and the standard error messages are not sufficient to
4739 <para>You may need to read through the olink XSL templates
4740 to understand the context for some of the debug messages.
4746 <refentry version="5.0" xml:id="olink.properties">
4748 <refentrytitle>olink.properties</refentrytitle>
4749 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
4752 <refname>olink.properties</refname>
4753 <refpurpose>Properties associated with the cross-reference
4754 text of an olink.</refpurpose>
4758 <programlisting xml:id="olink.properties.frag">
4759 <xsl:attribute-set name="olink.properties">
4760 <xsl:attribute name="show-destination">replace</xsl:attribute>
4761 </xsl:attribute-set>
4765 <refsection><info><title>Description</title></info>
4767 <para>This <literal>attribute set</literal> is applied to the
4768 <literal>fo:basic-link</literal> element of an olink. It is not applied to the
4769 optional page number or optional title of the external
4775 <refentry version="5.0" xml:id="olink.lang.fallback.sequence">
4777 <refentrytitle>olink.lang.fallback.sequence</refentrytitle>
4778 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
4781 <refname>olink.lang.fallback.sequence</refname>
4782 <refpurpose>look up translated documents if olink not found?</refpurpose>
4785 <refsynopsisdiv> <programlisting xml:id="olink.lang.fallback.sequence.frag">
4786 <xsl:param name="olink.lang.fallback.sequence"></xsl:param>
4789 <refsection><info><title>Description</title></info>
4792 <para>This parameter defines a list of lang values
4793 to search among to resolve olinks.
4796 <para>Normally an olink tries to resolve to a document in the same
4797 language as the olink itself. The language of an olink
4798 is determined by its nearest ancestor element with a
4799 <tag class="attribute">lang</tag> attribute, otherwise the
4800 value of the <parameter>l10n.gentext.default.lang</parameter>
4804 <para>An olink database can contain target data for the same
4805 document in multiple languages. Each set of data has the
4806 same value for the <tag>targetdoc</tag> attribute in
4807 the <tag>document</tag> element in the database, but with a
4808 different <tag>lang</tag> attribute value.
4811 <para>When an olink is being resolved, the target is first
4812 sought in the document with the same language as the olink.
4813 If no match is found there, then this parameter is consulted
4814 for additional languages to try.</para>
4816 <para>The <parameter>olink.lang.fallback.sequence</parameter>
4817 must be a whitespace separated list of lang values to
4818 try. The first one with a match in the olink database is used.
4819 The default value is empty.</para>
4821 <para>For example, a document might be written in German
4822 and contain an olink with
4823 <literal>targetdoc="adminguide"</literal>.
4824 When the document is processed, the processor
4825 first looks for a target dataset in the
4826 olink database starting with:</para>
4828 <literallayout><literal><document targetdoc="adminguide" lang="de"></literal>.
4831 <para>If there is no such element, then the
4832 <parameter>olink.lang.fallback.sequence</parameter>
4833 parameter is consulted.
4834 If its value is, for example, <quote>fr en</quote>, then the processor next
4835 looks for <literal>targetdoc="adminguide" lang="fr"</literal>, and
4836 then for <literal>targetdoc="adminguide" lang="en"</literal>.
4837 If there is still no match, it looks for
4838 <literal>targetdoc="adminguide"</literal> with no
4842 <para>This parameter is useful when a set of documents is only
4843 partially translated, or is in the process of being translated.
4844 If a target of an olink has not yet been translated, then this
4845 parameter permits the processor to look for the document in
4846 other languages. This assumes the reader would rather have
4847 a link to a document in a different language than to have
4854 <refentry version="5.0" xml:id="insert.olink.page.number">
4856 <refentrytitle>insert.olink.page.number</refentrytitle>
4857 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
4858 <refmiscinfo class="other" otherclass="value">no</refmiscinfo>
4859 <refmiscinfo class="other" otherclass="value">yes</refmiscinfo>
4860 <refmiscinfo class="other" otherclass="value">maybe</refmiscinfo>
4863 <refname>insert.olink.page.number</refname>
4864 <refpurpose>Turns page numbers in olinks on and off</refpurpose>
4868 <programlisting xml:id="insert.olink.page.number.frag">
4869 <xsl:param name="insert.olink.page.number">no</xsl:param>
4873 <refsection><info><title>Description</title></info>
4875 <para>The value of this parameter determines if
4876 cross references made between documents with
4877 <tag>olink</tag> will
4878 include page number citations.
4879 In most cases this is only applicable to references in printed output.
4881 <para>The parameter has three possible values.
4886 <listitem><para>No page number references will be generated for olinks.
4891 <listitem><para>Page number references will be generated
4892 for all <tag>olink</tag> references.
4893 The style of page reference may be changed
4894 if an <tag class="attribute">xrefstyle</tag>
4900 <listitem><para>Page number references will not be generated
4901 for an <tag>olink</tag> element unless
4903 <tag class="attribute">xrefstyle</tag>
4904 attribute whose value specifies a page reference.
4908 <para>Olinks that point to targets within the same document
4909 are treated as <tag>xref</tag>s, and controlled by
4910 the <parameter>insert.xref.page.number</parameter> parameter.
4913 <para>Page number references for olinks to
4914 external documents can only be inserted if the
4915 information exists in the olink database.
4916 This means each olink target element
4917 (<tag>div</tag> or <tag>obj</tag>)
4918 must have a <tag class="attribute">page</tag> attribute
4919 whose value is its page number in the target document.
4920 The XSL stylesheets are not able to extract that information
4921 during processing because pages have not yet been created in
4922 XSLT transformation. Only the XSL-FO processor knows what
4923 page each element is placed on.
4924 Therefore some postprocessing must take place to populate
4925 page numbers in the olink database.
4933 <refentry version="5.0" xml:id="insert.olink.pdf.frag">
4935 <refentrytitle>insert.olink.pdf.frag</refentrytitle>
4936 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
4939 <refname>insert.olink.pdf.frag</refname>
4940 <refpurpose>Add fragment identifiers for links into PDF files</refpurpose>
4944 <programlisting xml:id="insert.olink.pdf.frag.frag">
4945 <xsl:param name="insert.olink.pdf.frag" select="0"></xsl:param>
4949 <refsection><info><title>Description</title></info>
4951 <para>The value of this parameter determines whether
4952 the cross reference URIs to PDF documents made with
4953 <tag>olink</tag> will
4954 include fragment identifiers.
4957 <para>When forming a URI to link to a PDF document,
4958 a fragment identifier (typically a '#' followed by an
4959 id value) appended to the PDF filename can be used by
4960 the PDF viewer to open
4961 the PDF file to a location within the document instead of
4963 However, not all PDF files have id
4964 values embedded in them, and not all PDF viewers can
4965 handle fragment identifiers.
4968 <para>If <parameter>insert.olink.pdf.frag</parameter> is set
4969 to a non-zero value, then any olink targeting a
4970 PDF file will have the fragment identifier appended to the URI.
4971 The URI is formed by concatenating the value of the
4972 <parameter>olink.base.uri</parameter> parameter, the
4973 value of the <tag class="attribute">baseuri</tag>
4974 attribute from the <tag class="element">document</tag>
4975 element in the olink database with the matching
4976 <tag class="attribute">targetdoc</tag> value,
4977 and the value of the <tag class="attribute">href</tag>
4978 attribute for the targeted element in the olink database.
4979 The <tag class="attribute">href</tag> attribute
4980 contains the fragment identifier.
4983 <para>If <parameter>insert.olink.pdf.frag</parameter> is set
4984 to zero (the default value), then
4985 the <tag class="attribute">href</tag> attribute
4986 from the olink database
4987 is not appended to PDF olinks, so the fragment identifier is left off.
4988 A PDF olink is any olink for which the
4989 <tag class="attribute">baseuri</tag> attribute
4990 from the matching <tag class="element">document</tag>
4991 element in the olink database ends with '.pdf'.
4992 Any other olinks will still have the fragment identifier added.
4997 <refentry version="5.0" xml:id="prefer.internal.olink">
4999 <refentrytitle>prefer.internal.olink</refentrytitle>
5000 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
5003 <refname>prefer.internal.olink</refname>
5004 <refpurpose>Prefer a local olink reference to an external reference</refpurpose>
5008 <programlisting xml:id="prefer.internal.olink.frag">
5009 <xsl:param name="prefer.internal.olink" select="0"></xsl:param>
5013 <refsection><info><title>Description</title></info>
5015 <para>If you are re-using XML content modules in multiple documents,
5016 you may want to redirect some of your olinks. This parameter
5017 permits you to redirect an olink to the current document.
5020 <para>For example: you are writing documentation for a product,
5021 which includes 3 manuals: a little installation
5022 booklet (booklet.xml), a user
5023 guide (user.xml), and a reference manual (reference.xml).
5024 All 3 documents begin with the same introduction section (intro.xml) that
5025 contains a reference to the customization section (custom.xml) which is
5026 included in both user.xml and reference.xml documents.
5029 <para>How do you write the link to custom.xml in intro.xml
5030 so that it is interpreted correctly in all 3 documents?</para>
5032 <listitem><para>If you use xref, it will fail in user.xml.</para>
5034 <listitem><para>If you use olink (pointing to reference.xml),
5035 the reference in user.xml
5036 will point to the customization section of the reference manual, while it is
5037 actually available in user.xml.</para>
5041 <para>If you set the <parameter>prefer.internal.olink</parameter>
5042 parameter to a non-zero value, then the processor will
5043 first look in the olink database
5044 for the olink's <tag>targetptr</tag> attribute value
5045 in document matching the <parameter>current.docid</parameter>
5046 parameter value. If it isn't found there, then
5047 it tries the document in the database
5048 with the <tag>targetdoc</tag>
5049 value that matches the olink's <tag>targetdoc</tag>
5053 <para>This feature permits an olink reference to resolve to
5054 the current document if there is an element
5055 with an id matching the olink's <tag>targetptr</tag>
5056 value. The current document's olink data must be
5057 included in the target database for this to work.</para>
5060 <para>There is a potential for incorrect links if
5061 the same <tag>id</tag> attribute value is used for different
5062 content in different documents.
5063 Some of your olinks may be redirected to the current document
5064 when they shouldn't be. It is not possible to control
5065 individual olink instances.</para>
5071 <refentry version="5.0" xml:id="link.mailto.url">
5073 <refentrytitle>link.mailto.url</refentrytitle>
5074 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
5077 <refname>link.mailto.url</refname>
5078 <refpurpose>Mailto URL for the LINK REL=made HTML HEAD element</refpurpose>
5082 <programlisting xml:id="link.mailto.url.frag">
5083 <xsl:param name="link.mailto.url"></xsl:param>
5087 <refsection><info><title>Description</title></info>
5089 <para>If not the empty string, this address will be used for the
5090 rel=made <literal>link</literal> element in the html <literal>head</literal>
5096 <refentry version="5.0" xml:id="ulink.target">
5098 <refentrytitle>ulink.target</refentrytitle>
5099 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
5102 <refname>ulink.target</refname>
5103 <refpurpose>The HTML anchor target for ULinks</refpurpose>
5107 <programlisting xml:id="ulink.target.frag">
5108 <xsl:param name="ulink.target">_top</xsl:param>
5112 <refsection><info><title>Description</title></info>
5114 <para>If <parameter>ulink.target</parameter> is non-zero, its value will
5115 be used for the <literal>target</literal> attribute
5116 on anchors generated for <tag>ulink</tag>s.</para>
5121 <refentry version="5.0" xml:id="olink.fragid">
5123 <refentrytitle>olink.fragid</refentrytitle>
5124 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
5127 <refname>olink.fragid</refname>
5128 <refpurpose>Names the fragment identifier portion of an OLink resolver query</refpurpose>
5131 <programlisting xml:id="olink.fragid.frag">
5132 <xsl:param name="olink.fragid">fragid=</xsl:param>
5135 <refsection><info><title>Description</title></info>
5136 <para>The fragment identifier portion of an <tag>olink</tag> target.</para>
5140 <refentry version="5.0" xml:id="olink.outline.ext">
5142 <refentrytitle>olink.outline.ext</refentrytitle>
5143 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
5146 <refname>olink.outline.ext</refname>
5147 <refpurpose>The extension of OLink outline files</refpurpose>
5151 <programlisting xml:id="olink.outline.ext.frag">
5152 <xsl:param name="olink.outline.ext">.olink</xsl:param>
5156 <refsection><info><title>Description</title></info>
5158 <para>The extension to be expected for OLink outline files</para>
5159 <para>Bob has this parameter as dead. Please don't use</para>
5164 <refentry version="5.0" xml:id="olink.pubid">
5166 <refentrytitle>olink.pubid</refentrytitle>
5167 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
5170 <refname>olink.pubid</refname>
5171 <refpurpose>Names the public identifier portion of an OLink resolver query</refpurpose>
5175 <programlisting xml:id="olink.pubid.frag">
5176 <xsl:param name="olink.pubid">pubid</xsl:param>
5180 <refsection><info><title>Description</title></info>
5187 <refentry version="5.0" xml:id="olink.sysid">
5189 <refentrytitle>olink.sysid</refentrytitle>
5190 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
5193 <refname>olink.sysid</refname>
5194 <refpurpose>Names the system identifier portion of an OLink resolver query</refpurpose>
5198 <programlisting xml:id="olink.sysid.frag">
5199 <xsl:param name="olink.sysid">sysid</xsl:param>
5203 <refsection><info><title>Description</title></info>
5210 <refentry version="5.0" xml:id="olink.resolver">
5212 <refentrytitle>olink.resolver</refentrytitle>
5213 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
5216 <refname>olink.resolver</refname>
5217 <refpurpose>The root name of the OLink resolver (usually a script)</refpurpose>
5220 <programlisting xml:id="olink.resolver.frag">
5221 <xsl:param name="olink.resolver">/cgi-bin/olink</xsl:param>
5224 <refsection><info><title>Description</title></info>
5230 <reference xml:id="xrefs"><title>Cross References</title>
5231 <refentry version="5.0" xml:id="collect.xref.targets">
5233 <refentrytitle>collect.xref.targets</refentrytitle>
5234 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
5235 <refmiscinfo class="other" otherclass="value">no</refmiscinfo>
5236 <refmiscinfo class="other" otherclass="value">yes</refmiscinfo>
5237 <refmiscinfo class="other" otherclass="value">only</refmiscinfo>
5240 <refname>collect.xref.targets</refname>
5241 <refpurpose>Controls whether cross reference data is
5242 collected</refpurpose>
5244 <refsynopsisdiv> <programlisting xml:id="collect.xref.targets.frag">
5245 <xsl:param name="collect.xref.targets">no</xsl:param>
5248 <refsection><info><title>Description</title></info>
5251 In order to resolve olinks efficiently, the stylesheets can
5252 generate an external data file containing information about
5253 all potential cross reference endpoints in a document.
5254 This parameter determines whether the collection process is run when the document is processed by the stylesheet. The default value is <literal>no</literal>, which means the data file is not generated during processing. The other choices are <literal>yes</literal>, which means the data file is created and the document is processed for output, and <literal>only</literal>, which means the data file is created but the document is not processed for output.
5255 See also <parameter>targets.filename</parameter>.
5260 <refentry version="5.0" xml:id="insert.xref.page.number">
5262 <refentrytitle>insert.xref.page.number</refentrytitle>
5263 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
5264 <refmiscinfo class="other" otherclass="value">no</refmiscinfo>
5265 <refmiscinfo class="other" otherclass="value">yes</refmiscinfo>
5266 <refmiscinfo class="other" otherclass="value">maybe</refmiscinfo>
5269 <refname>insert.xref.page.number</refname>
5270 <refpurpose>Turns page numbers in xrefs on and off</refpurpose>
5274 <programlisting xml:id="insert.xref.page.number.frag">
5275 <xsl:param name="insert.xref.page.number">no</xsl:param>
5279 <refsection><info><title>Description</title></info>
5281 <para>The value of this parameter determines if
5282 cross references (<tag>xref</tag>s) in
5284 include page number citations.
5285 It has three possible values.
5290 <listitem><para>No page number references will be generated.
5295 <listitem><para>Page number references will be generated
5296 for all <tag>xref</tag> elements.
5297 The style of page reference may be changed
5298 if an <tag class="attribute">xrefstyle</tag>
5304 <listitem><para>Page number references will not be generated
5305 for an <tag>xref</tag> element unless
5307 <tag class="attribute">xrefstyle</tag>
5308 attribute whose value specifies a page reference.
5316 <refentry version="5.0" xml:id="use.role.as.xrefstyle">
5318 <refentrytitle>use.role.as.xrefstyle</refentrytitle>
5319 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
5322 <refname>use.role.as.xrefstyle</refname>
5323 <refpurpose>Use <tag class="attribute">role</tag> attribute for
5324 <tag class="attribute">xrefstyle</tag> on <tag>xref</tag>?</refpurpose>
5328 <programlisting xml:id="use.role.as.xrefstyle.frag">
5329 <xsl:param name="use.role.as.xrefstyle" select="1"></xsl:param>
5333 <refsection><info><title>Description</title></info>
5335 <para>In DocBook documents that conform to a schema older than V4.3, this parameter allows
5336 <tag class="attribute">role</tag> to serve the purpose of specifying the cross reference style.</para>
5338 <para>If non-zero, the <tag class="attribute">role</tag> attribute on
5339 <tag>xref</tag> will be used to select the cross reference style.
5340 In DocBook V4.3, the <tag class="attribute">xrefstyle</tag> attribute was added for this purpose.
5341 If the <tag class="attribute">xrefstyle</tag> attribute is present,
5342 <tag class="attribute">role</tag> will be ignored, regardless of the setting
5343 of this parameter.</para>
5347 <refsection><info><title>Example</title></info>
5349 <para>The following small stylesheet shows how to configure the
5350 stylesheets to make use of the cross reference style:</para>
5352 <programlisting><?xml version="1.0"?>
5353 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5356 <xsl:import href="../xsl/html/docbook.xsl"/>
5358 <xsl:output method="html"/>
5360 <xsl:param name="local.l10n.xml" select="document('')"/>
5361 <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
5362 <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="en">
5363 <l:context name="xref">
5364 <l:template name="chapter" style="title" text="Chapter %n, %t"/>
5365 <l:template name="chapter" text="Chapter %n"/>
5370 </xsl:stylesheet></programlisting>
5372 <para>With this stylesheet, the cross references in the following document:</para>
5374 <programlisting><?xml version="1.0" encoding="utf-8"?>
5375 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
5376 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
5377 <book id="book"><title>Book</title>
5380 <title>Preface</title>
5382 <para>Normal: <xref linkend="ch1"/>.</para>
5383 <para>Title: <xref xrefstyle="title" linkend="ch1"/>.</para>
5387 <chapter id="ch1">
5388 <title>First Chapter</title>
5390 <para>Irrelevant.</para>
5393 </book></programlisting>
5395 <para>will appear as:</para>
5398 <para>Normal: Chapter 1.</para>
5399 <para>Title: Chapter 1, <emphasis>First Chapter</emphasis>.</para>
5405 <refentry version="5.0" xml:id="xref.with.number.and.title">
5407 <refentrytitle>xref.with.number.and.title</refentrytitle>
5408 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
5411 <refname>xref.with.number.and.title</refname>
5412 <refpurpose>Use number and title in cross references</refpurpose>
5416 <programlisting xml:id="xref.with.number.and.title.frag">
5417 <xsl:param name="xref.with.number.and.title" select="1"></xsl:param>
5421 <refsection><info><title>Description</title></info>
5423 <para>A cross reference may include the number (for example, the number of
5424 an example or figure) and the <tag>title</tag> which is a required child of some
5425 targets. This parameter inserts both the relevant number as well as
5426 the title into the link. </para>
5431 <refentry version="5.0" xml:id="xref.label-page.separator">
5433 <refentrytitle>xref.label-page.separator</refentrytitle>
5434 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
5437 <refname>xref.label-page.separator</refname>
5438 <refpurpose>Punctuation or space separating label from page number in xref</refpurpose>
5442 <programlisting xml:id="xref.label-page.separator.frag"><xsl:param name="xref.label-page.separator"><xsl:text> </xsl:text></xsl:param></programlisting>
5445 <refsection><info><title>Description</title></info>
5448 This parameter allows you to control the punctuation of certain
5449 types of generated cross reference text.
5450 When cross reference text is generated for an
5451 <tag class="element">xref</tag> or
5452 <tag class="element">olink</tag> element
5453 using an <tag class="attribute">xrefstyle</tag> attribute
5454 that makes use of the <literal>select:</literal> feature,
5455 and the selected components include both label and page
5457 then the value of this parameter is inserted between
5458 label and page number in the output.
5459 If a title is included, then other separators are used.
5465 <refentry version="5.0" xml:id="xref.label-title.separator">
5467 <refentrytitle>xref.label-title.separator</refentrytitle>
5468 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
5471 <refname>xref.label-title.separator</refname>
5472 <refpurpose>Punctuation or space separating label from title in xref</refpurpose>
5476 <programlisting xml:id="xref.label-title.separator.frag"><xsl:param name="xref.label-title.separator">: </xsl:param></programlisting>
5479 <refsection><info><title>Description</title></info>
5482 This parameter allows you to control the punctuation of certain
5483 types of generated cross reference text.
5484 When cross reference text is generated for an
5485 <tag class="element">xref</tag> or
5486 <tag class="element">olink</tag> element
5487 using an <tag class="attribute">xrefstyle</tag> attribute
5488 that makes use of the <literal>select:</literal> feature,
5489 and the selected components include both label and title,
5490 then the value of this parameter is inserted between
5491 label and title in the output.
5497 <refentry version="5.0" xml:id="xref.title-page.separator">
5499 <refentrytitle>xref.title-page.separator</refentrytitle>
5500 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
5503 <refname>xref.title-page.separator</refname>
5504 <refpurpose>Punctuation or space separating title from page number in xref</refpurpose>
5508 <programlisting xml:id="xref.title-page.separator.frag"><xsl:param name="xref.title-page.separator"><xsl:text> </xsl:text></xsl:param></programlisting>
5511 <refsection><info><title>Description</title></info>
5514 This parameter allows you to control the punctuation of certain
5515 types of generated cross reference text.
5516 When cross reference text is generated for an
5517 <tag class="element">xref</tag> or
5518 <tag class="element">olink</tag> element
5519 using an <tag class="attribute">xrefstyle</tag> attribute
5520 that makes use of the <literal>select:</literal> feature,
5521 and the selected components include both title and page number,
5522 then the value of this parameter is inserted between
5523 title and page number in the output.
5530 <reference xml:id="lists"><title>Lists</title>
5531 <refentry version="5.0" xml:id="segmentedlist.as.table">
5533 <refentrytitle>segmentedlist.as.table</refentrytitle>
5534 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
5537 <refname>segmentedlist.as.table</refname>
5538 <refpurpose>Format segmented lists as tables?</refpurpose>
5542 <programlisting xml:id="segmentedlist.as.table.frag">
5543 <xsl:param name="segmentedlist.as.table" select="0"></xsl:param>
5547 <refsection><info><title>Description</title></info>
5549 <para>If non-zero, <tag>segmentedlist</tag>s will be formatted as
5555 <refentry version="5.0" xml:id="variablelist.as.table">
5557 <refentrytitle>variablelist.as.table</refentrytitle>
5558 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
5561 <refname>variablelist.as.table</refname>
5562 <refpurpose>Format <tag>variablelist</tag>s as tables?</refpurpose>
5566 <programlisting xml:id="variablelist.as.table.frag">
5567 <xsl:param name="variablelist.as.table" select="0"></xsl:param>
5571 <refsection><info><title>Description</title></info>
5573 <para>If non-zero, <tag>variablelist</tag>s will be formatted as
5574 tables. A processing instruction exists to specify a particular width for the
5575 column containing the <tag>term</tag>s:
5576 <tag class="xmlpi">dbhtml term-width=".25in"</tag></para>
5578 <para>You can override this setting with a processing instruction as the
5579 child of <tag>variablelist</tag>: <tag class="xmlpi">dbhtml
5580 list-presentation="table"</tag> or <tag class="xmlpi">dbhtml
5581 list-presentation="list"</tag>.</para>
5583 <para>This parameter only applies to the HTML transformations. In the
5584 FO case, proper list markup is robust enough to handle the formatting.
5585 But see also <parameter>variablelist.as.blocks</parameter>.</para>
5587 <programlisting> <variablelist>
5588 <?dbhtml list-presentation="table"?>
5589 <?dbhtml term-width="1.5in"?>
5590 <?dbfo list-presentation="list"?>
5591 <?dbfo term-width="1in"?>
5592 <varlistentry>
5593 <term>list</term>
5596 Formatted as a table even if variablelist.as.table is set to 0.
5599 </varlistentry>
5600 </variablelist></programlisting>
5605 <refentry version="5.0" xml:id="variablelist.term.separator">
5607 <refentrytitle>variablelist.term.separator</refentrytitle>
5608 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
5611 <refname>variablelist.term.separator</refname>
5612 <refpurpose>Text to separate <tag>term</tag>s within a multi-term
5613 <tag>varlistentry</tag></refpurpose>
5617 <programlisting xml:id="variablelist.term.separator.frag">
5618 <xsl:param name="variablelist.term.separator">, </xsl:param></programlisting>
5621 <refsection><info><title>Description</title></info>
5623 <para>When a <tag>varlistentry</tag> contains multiple <tag>term</tag>
5624 elements, the string specified in the value of the
5625 <parameter>variablelist.term.separator</parameter> parameter is placed
5626 after each <tag>term</tag> except the last.</para>
5629 <para>To generate a line break between multiple <tag>term</tag>s in
5630 a <tag>varlistentry</tag>, set a non-zero value for the
5631 <parameter>variablelist.term.break.after</parameter> parameter. If
5632 you do so, you may also want to set the value of the
5633 <parameter>variablelist.term.separator</parameter> parameter to an
5634 empty string (to suppress rendering of the default comma and space
5635 after each <tag>term</tag>).</para>
5641 <refentry version="5.0" xml:id="variablelist.term.break.after">
5643 <refentrytitle>variablelist.term.break.after</refentrytitle>
5644 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
5647 <refname>variablelist.term.break.after</refname>
5648 <refpurpose>Generate line break after each <tag>term</tag> within a
5649 multi-term <tag>varlistentry</tag>?</refpurpose>
5653 <programlisting xml:id="variablelist.term.break.after.frag">
5654 <xsl:param name="variablelist.term.break.after">0</xsl:param></programlisting>
5657 <refsection><info><title>Description</title></info>
5659 <para>Set a non-zero value for the
5660 <parameter>variablelist.term.break.after</parameter> parameter to
5661 generate a line break between <tag>term</tag>s in a
5662 multi-term <tag>varlistentry</tag>.</para>
5665 <para>If you set a non-zero value for
5666 <parameter>variablelist.term.break.after</parameter>, you may also
5667 want to set the value of the
5668 <parameter>variablelist.term.separator</parameter> parameter to an
5669 empty string (to suppress rendering of the default comma and space
5670 after each <tag>term</tag>).</para>
5677 <reference xml:id="biblio"><title>Bibliography</title>
5678 <refentry version="5.0" xml:id="bibliography.style">
5680 <refentrytitle>bibliography.style</refentrytitle>
5681 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
5682 <refmiscinfo class="other" otherclass="value">normal</refmiscinfo>
5683 <refmiscinfo class="other" otherclass="value">iso690</refmiscinfo>
5686 <refname>bibliography.style</refname>
5687 <refpurpose>Style used for formatting of biblioentries.</refpurpose>
5691 <programlisting xml:id="bibliography.style.frag">
5692 <xsl:param name="bibliography.style">normal</xsl:param>
5696 <refsection><info><title>Description</title></info>
5698 <para>Currently only <literal>normal</literal> and
5699 <literal>iso690</literal> styles are supported.</para>
5701 <para>In order to use ISO690 style to the full extent you might need
5702 to use additional markup described on <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://wiki.docbook.org/topic/ISO690Bibliography">the
5703 following WiKi page</link>.</para>
5708 <refentry version="5.0" xml:id="biblioentry.item.separator">
5710 <refentrytitle>biblioentry.item.separator</refentrytitle>
5711 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
5714 <refname>biblioentry.item.separator</refname>
5715 <refpurpose>Text to separate bibliography entries</refpurpose>
5719 <programlisting xml:id="biblioentry.item.separator.frag"><xsl:param name="biblioentry.item.separator">. </xsl:param></programlisting>
5722 <refsection><info><title>Description</title></info>
5724 <para>Text to separate bibliography entries
5730 <refentry version="5.0" xml:id="bibliography.collection">
5732 <refentrytitle>bibliography.collection</refentrytitle>
5733 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
5736 <refname>bibliography.collection</refname>
5737 <refpurpose>Name of the bibliography collection file</refpurpose>
5741 <programlisting xml:id="bibliography.collection.frag">
5742 <xsl:param name="bibliography.collection">http://docbook.sourceforge.net/release/bibliography/bibliography.xml</xsl:param>
5747 <refsection><info><title>Description</title></info>
5749 <para>Maintaining bibliography entries across a set of documents is tedious, time
5750 consuming, and error prone. It makes much more sense, usually, to store all of
5751 the bibliography entries in a single place and simply <quote>extract</quote>
5752 the ones you need in each document.</para>
5754 <para>That's the purpose of the
5755 <parameter>bibliography.collection</parameter> parameter. To setup a global
5756 bibliography <quote>database</quote>, follow these steps:</para>
5758 <para>First, create a stand-alone bibliography document that contains all of
5759 the documents that you wish to reference. Make sure that each bibliography
5760 entry (whether you use <tag>biblioentry</tag> or <tag>bibliomixed</tag>)
5763 <para>My global bibliography, <filename>~/bibliography.xml</filename> begins
5767 <programlisting><!DOCTYPE bibliography
5768 PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
5769 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
5770 <bibliography><title>References</title>
5772 <bibliomixed id="xml-rec"><abbrev>XML 1.0</abbrev>Tim Bray,
5773 Jean Paoli, C. M. Sperberg-McQueen, and Eve Maler, editors.
5774 <citetitle><ulink url="http://www.w3.org/TR/REC-xml">Extensible Markup
5775 Language (XML) 1.0 Second Edition</ulink></citetitle>.
5776 World Wide Web Consortium, 2000.
5777 </bibliomixed>
5779 <bibliomixed id="xml-names"><abbrev>Namespaces</abbrev>Tim Bray,
5781 and Andrew Layman, editors.
5782 <citetitle><ulink url="http://www.w3.org/TR/REC-xml-names/">Namespaces in
5783 XML</ulink></citetitle>.
5784 World Wide Web Consortium, 1999.
5785 </bibliomixed>
5788 </bibliography>
5792 <para>When you create a bibliography in your document, simply
5793 provide <emphasis>empty</emphasis> <tag>bibliomixed</tag>
5794 entries for each document that you wish to cite. Make sure that these
5795 elements have the same ID as the corresponding <quote>real</quote>
5796 entry in your global bibliography.</para>
5798 <para>For example:</para>
5801 <programlisting><bibliography><title>Bibliography</title>
5803 <bibliomixed id="xml-rec"/>
5804 <bibliomixed id="xml-names"/>
5805 <bibliomixed id="DKnuth86">Donald E. Knuth. <citetitle>Computers and
5806 Typesetting: Volume B, TeX: The Program</citetitle>. Addison-Wesley,
5807 1986. ISBN 0-201-13437-3.
5808 </bibliomixed>
5809 <bibliomixed id="relaxng"/>
5811 </bibliography></programlisting>
5814 <para>Note that it's perfectly acceptable to mix entries from your
5815 global bibliography with <quote>normal</quote> entries. You can use
5816 <tag>xref</tag> or other elements to cross-reference your
5817 bibliography entries in exactly the same way you do now.</para>
5819 <para>Finally, when you are ready to format your document, simply set the
5820 <parameter>bibliography.collection</parameter> parameter (in either a
5821 customization layer or directly through your processor's interface) to
5822 point to your global bibliography.</para>
5824 <para>The stylesheets will format the bibliography in your document as if
5825 all of the entries referenced appeared there literally.</para>
5830 <refentry version="5.0" xml:id="bibliography.numbered">
5832 <refentrytitle>bibliography.numbered</refentrytitle>
5833 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
5836 <refname>bibliography.numbered</refname>
5837 <refpurpose>Should bibliography entries be numbered?</refpurpose>
5841 <programlisting xml:id="bibliography.numbered.frag">
5842 <xsl:param name="bibliography.numbered" select="0"></xsl:param>
5846 <refsection><info><title>Description</title></info>
5848 <para>If non-zero bibliography entries will be numbered</para>
5854 <reference xml:id="glossary"><title>Glossary</title>
5855 <refentry version="5.0" xml:id="glossterm.auto.link">
5857 <refentrytitle>glossterm.auto.link</refentrytitle>
5858 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
5861 <refname>glossterm.auto.link</refname>
5862 <refpurpose>Generate links from glossterm to glossentry automatically?</refpurpose>
5866 <programlisting xml:id="glossterm.auto.link.frag">
5867 <xsl:param name="glossterm.auto.link" select="0"></xsl:param>
5871 <refsection><info><title>Description</title></info>
5873 <para>If non-zero, links from inline <tag>glossterm</tag>s to the corresponding
5874 <tag>glossentry</tag> elements in a <tag>glossary</tag> or <tag>glosslist</tag>
5875 will be automatically generated. This is useful when your glossterms are consistent
5876 and you don't want to add links manually.</para>
5878 <para>The automatic link generation feature is not used on <tag>glossterm</tag> elements
5879 that have a <tag class="attribute">linkend</tag> attribute.</para>
5884 <refentry version="5.0" xml:id="firstterm.only.link">
5886 <refentrytitle>firstterm.only.link</refentrytitle>
5887 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
5890 <refname>firstterm.only.link</refname>
5891 <refpurpose>Does automatic glossterm linking only apply to firstterms?</refpurpose>
5895 <programlisting xml:id="firstterm.only.link.frag">
5896 <xsl:param name="firstterm.only.link" select="0"></xsl:param>
5900 <refsection><info><title>Description</title></info>
5902 <para>If non-zero, only <tag>firstterm</tag>s will be automatically linked
5903 to the glossary. If glossary linking is not enabled, this parameter
5904 has no effect.</para>
5909 <refentry version="5.0" xml:id="glossary.collection">
5911 <refentrytitle>glossary.collection</refentrytitle>
5912 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
5915 <refname>glossary.collection</refname>
5916 <refpurpose>Name of the glossary collection file</refpurpose>
5920 <programlisting xml:id="glossary.collection.frag">
5921 <xsl:param name="glossary.collection"></xsl:param>
5925 <refsection><info><title>Description</title></info>
5927 <para>Glossaries maintained independently across a set of documents
5928 are likely to become inconsistent unless considerable effort is
5929 expended to keep them in sync. It makes much more sense, usually, to
5930 store all of the glossary entries in a single place and simply
5931 <quote>extract</quote> the ones you need in each document.</para>
5933 <para>That's the purpose of the
5934 <parameter>glossary.collection</parameter> parameter. To setup a global
5935 glossary <quote>database</quote>, follow these steps:</para>
5937 <refsection><info><title>Setting Up the Glossary Database</title></info>
5939 <para>First, create a stand-alone glossary document that contains all of
5940 the entries that you wish to reference. Make sure that each glossary
5941 entry has an ID.</para>
5943 <para>Here's an example glossary:</para>
5947 <?xml version="1.0" encoding="utf-8"?>
5948 <!DOCTYPE glossary
5949 PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
5950 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
5952 <glossaryinfo>
5953 <editor><firstname>Eric</firstname><surname>Raymond</surname></editor>
5954 <title>Jargon File 4.2.3 (abridged)</title>
5955 <releaseinfo>Just some test data</releaseinfo>
5956 </glossaryinfo>
5958 <glossdiv><title>0</title>
5961 <glossterm>0</glossterm>
5963 <para>Numeric zero, as opposed to the letter `O' (the 15th letter of
5964 the English alphabet). In their unmodified forms they look a lot
5965 alike, and various kluges invented to make them visually distinct have
5966 compounded the confusion. If your zero is center-dotted and letter-O
5967 is not, or if letter-O looks almost rectangular but zero looks more
5968 like an American football stood on end (or the reverse), you're
5969 probably looking at a modern character display (though the dotted zero
5970 seems to have originated as an option on IBM 3270 controllers). If
5971 your zero is slashed but letter-O is not, you're probably looking at
5972 an old-style ASCII graphic set descended from the default typewheel on
5973 the venerable ASR-33 Teletype (Scandinavians, for whom /O is a letter,
5974 curse this arrangement). (Interestingly, the slashed zero long
5975 predates computers; Florian Cajori's monumental "A History of
5976 Mathematical Notations" notes that it was used in the twelfth and
5977 thirteenth centuries.) If letter-O has a slash across it and the zero
5978 does not, your display is tuned for a very old convention used at IBM
5979 and a few other early mainframe makers (Scandinavians curse <emphasis>this</emphasis>
5980 arrangement even more, because it means two of their letters collide).
5981 Some Burroughs/Unisys equipment displays a zero with a <emphasis>reversed</emphasis>
5982 slash. Old CDC computers rendered letter O as an unbroken oval and 0
5983 as an oval broken at upper right and lower left. And yet another
5984 convention common on early line printers left zero unornamented but
5985 added a tail or hook to the letter-O so that it resembled an inverted
5986 Q or cursive capital letter-O (this was endorsed by a draft ANSI
5987 standard for how to draw ASCII characters, but the final standard
5988 changed the distinguisher to a tick-mark in the upper-left corner).
5989 Are we sufficiently confused yet?</para>
5994 <glossterm>1TBS</glossterm>
5996 <para role="accidence">
5997 <phrase role="pronounce"></phrase>
5998 <phrase role="partsofspeach">n</phrase>
6000 <para>The "One True Brace Style"</para>
6001 <glossseealso>indent style</glossseealso>
6011 </glossary></programlisting>
6016 <refsection><info><title>Marking Up Glossary Terms</title></info>
6018 <para>That takes care of the glossary database, now you have to get the entries
6019 into your document. Unlike bibliography entries, which can be empty, creating
6020 <quote>placeholder</quote> glossary entries would be very tedious. So instead,
6021 support for <parameter>glossary.collection</parameter> relies on implicit linking.</para>
6023 <para>In your source document, simply use <tag>firstterm</tag> and
6024 <tag>glossterm</tag> to identify the terms you wish to have included
6025 in the glossary. The stylesheets assume that you will either set the
6026 <tag class="attribute">baseform</tag> attribute correctly, or that the
6027 content of the element exactly matches a term in your glossary.</para>
6029 <para>If you're using a <parameter>glossary.collection</parameter>, don't
6030 make explicit links on the terms in your document.</para>
6032 <para>So, in your document, you might write things like this:</para>
6035 <programlisting><para>This is dummy text, without any real meaning.
6036 The point is simply to reference glossary terms like <glossterm>0</glossterm>
6037 and the <firstterm baseform="1TBS">One True Brace Style (1TBS)</firstterm>.
6038 The <glossterm>1TBS</glossterm>, as you can probably imagine, is a nearly
6039 religious issue.</para></programlisting>
6042 <para>If you set the <parameter>firstterm.only.link</parameter> parameter,
6043 only the terms marked with <tag>firstterm</tag> will be links.
6044 Otherwise, all the terms will be linked.</para>
6048 <refsection><info><title>Marking Up the Glossary</title></info>
6050 <para>The glossary itself has to be identified for the stylesheets. For lack
6051 of a better choice, the <tag class="attribute">role</tag> is used.
6052 To identify the glossary as the target for automatic processing, set
6053 the role to <quote><literal>auto</literal></quote>. The title of this
6054 glossary (and any other information from the <tag>glossaryinfo</tag>
6055 that's rendered by your stylesheet) will be displayed, but the entries will
6056 come from the database.
6059 <para>Unfortunately, the glossary can't be empty, so you must put in
6060 at least one <tag>glossentry</tag>. The content of this entry
6061 is irrelevant, it will not be rendered:</para>
6064 <programlisting><glossary role="auto">
6066 <glossterm>Irrelevant</glossterm>
6068 <para>If you can see this, the document was processed incorrectly. Use
6069 the <parameter>glossary.collection</parameter> parameter.</para>
6072 </glossary></programlisting>
6075 <para>What about glossary divisions? If your glossary database has glossary
6076 divisions <emphasis>and</emphasis> your automatic glossary contains at least
6077 one <tag>glossdiv</tag>, the automic glossary will have divisions.
6078 If the <tag>glossdiv</tag> is missing from either location, no divisions
6079 will be rendered.</para>
6081 <para>Glossary entries (and divisions, if appropriate) in the glossary will
6082 occur in precisely the order they occur in your database.</para>
6086 <refsection><info><title>Formatting the Document</title></info>
6088 <para>Finally, when you are ready to format your document, simply set the
6089 <parameter>glossary.collection</parameter> parameter (in either a
6090 customization layer or directly through your processor's interface) to
6091 point to your global glossary.</para>
6093 <para>The stylesheets will format the glossary in your document as if
6094 all of the entries implicilty referenced appeared there literally.</para>
6097 <refsection><info><title>Limitations</title></info>
6099 <para>Glossary cross-references <emphasis>within the glossary</emphasis> are
6100 not supported. For example, this <emphasis>will not</emphasis> work:</para>
6103 <programlisting><glossentry>
6104 <glossterm>gloss-1</glossterm>
6105 <glossdef><para>A description that references <glossterm>gloss-2</glossterm>.</para>
6106 <glossseealso>gloss-2</glossseealso>
6108 </glossentry></programlisting>
6111 <para>If you put glossary cross-references in your glossary that way,
6112 you'll get the cryptic error: <computeroutput>Warning:
6113 glossary.collection specified, but there are 0 automatic
6114 glossaries</computeroutput>.</para>
6116 <para>Instead, you must do two things:</para>
6120 <para>Markup your glossary using <tag>glossseealso</tag>:</para>
6123 <programlisting><glossentry>
6124 <glossterm>gloss-1</glossterm>
6125 <glossdef><para>A description that references <glossterm>gloss-2</glossterm>.</para>
6126 <glossseealso>gloss-2</glossseealso>
6128 </glossentry></programlisting>
6133 <para>Make sure there is at least one <tag>glossterm</tag> reference to
6134 <glossterm>gloss-2</glossterm> <emphasis>in your document</emphasis>. The
6135 easiest way to do that is probably within a <tag>remark</tag> in your
6136 automatic glossary:</para>
6139 <programlisting><glossary role="auto">
6140 <remark>Make sure there's a reference to <glossterm>gloss-2</glossterm>.</remark>
6142 <glossterm>Irrelevant</glossterm>
6144 <para>If you can see this, the document was processed incorrectly. Use
6145 the <parameter>glossary.collection</parameter> parameter.</para>
6148 </glossary></programlisting>
6157 <refentry version="5.0" xml:id="glossary.sort">
6159 <refentrytitle>glossary.sort</refentrytitle>
6160 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
6163 <refname>glossary.sort</refname>
6164 <refpurpose>Sort glossentry elements?</refpurpose>
6168 <programlisting xml:id="glossary.sort.frag">
6169 <xsl:param name="glossary.sort" select="0"></xsl:param>
6173 <refsection><info><title>Description</title></info>
6175 <para>If non-zero, then the glossentry elements within a
6176 glossary, glossdiv, or glosslist are sorted on the glossterm, using
6177 the current lang setting. If zero (the default), then
6178 glossentry elements are not sorted and are presented
6185 <refentry version="5.0" xml:id="glossentry.show.acronym">
6187 <refentrytitle>glossentry.show.acronym</refentrytitle>
6188 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
6189 <refmiscinfo class="other" otherclass="value">no</refmiscinfo>
6190 <refmiscinfo class="other" otherclass="value">yes</refmiscinfo>
6191 <refmiscinfo class="other" otherclass="value">primary</refmiscinfo>
6194 <refname>glossentry.show.acronym</refname>
6195 <refpurpose>Display <tag>glossentry</tag> acronyms?</refpurpose>
6199 <programlisting xml:id="glossentry.show.acronym.frag">
6200 <xsl:param name="glossentry.show.acronym">no</xsl:param>
6204 <refsection><info><title>Description</title></info>
6206 <para>A setting of <quote>yes</quote> means they should be displayed;
6207 <quote>no</quote> means they shouldn't. If <quote>primary</quote> is used,
6208 then they are shown as the primary text for the entry.</para>
6211 <para>This setting controls both <tag>acronym</tag> and
6212 <tag>abbrev</tag> elements in the <tag>glossentry</tag>.</para>
6219 <reference xml:id="misc"><title>Miscellaneous</title>
6220 <refentry version="5.0" xml:id="formal.procedures">
6222 <refentrytitle>formal.procedures</refentrytitle>
6223 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
6226 <refname>formal.procedures</refname>
6227 <refpurpose>Selects formal or informal procedures</refpurpose>
6231 <programlisting xml:id="formal.procedures.frag">
6232 <xsl:param name="formal.procedures" select="1"></xsl:param>
6236 <refsection><info><title>Description</title></info>
6238 <para>Formal procedures are numbered and always have a title.
6244 <refentry version="5.0" xml:id="formal.title.placement">
6246 <refentrytitle>formal.title.placement</refentrytitle>
6247 <refmiscinfo class="other" otherclass="datatype">table</refmiscinfo>
6250 <refname>formal.title.placement</refname>
6251 <refpurpose>Specifies where formal object titles should occur</refpurpose>
6255 <programlisting xml:id="formal.title.placement.frag">
6256 <xsl:param name="formal.title.placement">
6267 <refsection><info><title>Description</title></info>
6269 <para>Specifies where formal object titles should occur. For each formal object
6270 type (<tag>figure</tag>,
6272 <tag>equation</tag>,
6273 <tag>table</tag>, and <tag>procedure</tag>)
6274 you can specify either the keyword
6275 <quote><literal>before</literal></quote> or
6276 <quote><literal>after</literal></quote>.</para>
6281 <refentry version="5.0" xml:id="runinhead.default.title.end.punct">
6283 <refentrytitle>runinhead.default.title.end.punct</refentrytitle>
6284 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
6287 <refname>runinhead.default.title.end.punct</refname>
6288 <refpurpose>Default punctuation character on a run-in-head</refpurpose>
6292 <programlisting xml:id="runinhead.default.title.end.punct.frag"><xsl:param name="runinhead.default.title.end.punct">.</xsl:param>
6296 <refsection><info><title>Description</title></info>
6298 <para>If non-zero, For a <tag>formalpara</tag>, use the specified
6299 string as the separator between the title and following text. The period is the default value.</para>
6304 <refentry version="5.0" xml:id="runinhead.title.end.punct">
6306 <refentrytitle>runinhead.title.end.punct</refentrytitle>
6307 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
6310 <refname>runinhead.title.end.punct</refname>
6311 <refpurpose>Characters that count as punctuation on a run-in-head</refpurpose>
6315 <programlisting xml:id="runinhead.title.end.punct.frag">
6316 <xsl:param name="runinhead.title.end.punct">.!?:</xsl:param>
6320 <refsection><info><title>Description</title></info>
6322 <para>Specify which characters are to be counted as punctuation. These
6323 characters are checked for a match with the last character of the
6324 title. If no match is found, the
6325 <parameter>runinhead.default.title.end.punct</parameter> contents are
6326 inserted. This is to avoid duplicated punctuation in the output.
6332 <refentry version="5.0" xml:id="show.comments">
6334 <refentrytitle>show.comments</refentrytitle>
6335 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
6338 <refname>show.comments</refname>
6339 <refpurpose>Display <tag>remark</tag> elements?</refpurpose>
6343 <programlisting xml:id="show.comments.frag">
6344 <xsl:param name="show.comments" select="1"></xsl:param>
6348 <refsection><info><title>Description</title></info>
6350 <para>If non-zero, comments will be displayed, otherwise they
6351 are suppressed. Comments here refers to the <tag>remark</tag> element
6352 (which was called <literal>comment</literal> prior to DocBook
6353 4.0), not XML comments (<-- like this -->) which are
6360 <refentry version="5.0" xml:id="show.revisionflag">
6362 <refentrytitle>show.revisionflag</refentrytitle>
6363 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
6366 <refname>show.revisionflag</refname>
6367 <refpurpose>Enable decoration of elements that have a revisionflag</refpurpose>
6371 <programlisting xml:id="show.revisionflag.frag">
6372 <xsl:param name="show.revisionflag" select="0"></xsl:param>
6376 <refsection><info><title>Description</title></info>
6379 If <parameter>show.revisionflag</parameter> is turned on, then the stylesheets
6380 may produce additional markup designed to allow a CSS stylesheet to
6381 highlight elements that have specific revisionflag settings.</para>
6383 <para>The markup inserted will be usually be either a <span> or
6384 <div> with an appropriate <literal>class</literal>
6385 attribute. (The value of the class attribute will be the same as the
6386 value of the revisionflag attribute). In some contexts, for example
6387 tables, where extra markup would be structurally illegal, the class
6388 attribute will be added to the appropriate container element.</para>
6390 <para>In general, the stylesheets only test for revisionflag in contexts
6391 where an importing stylesheet would have to redefine whole templates.
6392 Most of the revisionflag processing is expected to be done by another
6393 stylesheet, for example <filename>changebars.xsl</filename>.</para>
6398 <refentry version="5.0" xml:id="shade.verbatim">
6400 <refentrytitle>shade.verbatim</refentrytitle>
6401 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
6404 <refname>shade.verbatim</refname>
6405 <refpurpose>Should verbatim environments be shaded?</refpurpose>
6409 <programlisting xml:id="shade.verbatim.frag"><xsl:param name="shade.verbatim" select="0"></xsl:param></programlisting>
6412 <refsection><info><title>Description</title></info>
6414 <para>In the FO stylesheet, if this parameter is non-zero then the
6415 <property>shade.verbatim.style</property> properties will be applied
6416 to verbatim environments.</para>
6418 <para>In the HTML stylesheet, this parameter is now deprecated. Use
6424 <refentry version="5.0" xml:id="shade.verbatim.style">
6426 <refentrytitle>shade.verbatim.style</refentrytitle>
6427 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
6430 <refname>shade.verbatim.style</refname>
6431 <refpurpose>Properties that specify the style of shaded verbatim listings</refpurpose>
6435 <programlisting xml:id="shade.verbatim.style.frag">
6436 <xsl:attribute-set name="shade.verbatim.style">
6437 <xsl:attribute name="border">0</xsl:attribute>
6438 <xsl:attribute name="bgcolor">#E0E0E0</xsl:attribute>
6439 </xsl:attribute-set>
6444 <refsection><info><title>Description</title></info>
6446 <para>Properties that specify the style of shaded verbatim listings. The
6447 parameters specified (the border and background color) are added to
6448 the styling of the xsl-fo output. A border might be specified as "thin
6449 black solid" for example. See <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.w3.org/TR/2004/WD-xsl11-20041216/#border">xsl-fo</link></para>
6454 <refentry version="5.0" xml:id="punct.honorific">
6456 <refentrytitle>punct.honorific</refentrytitle>
6457 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
6460 <refname>punct.honorific</refname>
6461 <refpurpose>Punctuation after an honorific in a personal name.</refpurpose>
6465 <programlisting xml:id="punct.honorific.frag">
6466 <xsl:param name="punct.honorific">.</xsl:param>
6470 <refsection><info><title>Description</title></info>
6472 <para>This parameter specifies the punctuation that should be added after an
6473 honorific in a personal name.</para>
6478 <refentry version="5.0" xml:id="tex.math.in.alt">
6480 <refentrytitle>tex.math.in.alt</refentrytitle>
6481 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
6482 <refmiscinfo class="other" otherclass="value">plain</refmiscinfo>
6483 <refmiscinfo class="other" otherclass="value">latex</refmiscinfo>
6486 <refname>tex.math.in.alt</refname>
6487 <refpurpose>TeX notation used for equations</refpurpose>
6491 <programlisting xml:id="tex.math.in.alt.frag">
6492 <xsl:param name="tex.math.in.alt"></xsl:param>
6496 <refsection><info><title>Description</title></info>
6498 <para>If you want type math directly in TeX notation in equations,
6499 this parameter specifies notation used. Currently are supported two
6500 values -- <literal>plain</literal> and <literal>latex</literal>. Empty
6501 value means that you are not using TeX math at all.</para>
6503 <para>Preferred way for including TeX alternative of math is inside of
6504 <tag>textobject</tag> element. Eg.:</para>
6506 <programlisting><inlineequation>
6507 <inlinemediaobject>
6509 <imagedata fileref="eq1.gif"/>
6510 </imageobject>
6511 <textobject><phrase>E=mc squared</phrase></textobject>
6512 <textobject role="tex"><phrase>E=mc^2</phrase></textobject>
6513 </inlinemediaobject>
6514 </inlineequation></programlisting>
6516 <para>If you are using <tag>graphic</tag> element, you can
6517 store TeX inside <tag>alt</tag> element:</para>
6519 <programlisting><inlineequation>
6520 <alt role="tex">a^2+b^2=c^2</alt>
6521 <graphic fileref="a2b2c2.gif"/>
6522 </inlineequation></programlisting>
6524 <para>If you want use this feature, you should process your FO with
6525 PassiveTeX, which only supports TeX math notation. When calling
6526 stylsheet, don't forget to specify also
6527 passivetex.extensions=1.</para>
6529 <para>If you want equations in HTML, just process generated file
6530 <filename>tex-math-equations.tex</filename> by TeX or LaTeX. Then run
6531 dvi2bitmap program on result DVI file. You will get images for
6532 equations in your document.</para>
6535 <para>This feature is useful for print/PDF output only if you
6536 use the obsolete and now unsupported PassiveTeX XSL-FO
6542 <refsection><info><title>Related Parameters</title></info>
6543 <para><parameter>tex.math.delims</parameter>,
6544 <parameter>passivetex.extensions</parameter>,
6545 <parameter>tex.math.file</parameter></para>
6550 <refentry version="5.0" xml:id="tex.math.file">
6552 <refentrytitle>tex.math.file</refentrytitle>
6553 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
6556 <refname>tex.math.file</refname>
6557 <refpurpose>Name of temporary file for generating images from equations</refpurpose>
6561 <programlisting xml:id="tex.math.file.frag">
6562 <xsl:param name="tex.math.file">tex-math-equations.tex</xsl:param>
6566 <refsection><info><title>Description</title></info>
6568 <para>Name of auxiliary file for TeX equations. This file can be
6569 processed by dvi2bitmap to get bitmap versions of equations for HTML
6573 <refsection><info><title>Related Parameters</title></info>
6574 <para><parameter>tex.math.in.alt</parameter>,
6575 <parameter>tex.math.delims</parameter>,
6578 <refsection><info><title>More information</title></info>
6579 <para>For how-to documentation on embedding TeX equations and
6580 generating output from them, see
6581 <link xmlns:xlink="http://www.w3.org/1999/xlink" role="tcg" xlink:href="TexMath.html">DBTeXMath</link>.</para>
6585 <refentry version="5.0" xml:id="tex.math.delims">
6587 <refentrytitle>tex.math.delims</refentrytitle>
6588 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
6591 <refname>tex.math.delims</refname>
6592 <refpurpose>Should equations output for processing by TeX be
6593 surrounded by math mode delimiters?</refpurpose>
6597 <programlisting xml:id="tex.math.delims.frag">
6598 <xsl:param name="tex.math.delims" select="1"></xsl:param>
6602 <refsection><info><title>Description</title></info>
6604 <para>For compatibility with DSSSL based DBTeXMath from Allin Cottrell
6605 you should set this parameter to 0.</para>
6608 <para>This feature is useful for print/PDF output only if you
6609 use the obsolete and now unsupported PassiveTeX XSL-FO
6614 <refsection><info><title>Related Parameters</title></info>
6615 <para><parameter>tex.math.in.alt</parameter>,
6616 <parameter>passivetex.extensions</parameter></para>
6619 <refsection><info><title>See Also</title></info>
6620 <para>You can also use the <tag class="xmlpi">dbtex delims</tag> processing
6621 instruction to control whether delimiters are output.</para>
6627 <refentry version="5.0" xml:id="pixels.per.inch">
6629 <refentrytitle>pixels.per.inch</refentrytitle>
6630 <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
6633 <refname>pixels.per.inch</refname>
6634 <refpurpose>How many pixels are there per inch?</refpurpose>
6638 <programlisting xml:id="pixels.per.inch.frag">
6639 <xsl:param name="pixels.per.inch">90</xsl:param>
6643 <refsection><info><title>Description</title></info>
6645 <para>When lengths are converted to pixels, this value is used to
6646 determine the size of a pixel. The default value is taken from the
6647 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.w3.org/TR/2004/WD-xsl11-20041216/">XSL
6648 Recommendation</link>.
6654 <refentry version="5.0" xml:id="points.per.em">
6656 <refentrytitle>points.per.em</refentrytitle>
6657 <refmiscinfo class="other" otherclass="datatype">number</refmiscinfo>
6660 <refname>points.per.em</refname>
6661 <refpurpose>Specify the nominal size of an em-space in points</refpurpose>
6665 <programlisting xml:id="points.per.em.frag">
6666 <xsl:param name="points.per.em">10</xsl:param>
6670 <refsection><info><title>Description</title></info>
6672 <para>The fixed value used for calculations based upon the size of a
6673 character. The assumption made is that ten point font is in use. This
6674 assumption may not be valid.</para>
6679 <refentry version="5.0" xml:id="use.svg">
6681 <refentrytitle>use.svg</refentrytitle>
6682 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
6685 <refname>use.svg</refname>
6686 <refpurpose>Allow SVG in the result tree?</refpurpose>
6690 <programlisting xml:id="use.svg.frag">
6691 <xsl:param name="use.svg" select="1"></xsl:param>
6695 <refsection><info><title>Description</title></info>
6697 <para>If non-zero, SVG will be considered an acceptable image format. SVG
6698 is passed through to the result tree, so correct rendering of the resulting
6699 diagram depends on the formatter (FO processor or web browser) that is used
6700 to process the output from the stylesheet.</para>
6705 <refentry version="5.0" xml:id="menuchoice.separator">
6707 <refentrytitle>menuchoice.separator</refentrytitle>
6708 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
6711 <refname>menuchoice.separator</refname>
6712 <refpurpose>Separator between items of a <tag>menuchoice</tag>
6713 other than <tag>guimenuitem</tag> and
6714 <tag>guisubmenu</tag></refpurpose>
6718 <programlisting xml:id="menuchoice.separator.frag">
6719 <xsl:param name="menuchoice.separator">+</xsl:param>
6723 <refsection><info><title>Description</title></info>
6725 <para>Separator used to connect items of a <tag>menuchoice</tag> other
6726 than <tag>guimenuitem</tag> and <tag>guisubmenu</tag>. The latter
6727 elements are linked with <parameter>menuchoice.menu.separator</parameter>.
6733 <refentry version="5.0" xml:id="menuchoice.menu.separator">
6735 <refentrytitle>menuchoice.menu.separator</refentrytitle>
6736 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
6739 <refname>menuchoice.menu.separator</refname>
6740 <refpurpose>Separator between items of a <tag>menuchoice</tag>
6741 with <tag>guimenuitem</tag> or
6742 <tag>guisubmenu</tag></refpurpose>
6746 <programlisting xml:id="menuchoice.menu.separator.frag">
6747 <xsl:param name="menuchoice.menu.separator"> → </xsl:param>
6751 <refsection><info><title>Description</title></info>
6753 <para>Separator used to connect items of a <tag>menuchoice</tag> with
6754 <tag>guimenuitem</tag> or <tag>guisubmenu</tag>. Other elements
6755 are linked with <parameter>menuchoice.separator</parameter>.
6757 <para>The default value is &#x2192;, which is the
6758 &rarr; (right arrow) character entity.
6759 The current FOP (0.20.5) requires setting the font-family
6762 <para>The default value also includes spaces around the arrow,
6763 which will allow a line to break. Replace the spaces with
6764 &#xA0; (nonbreaking space) if you don't want those
6771 <refentry version="5.0" xml:id="default.float.class">
6773 <refentrytitle>default.float.class</refentrytitle>
6774 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
6777 <refname>default.float.class</refname>
6778 <refpurpose>Specifies the default float class</refpurpose>
6782 <programlisting xml:id="default.float.class.frag">
6783 <xsl:param name="default.float.class">
6785 <xsl:when test="contains($stylesheet.result.type,'html')">left</xsl:when>
6786 <xsl:otherwise>before</xsl:otherwise>
6792 <refsection><info><title>Description</title></info>
6794 <para>Selects the direction in which a float should be placed. for
6795 xsl-fo this is before, for html it is left. For Western texts, the
6796 before direction is the top of the page.</para>
6801 <refentry version="5.0" xml:id="footnote.number.format">
6803 <refentrytitle>footnote.number.format</refentrytitle>
6804 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
6805 <refmiscinfo class="other" otherclass="value">1<alt>1,2,3...</alt></refmiscinfo>
6806 <refmiscinfo class="other" otherclass="value">A<alt>A,B,C...</alt></refmiscinfo>
6807 <refmiscinfo class="other" otherclass="value">a<alt>a,b,c...</alt></refmiscinfo>
6808 <refmiscinfo class="other" otherclass="value">i<alt>i,ii,iii...</alt></refmiscinfo>
6809 <refmiscinfo class="other" otherclass="value">I<alt>I,II,III...</alt></refmiscinfo>
6812 <refname>footnote.number.format</refname>
6813 <refpurpose>Identifies the format used for footnote numbers</refpurpose>
6817 <programlisting xml:id="footnote.number.format.frag">
6818 <xsl:param name="footnote.number.format">1</xsl:param>
6822 <refsection><info><title>Description</title></info>
6824 <para>The <parameter>footnote.number.format</parameter> specifies the format
6825 to use for footnote numeration (1, i, I, a, or A).</para>
6830 <refentry version="5.0" xml:id="table.footnote.number.format">
6832 <refentrytitle>table.footnote.number.format</refentrytitle>
6833 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
6834 <refmiscinfo class="other" otherclass="value">1<alt>1,2,3...</alt></refmiscinfo>
6835 <refmiscinfo class="other" otherclass="value">A<alt>A,B,C...</alt></refmiscinfo>
6836 <refmiscinfo class="other" otherclass="value">a<alt>a,b,c...</alt></refmiscinfo>
6837 <refmiscinfo class="other" otherclass="value">i<alt>i,ii,iii...</alt></refmiscinfo>
6838 <refmiscinfo class="other" otherclass="value">I<alt>I,II,III...</alt></refmiscinfo>
6841 <refname>table.footnote.number.format</refname>
6842 <refpurpose>Identifies the format used for footnote numbers in tables</refpurpose>
6846 <programlisting xml:id="table.footnote.number.format.frag">
6847 <xsl:param name="table.footnote.number.format">a</xsl:param>
6851 <refsection><info><title>Description</title></info>
6853 <para>The <parameter>table.footnote.number.format</parameter> specifies the format
6854 to use for footnote numeration (1, i, I, a, or A) in tables.</para>
6859 <refentry version="5.0" xml:id="footnote.number.symbols">
6861 <refentrytitle>footnote.number.symbols</refentrytitle>
6862 <refmiscinfo class="other" otherclass="datatype"/>
6865 <refname>footnote.number.symbols</refname>
6866 <refpurpose>Special characters to use as footnote markers</refpurpose>
6870 <programlisting xml:id="footnote.number.symbols.frag">
6871 <xsl:param name="footnote.number.symbols"></xsl:param>
6875 <refsection><info><title>Description</title></info>
6877 <para>If <parameter>footnote.number.symbols</parameter> is not the empty string,
6878 footnotes will use the characters it contains as footnote symbols. For example,
6879 <quote>*&#x2020;&#x2021;&#x25CA;&#x2720;</quote> will identify
6880 footnotes with <quote>*</quote>, <quote>†</quote>, <quote>‡</quote>,
6881 <quote>◊</quote>, and <quote>✠</quote>. If there are more footnotes
6882 than symbols, the stylesheets will fall back to numbered footnotes using
6883 <parameter>footnote.number.format</parameter>.</para>
6885 <para>The use of symbols for footnotes depends on the ability of your
6886 processor (or browser) to render the symbols you select. Not all systems are
6887 capable of displaying the full range of Unicode characters. If the quoted characters
6888 in the preceding paragraph are not displayed properly, that's a good indicator
6889 that you may have trouble using those symbols for footnotes.</para>
6894 <refentry version="5.0" xml:id="table.footnote.number.symbols">
6896 <refentrytitle>table.footnote.number.symbols</refentrytitle>
6897 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
6900 <refname>table.footnote.number.symbols</refname>
6901 <refpurpose>Special characters to use a footnote markers in tables</refpurpose>
6905 <programlisting xml:id="table.footnote.number.symbols.frag">
6906 <xsl:param name="table.footnote.number.symbols"></xsl:param>
6910 <refsection><info><title>Description</title></info>
6912 <para>If <parameter>table.footnote.number.symbols</parameter> is not the empty string,
6913 table footnotes will use the characters it contains as footnote symbols. For example,
6914 <quote>*&#x2020;&#x2021;&#x25CA;&#x2720;</quote> will identify
6915 footnotes with <quote>*</quote>, <quote>†</quote>, <quote>‡</quote>,
6916 <quote>◊</quote>, and <quote>✠</quote>. If there are more footnotes
6917 than symbols, the stylesheets will fall back to numbered footnotes using
6918 <parameter>table.footnote.number.format</parameter>.</para>
6920 <para>The use of symbols for footnotes depends on the ability of your
6921 processor (or browser) to render the symbols you select. Not all systems are
6922 capable of displaying the full range of Unicode characters. If the quoted characters
6923 in the preceding paragraph are not displayed properly, that's a good indicator
6924 that you may have trouble using those symbols for footnotes.</para>
6929 <refentry version="5.0" xml:id="highlight.source">
6931 <refentrytitle>highlight.source</refentrytitle>
6932 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
6935 <refname>highlight.source</refname>
6936 <refpurpose>Should the content of <tag>programlisting</tag>
6937 be syntactically highlighted?</refpurpose>
6941 <programlisting xml:id="highlight.source.frag">
6942 <xsl:param name="highlight.source" select="0"></xsl:param>
6946 <refsection><info><title>Description</title></info>
6948 <para>When this parameter is non-zero, the stylesheets will try to do syntax highlighting of the
6949 content of <tag>programlisting</tag> elements. You specify the language for each programlisting
6950 by using the <tag class="attribute">language</tag> attribute. The <parameter>highlight.default.language</parameter>
6951 parameter can be used to specify the language for programlistings without a <tag class="attribute">language</tag>
6952 attribute. Syntax highlighting also works for <tag>screen</tag> and <tag>synopsis</tag> elements.</para>
6954 <para>The actual highlighting work is done by the XSLTHL extension module. This is an external Java library that has to be
6955 downloaded separately (see below).</para>
6958 <para>In order to use this extension, you must</para>
6960 <listitem><para>add <filename>xslthl-2.x.x.jar</filename> to your Java classpath. The latest version is available
6961 from <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sourceforge.net/projects/xslthl">the XSLT syntax highlighting project</link>
6962 at SourceForge.</para>
6965 <para>use a customization layer in which you import one of the following stylesheet modules:
6968 <para><filename>html/highlight.xsl</filename>
6972 <para><filename>xhtml/highlight.xsl</filename>
6976 <para><filename>xhtml-1_1/highlight.xsl</filename>
6980 <para><filename>fo/highlight.xsl</filename>
6986 <listitem><para>let either the <literal>xslthl.config</literal> Java system property or the
6987 <parameter>highlight.xslthl.config</parameter> parameter point to the configuration file for syntax
6988 highlighting (using URL syntax). DocBook XSL comes with a ready-to-use configuration file,
6989 <filename>highlighting/xslthl-config.xml</filename>.</para>
6993 <para>The extension works with Saxon 6.5.x and Xalan-J. (Saxon 8.5 or later is also supported, but since it is
6994 an XSLT 2.0 processor it is not guaranteed to work with DocBook XSL in all circumstances.)</para>
6996 <para>The following is an example of a Saxon 6 command adapted for syntax highlighting, to be used on Windows:</para>
6999 <para><command>java -cp c:/Java/saxon.jar;c:/Java/xslthl-2.0.1.jar
7000 -Dxslthl.config=file:///c:/docbook-xsl/highlighting/xslthl-config.xml com.icl.saxon.StyleSheet
7001 -o test.html test.xml myhtml.xsl</command></para>
7007 <refentry version="5.0" xml:id="highlight.xslthl.config">
7009 <refentrytitle>highlight.xslthl.config</refentrytitle>
7010 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
7013 <refname>highlight.xslthl.config</refname>
7014 <refpurpose>Location of XSLTHL configuration file</refpurpose>
7018 <programlisting xml:id="highlight.xslthl.config.frag">
7019 <xsl:param name="highlight.xslthl.config"></xsl:param>
7023 <refsection><info><title>Description</title></info>
7025 <para>This location has precedence over the corresponding Java property.</para>
7027 <para>Please note that usually you have to specify location as URL not
7028 just as a simple path on the local
7029 filesystem. E.g. <filename>file:///home/user/xslthl/my-xslthl-config.xml</filename>.</para>
7036 <refentry version="5.0" xml:id="highlight.default.language">
7038 <refentrytitle>highlight.default.language</refentrytitle>
7039 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
7042 <refname>highlight.default.language</refname>
7043 <refpurpose>Default language of programlisting</refpurpose>
7047 <programlisting xml:id="highlight.default.language.frag">
7048 <xsl:param name="highlight.default.language"></xsl:param>
7052 <refsection><info><title>Description</title></info>
7054 <para>This language is used when there is no language attribute on programlisting.</para>
7059 <refentry version="5.0" xml:id="email.delimiters.enabled">
7061 <refentrytitle>email.delimiters.enabled</refentrytitle>
7062 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
7065 <refname>email.delimiters.enabled</refname>
7066 <refpurpose>Generate delimiters around email addresses?</refpurpose>
7070 <programlisting xml:id="email.delimiters.enabled.frag">
7071 <xsl:param name="email.delimiters.enabled" select="1"></xsl:param>
7075 <refsection><info><title>Description</title></info>
7077 <para>If non-zero, delimiters
7079 <footnote><para>For delimiters, the
7080 stylesheets are currently hard-coded to output angle
7081 brackets.</para></footnote>
7083 are generated around e-mail addresses
7084 (the output of the <tag>email</tag> element).</para>
7089 <refentry version="5.0" xml:id="exsl.node.set.available">
7091 <refentrytitle>exsl.node.set.available</refentrytitle>
7092 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
7095 <refname>exsl.node.set.available</refname>
7096 <refpurpose>Is the test function-available('exsl:node-set') true?</refpurpose>
7100 <programlisting xml:id="exsl.node.set.available.frag"><xsl:param name="exsl.node.set.available">
7102 <xsl:when exsl:foo="" test="function-available('exsl:node-set') or contains(system-property('xsl:vendor'), 'Apache Software Foundation')">1</xsl:when>
7103 <xsl:otherwise>0</xsl:otherwise>
7109 <refsection><info><title>Description</title></info>
7112 then the exsl:node-set() function is available to be used in
7114 If zero, then the function is not available.
7115 This param automatically detects the presence of
7116 the function and does not normally need to be set manually.</para>
7118 <para>This param was created to handle a long-standing
7119 bug in the Xalan processor that fails to detect the
7120 function even though it is available.</para>
7126 <reference xml:id="annos"><title>Annotations</title>
7127 <refentry version="5.0" xml:id="annotation.support">
7129 <refentrytitle>annotation.support</refentrytitle>
7130 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
7133 <refname>annotation.support</refname>
7134 <refpurpose>Enable annotations?</refpurpose>
7138 <programlisting xml:id="annotation.support.frag">
7139 <xsl:param name="annotation.support" select="0"></xsl:param>
7143 <refsection><info><title>Description</title></info>
7145 <para>If non-zero, the stylesheets will attempt to support annotation
7146 elements in HTML by including some JavaScript (see
7147 <parameter>annotation.js</parameter>).</para>
7152 <refentry version="5.0" xml:id="annotation.js">
7154 <refentrytitle>annotation.js</refentrytitle>
7155 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
7158 <refname>annotation.js</refname>
7159 <refpurpose>URIs identifying JavaScript files with support for annotation popups</refpurpose>
7163 <programlisting xml:id="annotation.js.frag">
7165 <xsl:param name="annotation.js">
7166 <xsl:text>http://docbook.sourceforge.net/release/script/AnchorPosition.js http://docbook.sourceforge.net/release/script/PopupWindow.js</xsl:text></xsl:param>
7171 <refsection><info><title>Description</title></info>
7173 <para>If <property>annotation.support</property> is enabled and the
7174 document contains <tag>annotation</tag>s, then the URIs listed
7175 in this parameter will be included. These JavaScript files are required
7176 for popup annotation support.</para>
7181 <refentry version="5.0" xml:id="annotation.css">
7183 <refentrytitle>annotation.css</refentrytitle>
7184 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
7187 <refname>annotation.css</refname>
7188 <refpurpose>CSS rules for annotations</refpurpose>
7192 <programlisting xml:id="annotation.css.frag">
7193 <xsl:param name="annotation.css">
7194 /* ======================================================================
7198 div.annotation-list { visibility: hidden;
7201 div.annotation-nocss { position: absolute;
7205 div.annotation-popup { position: absolute;
7210 border-style: solid;
7213 background-color: white;
7216 div.annotation-title { padding: 1px;
7218 border-bottom-style: solid;
7219 border-bottom-width: 1px;
7221 background-color: black;
7224 div.annotation-body { padding: 2px;
7227 div.annotation-body p { margin-top: 0px;
7231 div.annotation-close { position: absolute;
7239 <refsection><info><title>Description</title></info>
7241 <para>If <parameter>annotation.support</parameter> is enabled and the
7242 document contains <tag>annotation</tag>s, then the CSS in this
7243 parameter will be included in the document.</para>
7248 <refentry version="5.0" xml:id="annotation.graphic.open">
7250 <refentrytitle>annotation.graphic.open</refentrytitle>
7251 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
7254 <refname>annotation.graphic.open</refname>
7255 <refpurpose>Image for identifying a link that opens an annotation popup</refpurpose>
7259 <programlisting xml:id="annotation.graphic.open.frag">
7260 <xsl:param name="annotation.graphic.open">http://docbook.sourceforge.net/release/images/annot-open.png</xsl:param>
7264 <refsection><info><title>Description</title></info>
7266 <para>This image is used inline to identify the location of
7267 annotations. It may be replaced by a user provided graphic. The size should be approximately 10x10 pixels.</para>
7272 <refentry version="5.0" xml:id="annotation.graphic.close">
7274 <refentrytitle>annotation.graphic.close</refentrytitle>
7275 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
7278 <refname>annotation.graphic.close</refname>
7279 <refpurpose>Image for identifying a link that closes an annotation popup</refpurpose>
7283 <programlisting xml:id="annotation.graphic.close.frag">
7284 <xsl:param name="annotation.graphic.close">
7285 http://docbook.sourceforge.net/release/images/annot-close.png</xsl:param>
7289 <refsection><info><title>Description</title></info>
7291 <para>This image is used on popup annotations as the “x” that the
7292 user can click to dismiss the popup.</para>
7293 <para>This image is used on popup annotations as the “x” that the user can
7294 click to dismiss the popup. It may be replaced by a user provided graphic. The size should be approximately 10x10 pixels.</para>
7300 <reference xml:id="graphics"><title>Graphics</title>
7301 <refentry version="5.0" xml:id="img.src.path">
7303 <refentrytitle>img.src.path</refentrytitle>
7304 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
7307 <refname>img.src.path</refname>
7308 <refpurpose>Path to HTML/FO image files</refpurpose>
7312 <programlisting xml:id="img.src.path.frag"><xsl:param name="img.src.path"></xsl:param></programlisting>
7315 <refsection><info><title>Description</title></info>
7317 <para>Add a path prefix to the value of the <tag class="attribute">fileref</tag>
7318 attribute of <tag>graphic</tag>, <tag>inlinegraphic</tag>, and <tag>imagedata</tag> elements. The resulting
7319 compound path is used in the output as the value of the <tag class="attribute">src</tag>
7320 attribute of <tag class="element">img</tag> (HTML) or <tag class="element">external-graphic</tag> (FO).
7324 The path given by <literal>img.src.path</literal> could be relative to the directory where the HTML/FO
7325 files are created, or it could be an absolute URI.
7326 The default value is empty.
7327 Be sure to include a trailing slash if needed.
7330 <para>This prefix is not applied to any filerefs that start
7331 with "/" or contain "//:".
7337 <refentry version="5.0" xml:id="keep.relative.image.uris">
7339 <refentrytitle>keep.relative.image.uris</refentrytitle>
7340 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
7343 <refname>keep.relative.image.uris</refname>
7344 <refpurpose>Should image URIs be resolved against xml:base?</refpurpose>
7348 <programlisting xml:id="keep.relative.image.uris.frag">
7349 <xsl:param name="keep.relative.image.uris" select="1"></xsl:param>
7354 <refsection><info><title>Description</title></info>
7356 <para>If non-zero, relative URIs (in, for example
7357 <literal>fileref</literal> attributes) will be used in the generated
7358 output. Otherwise, the URIs will be made absolute with respect to the
7361 <para>Note that the stylesheets calculate (and use) the absolute form
7362 for some purposes, this only applies to the resulting output.</para>
7367 <refentry version="5.0" xml:id="graphic.default.extension">
7369 <refentrytitle>graphic.default.extension</refentrytitle>
7370 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
7373 <refname>graphic.default.extension</refname>
7374 <refpurpose>Default extension for graphic filenames</refpurpose>
7378 <programlisting xml:id="graphic.default.extension.frag"><xsl:param name="graphic.default.extension"></xsl:param></programlisting>
7381 <refsection><info><title>Description</title></info>
7383 <para>If a <tag>graphic</tag> or <tag>mediaobject</tag>
7384 includes a reference to a filename that does not include an extension,
7385 and the <tag class="attribute">format</tag> attribute is
7386 <emphasis>unspecified</emphasis>, the default extension will be used.
7392 <refentry version="5.0" xml:id="default.image.width">
7394 <refentrytitle>default.image.width</refentrytitle>
7395 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
7398 <refname>default.image.width</refname>
7399 <refpurpose>The default width of images</refpurpose>
7403 <programlisting xml:id="default.image.width.frag">
7404 <xsl:param name="default.image.width"></xsl:param>
7408 <refsection><info><title>Description</title></info>
7410 <para>If specified, this value will be used for the
7411 <tag class="attribute">width</tag> attribute on images that do not specify any
7412 <emphasis xmlns:xlink="http://www.w3.org/1999/xlink" xlink:title="DocBook 5: The Definitive Guide" xlink:href="http://docbook.org/tdg5/en/html/imagedata.html#viewport.area">viewport dimensions</emphasis>.</para>
7417 <refentry version="5.0" xml:id="nominal.image.width">
7419 <refentrytitle>nominal.image.width</refentrytitle>
7420 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
7423 <refname>nominal.image.width</refname>
7424 <refpurpose>The nominal image width</refpurpose>
7428 <programlisting xml:id="nominal.image.width.frag">
7429 <xsl:param name="nominal.image.width" select="6 * $pixels.per.inch"></xsl:param>
7433 <refsection><info><title>Description</title></info>
7435 <para>Graphic widths expressed as a percentage are problematic. In the
7436 following discussion, we speak of width and contentwidth, but
7437 the same issues apply to depth and contentdepth.</para>
7439 <para>A width of 50% means "half of the available space for the image."
7440 That's fine. But note that in HTML, this is a dynamic property and
7441 the image size will vary if the browser window is resized.</para>
7443 <para>A contentwidth of 50% means "half of the actual image width".
7444 But what does that mean if the stylesheets cannot assess the image's
7445 actual size? Treating this as a width of 50% is one possibility, but
7446 it produces behavior (dynamic scaling) that seems entirely out of
7447 character with the meaning.</para>
7449 <para>Instead, the stylesheets define a
7450 <parameter>nominal.image.width</parameter> and convert percentages to
7451 actual values based on that nominal size.</para>
7456 <refentry version="5.0" xml:id="nominal.image.depth">
7458 <refentrytitle>nominal.image.depth</refentrytitle>
7459 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
7462 <refname>nominal.image.depth</refname>
7463 <refpurpose>Nominal image depth</refpurpose>
7467 <programlisting xml:id="nominal.image.depth.frag">
7468 <xsl:param name="nominal.image.depth" select="4 * $pixels.per.inch"></xsl:param>
7472 <refsection><info><title>Description</title></info>
7474 <para>See <parameter>nominal.image.width</parameter>.</para>
7479 <refentry version="5.0" xml:id="use.embed.for.svg">
7481 <refentrytitle>use.embed.for.svg</refentrytitle>
7482 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
7485 <refname>use.embed.for.svg</refname>
7486 <refpurpose>Use HTML <tag>embed</tag> for SVG?</refpurpose>
7490 <programlisting xml:id="use.embed.for.svg.frag">
7491 <xsl:param name="use.embed.for.svg" select="0"></xsl:param>
7495 <refsection><info><title>Description</title></info>
7497 <para>If non-zero, an <tag>embed</tag> element will be created for
7498 SVG figures. An <tag>object</tag> is <emphasis>always</emphasis> created,
7499 this parameter merely controls whether or not an additional <tag>embed</tag>
7500 is generated inside the <tag>object</tag>.</para>
7502 <para>On the plus side, this may be more portable among browsers and plug-ins.
7503 On the minus side, it isn't valid HTML.</para>
7508 <refentry version="5.0" xml:id="make.graphic.viewport">
7510 <refentrytitle>make.graphic.viewport</refentrytitle>
7511 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
7514 <refname>make.graphic.viewport</refname>
7515 <refpurpose>Use tables in HTML to make viewports for graphics</refpurpose>
7519 <programlisting xml:id="make.graphic.viewport.frag">
7520 <xsl:param name="make.graphic.viewport" select="1"></xsl:param>
7524 <refsection><info><title>Description</title></info>
7526 <para>The HTML <tag>img</tag> element only supports the notion
7527 of content-area scaling; it doesn't support the distinction between a
7528 content-area and a viewport-area, so we have to make some compromises.</para>
7530 <para>If <parameter>make.graphic.viewport</parameter> is non-zero, a table
7531 will be used to frame the image. This creates an effective viewport-area.
7534 <para>Tables and alignment don't work together, so this parameter is ignored
7535 if alignment is specified on an image.</para>
7539 <refentry version="5.0" xml:id="preferred.mediaobject.role">
7541 <refentrytitle>preferred.mediaobject.role</refentrytitle>
7542 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
7545 <refname>preferred.mediaobject.role</refname>
7546 <refpurpose>Select which mediaobject to use based on
7547 this value of an object's <tag class="attribute">role</tag> attribute.
7552 <programlisting xml:id="preferred.mediaobject.role.frag">
7553 <xsl:param name="preferred.mediaobject.role"></xsl:param>
7557 <refsection><info><title>Description</title></info>
7559 <para>A mediaobject may contain several objects such as imageobjects.
7560 If the parameter <parameter>use.role.for.mediaobject</parameter> is
7561 non-zero, then the <literal>role</literal> attribute on
7562 <tag>imageobject</tag>s and other objects within a
7563 <tag>mediaobject</tag> container will be used to select which object
7564 will be used. If one of the objects has a role value that matches the
7565 <parameter>preferred.mediaobject.role</parameter> parameter, then it
7566 has first priority for selection. If more than one has such a role
7567 value, the first one is used.
7570 See the <parameter>use.role.for.mediaobject</parameter> parameter
7571 for the sequence of selection.</para>
7575 <refentry version="5.0" xml:id="use.role.for.mediaobject">
7577 <refentrytitle>use.role.for.mediaobject</refentrytitle>
7578 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
7581 <refname>use.role.for.mediaobject</refname>
7582 <refpurpose>Use <tag class="attribute">role</tag> attribute
7583 value for selecting which of several objects within a mediaobject to use.
7588 <programlisting xml:id="use.role.for.mediaobject.frag">
7589 <xsl:param name="use.role.for.mediaobject" select="1"></xsl:param>
7593 <refsection><info><title>Description</title></info>
7595 <para>If non-zero, the <tag class="attribute">role</tag> attribute on
7596 <tag>imageobject</tag>s or other objects within a <tag>mediaobject</tag> container will be used to select which object will be
7600 The order of selection when then parameter is non-zero is:
7604 <para>If the stylesheet parameter <parameter>preferred.mediaobject.role</parameter> has a value, then the object whose role equals that value is selected.</para>
7607 <para>Else if an object's role attribute has a value of
7608 <literal>html</literal> for HTML processing or
7609 <literal>fo</literal> for FO output, then the first
7610 of such objects is selected.
7614 <para>Else the first suitable object is selected.</para>
7619 <parameter>use.role.for.mediaobject</parameter>
7620 is zero, then role attributes are not considered
7621 and the first suitable object
7622 with or without a role value is used.
7627 <refentry version="5.0" xml:id="ignore.image.scaling">
7629 <refentrytitle>ignore.image.scaling</refentrytitle>
7630 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
7633 <refname>ignore.image.scaling</refname>
7634 <refpurpose>Tell the stylesheets to ignore the author's image scaling attributes</refpurpose>
7638 <programlisting xml:id="ignore.image.scaling.frag">
7639 <xsl:param name="ignore.image.scaling" select="0"></xsl:param>
7643 <refsection><info><title>Description</title></info>
7645 <para>If non-zero, the scaling attributes on graphics and media objects are
7652 <reference xml:id="chunking"><title>Chunking</title>
7653 <refentry version="5.0" xml:id="chunker.output.cdata-section-elements">
7655 <refentrytitle>chunker.output.cdata-section-elements</refentrytitle>
7656 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
7659 <refname>chunker.output.cdata-section-elements</refname>
7660 <refpurpose>List of elements to escape with CDATA sections</refpurpose>
7663 <programlisting xml:id="chunker.output.cdata-section-elements.frag">
7664 <xsl:param name="chunker.output.cdata-section-elements"></xsl:param>
7667 <refsection><info><title>Description</title></info>
7668 <para>This parameter specifies the list of elements that should be escaped
7669 as CDATA sections by the chunking stylesheet. Not all processors support
7670 specification of this parameter.
7673 <para>This parameter is documented here, but the declaration is actually
7674 in the <filename>chunker.xsl</filename> stylesheet module.</para>
7679 <refentry version="5.0" xml:id="chunker.output.doctype-public">
7681 <refentrytitle>chunker.output.doctype-public</refentrytitle>
7682 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
7685 <refname>chunker.output.doctype-public</refname>
7686 <refpurpose>Public identifer to use in the document type of generated pages</refpurpose>
7689 <programlisting xml:id="chunker.output.doctype-public.frag">
7690 <xsl:param name="chunker.output.doctype-public"></xsl:param>
7693 <refsection><info><title>Description</title></info>
7694 <para>This parameter specifies the public identifier that should be used by
7695 the chunking stylesheet in the document type declaration of chunked pages.
7696 Not all processors support specification of
7700 <para>This parameter is documented here, but the declaration is actually
7701 in the <filename>chunker.xsl</filename> stylesheet module.</para>
7706 <refentry version="5.0" xml:id="chunker.output.doctype-system">
7708 <refentrytitle>chunker.output.doctype-system</refentrytitle>
7709 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
7712 <refname>chunker.output.doctype-system</refname>
7713 <refpurpose>System identifier to use for the document type in generated pages</refpurpose>
7716 <programlisting xml:id="chunker.output.doctype-system.frag">
7717 <xsl:param name="chunker.output.doctype-system"></xsl:param>
7720 <refsection><info><title>Description</title></info>
7721 <para>This parameter specifies the system identifier that should be used by
7722 the chunking stylesheet in the document type declaration of chunked pages.
7723 Not all processors support specification of
7727 <para>This parameter is documented here, but the declaration is actually
7728 in the <filename>chunker.xsl</filename> stylesheet module.</para>
7733 <refentry version="5.0" xml:id="chunker.output.encoding">
7735 <refentrytitle>chunker.output.encoding</refentrytitle>
7736 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
7739 <refname>chunker.output.encoding</refname>
7740 <refpurpose>Encoding used in generated pages</refpurpose>
7743 <programlisting xml:id="chunker.output.encoding.frag">
7744 <xsl:param name="chunker.output.encoding">ISO-8859-1</xsl:param>
7747 <refsection><info><title>Description</title></info>
7748 <para>This parameter specifies the encoding to be used in files
7749 generated by the chunking stylesheet. Not all processors support
7750 specification of this parameter.
7752 <para>This parameter used to be named <literal>default.encoding</literal>.</para>
7754 <para>This parameter is documented here, but the declaration is actually
7755 in the <filename>chunker.xsl</filename> stylesheet module.</para>
7760 <refentry version="5.0" xml:id="chunker.output.indent">
7762 <refentrytitle>chunker.output.indent</refentrytitle>
7763 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
7766 <refname>chunker.output.indent</refname>
7767 <refpurpose>Specification of indentation on generated pages</refpurpose>
7770 <programlisting xml:id="chunker.output.indent.frag">
7771 <xsl:param name="chunker.output.indent">no</xsl:param>
7774 <refsection><info><title>Description</title></info>
7775 <para>This parameter specifies the value of the indent
7776 specification for generated pages. Not all processors support
7777 specification of this parameter.
7780 <para>This parameter is documented here, but the declaration is actually
7781 in the <filename>chunker.xsl</filename> stylesheet module.</para>
7786 <refentry version="5.0" xml:id="chunker.output.media-type">
7788 <refentrytitle>chunker.output.media-type</refentrytitle>
7789 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
7792 <refname>chunker.output.media-type</refname>
7793 <refpurpose>Media type to use in generated pages</refpurpose>
7796 <programlisting xml:id="chunker.output.media-type.frag">
7797 <xsl:param name="chunker.output.media-type"></xsl:param>
7800 <refsection><info><title>Description</title></info>
7801 <para>This parameter specifies the media type that should be used by
7802 the chunking stylesheet. Not all processors support specification of
7805 <para>This parameter specifies the media type that should be used by the
7806 chunking stylesheet. This should be one from those defined in
7807 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.ietf.org/rfc/rfc2045.txt">[RFC2045]</link> and
7808 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.ietf.org/rfc/rfc2046.txt">[RFC2046]</link> </para>
7810 <para>This parameter is documented here, but the declaration is actually
7811 in the <filename>chunker.xsl</filename> stylesheet module.</para>
7812 <para>It must be one from html, xml or text</para>
7817 <refentry version="5.0" xml:id="chunker.output.method">
7819 <refentrytitle>chunker.output.method</refentrytitle>
7820 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
7821 <refmiscinfo class="other" otherclass="value">html</refmiscinfo>
7822 <refmiscinfo class="other" otherclass="value">xml</refmiscinfo>
7825 <refname>chunker.output.method</refname>
7826 <refpurpose>Method used in generated pages</refpurpose>
7829 <programlisting xml:id="chunker.output.method.frag">
7830 <xsl:param name="chunker.output.method">html</xsl:param>
7833 <refsection><info><title>Description</title></info>
7834 <para>This parameter specifies the output method to be used in files
7835 generated by the chunking stylesheet.
7837 <para>This parameter used to be named <literal>output.method</literal>.</para>
7839 <para>This parameter is documented here, but the declaration is actually
7840 in the <filename>chunker.xsl</filename> stylesheet module.</para>
7845 <refentry version="5.0" xml:id="chunker.output.omit-xml-declaration">
7847 <refentrytitle>chunker.output.omit-xml-declaration</refentrytitle>
7848 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
7851 <refname>chunker.output.omit-xml-declaration</refname>
7852 <refpurpose>Omit-xml-declaration for generated pages</refpurpose>
7855 <programlisting xml:id="chunker.output.omit-xml-declaration.frag">
7856 <xsl:param name="chunker.output.omit-xml-declaration">no</xsl:param>
7859 <refsection><info><title>Description</title></info>
7860 <para>This parameter specifies the value of the omit-xml-declaration
7861 specification for generated pages. Not all processors support
7862 specification of this parameter.
7865 <para>This parameter is documented here, but the declaration is actually
7866 in the <filename>chunker.xsl</filename> stylesheet module.</para>
7871 <refentry version="5.0" xml:id="chunker.output.standalone">
7873 <refentrytitle>chunker.output.standalone</refentrytitle>
7874 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
7877 <refname>chunker.output.standalone</refname>
7878 <refpurpose>Standalone declaration for generated pages</refpurpose>
7881 <programlisting xml:id="chunker.output.standalone.frag">
7882 <xsl:param name="chunker.output.standalone">no</xsl:param>
7885 <refsection><info><title>Description</title></info>
7886 <para>This parameter specifies the value of the standalone
7887 specification for generated pages. It must be either
7888 <literal>yes</literal> or <literal>no</literal>. Not all
7889 processors support specification of this parameter.
7892 <para>This parameter is documented here, but the declaration is actually
7893 in the <filename>chunker.xsl</filename> stylesheet module.</para>
7898 <refentry version="5.0" xml:id="saxon.character.representation">
7900 <refentrytitle>saxon.character.representation</refentrytitle>
7901 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
7904 <refname>saxon.character.representation</refname>
7905 <refpurpose>Saxon character representation used in generated HTML pages</refpurpose>
7909 <programlisting xml:id="saxon.character.representation.frag"><xsl:param name="saxon.character.representation" select="'entity;decimal'"></xsl:param></programlisting>
7912 <refsection><info><title>Description</title></info>
7914 <para>This parameter has effect only when Saxon 6 is used (version 6.4.2 or later).
7915 It sets the character representation in files generated by the chunking stylesheets.
7916 If you want to suppress entity references for characters with direct representations in
7917 <parameter>chunker.output.encoding</parameter>, set the parameter value to <literal>native</literal>.
7920 <para> For more information, see <link xmlns:xlink="http://www.w3.org/1999/xlink" role="tcg" xlink:href="OutputEncoding.html#SaxonCharacter">Saxon output character representation</link>.</para>
7923 <para>This parameter is documented here, but the declaration is actually
7924 in the <filename>chunker.xsl</filename> stylesheet module.</para>
7931 <refentry version="5.0" xml:id="html.ext">
7933 <refentrytitle>html.ext</refentrytitle>
7934 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
7937 <refname>html.ext</refname>
7938 <refpurpose>Identifies the extension of generated HTML files</refpurpose>
7942 <programlisting xml:id="html.ext.frag">
7943 <xsl:param name="html.ext">.html</xsl:param>
7947 <refsection><info><title>Description</title></info>
7949 <para>The extension identified by <parameter>html.ext</parameter> will
7950 be used as the filename extension for chunks created by this
7956 <refentry version="5.0" xml:id="use.id.as.filename">
7958 <refentrytitle>use.id.as.filename</refentrytitle>
7959 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
7962 <refname>use.id.as.filename</refname>
7963 <refpurpose>Use ID value of chunk elements as the filename?</refpurpose>
7967 <programlisting xml:id="use.id.as.filename.frag">
7968 <xsl:param name="use.id.as.filename" select="0"></xsl:param>
7972 <refsection><info><title>Description</title></info>
7974 <para>If <parameter>use.id.as.filename</parameter>
7975 is non-zero, the filename of chunk elements that have IDs will be
7976 derived from the ID value.
7982 <refentry version="5.0" xml:id="html.extra.head.links">
7984 <refentrytitle>html.extra.head.links</refentrytitle>
7985 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
7988 <refname>html.extra.head.links</refname>
7989 <refpurpose>Toggle extra HTML head link information</refpurpose>
7993 <programlisting xml:id="html.extra.head.links.frag">
7994 <xsl:param name="html.extra.head.links" select="0"></xsl:param>
7998 <refsection><info><title>Description</title></info>
8000 <para>If non-zero, extra <tag>link</tag> elements will be
8001 generated in the <tag>head</tag> of chunked HTML files. These
8002 extra links point to chapters, appendixes, sections, etc. as supported
8003 by the <quote>Site Navigation Bar</quote> in Mozilla 1.0 (as of CR1, at least).
8009 <refentry version="5.0" xml:id="root.filename">
8011 <refentrytitle>root.filename</refentrytitle>
8012 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
8015 <refname>root.filename</refname>
8016 <refpurpose>Identifies the name of the root HTML file when chunking</refpurpose>
8020 <programlisting xml:id="root.filename.frag">
8021 <xsl:param name="root.filename">index</xsl:param>
8025 <refsection><info><title>Description</title></info>
8027 <para>The <parameter>root.filename</parameter> is the base filename for
8028 the chunk created for the root of each document processed.
8034 <refentry version="5.0" xml:id="base.dir">
8036 <refentrytitle>base.dir</refentrytitle>
8037 <refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
8040 <refname>base.dir</refname>
8041 <refpurpose>The base directory of chunks</refpurpose>
8045 <programlisting xml:id="base.dir.frag">
8046 <xsl:param name="base.dir"></xsl:param>
8050 <refsection><info><title>Description</title></info>
8052 <para>If specified, the <parameter>base.dir</parameter> identifies
8053 the output directory for chunks. (If not specified, the output directory
8054 is system dependent.)</para>
8059 <refentry version="5.0" xml:id="generate.manifest">
8061 <refentrytitle>generate.manifest</refentrytitle>
8062 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
8065 <refname>generate.manifest</refname>
8066 <refpurpose>Generate a manifest file?</refpurpose>
8070 <programlisting xml:id="generate.manifest.frag"><xsl:param name="generate.manifest" select="0"></xsl:param></programlisting>
8073 <refsection><info><title>Description</title></info>
8075 <para>If non-zero, a list of HTML files generated by the
8076 stylesheet transformation is written to the file named by
8077 the <parameter>manifest</parameter> parameter.</para>
8082 <refentry version="5.0" xml:id="manifest">
8084 <refentrytitle>manifest</refentrytitle>
8085 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8088 <refname>manifest</refname>
8089 <refpurpose>Name of manifest file</refpurpose>
8093 <programlisting xml:id="manifest.frag">
8094 <xsl:param name="manifest">HTML.manifest</xsl:param>
8098 <refsection><info><title>Description</title></info>
8100 <para>The name of the file to which a manifest is written (if the
8101 value of the <parameter>generate.manifest</parameter> parameter
8102 is non-zero).</para>
8107 <refentry version="5.0" xml:id="manifest.in.base.dir">
8109 <refentrytitle>manifest.in.base.dir</refentrytitle>
8110 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
8113 <refname>manifest.in.base.dir</refname>
8114 <refpurpose>Should the manifest file be written into <parameter>base.dir</parameter>?</refpurpose>
8118 <programlisting xml:id="manifest.in.base.dir.frag">
8119 <xsl:param name="manifest.in.base.dir" select="0"></xsl:param>
8123 <refsection><info><title>Description</title></info>
8125 <para>If non-zero, the manifest file as well as project files for HTML Help and
8126 Eclipse Help are written into <parameter>base.dir</parameter> instead
8127 of the current directory.</para>
8132 <refentry version="5.0" xml:id="chunk.toc">
8134 <refentrytitle>chunk.toc</refentrytitle>
8135 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8138 <refname>chunk.toc</refname>
8139 <refpurpose>An explicit TOC to be used for chunking</refpurpose>
8143 <programlisting xml:id="chunk.toc.frag">
8144 <xsl:param name="chunk.toc"></xsl:param>
8148 <refsection><info><title>Description</title></info>
8150 <para>The <parameter>chunk.toc</parameter> identifies an explicit TOC that
8151 will be used for chunking. This parameter is only used by the
8152 <filename>chunktoc.xsl</filename> stylesheet (and customization layers built
8158 <refentry version="5.0" xml:id="chunk.tocs.and.lots">
8160 <refentrytitle>chunk.tocs.and.lots</refentrytitle>
8161 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
8164 <refname>chunk.tocs.and.lots</refname>
8165 <refpurpose>Should ToC and LoTs be in separate chunks?</refpurpose>
8169 <programlisting xml:id="chunk.tocs.and.lots.frag">
8170 <xsl:param name="chunk.tocs.and.lots" select="0"></xsl:param>
8174 <refsection><info><title>Description</title></info>
8176 <para>If non-zero, ToC and LoT (List of Examples, List of Figures, etc.)
8177 will be put in a separate chunk. At the moment, this chunk is not in the
8178 normal forward/backward navigation list. Instead, a new link is added to the
8179 navigation footer.</para>
8181 <para>This feature is still somewhat experimental. Feedback welcome.</para>
8186 <refentry version="5.0" xml:id="chunk.separate.lots">
8188 <refentrytitle>chunk.separate.lots</refentrytitle>
8189 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
8192 <refname>chunk.separate.lots</refname>
8193 <refpurpose>Should each LoT be in its own separate chunk?</refpurpose>
8197 <programlisting xml:id="chunk.separate.lots.frag">
8198 <xsl:param name="chunk.separate.lots" select="0"></xsl:param>
8202 <refsection><info><title>Description</title></info>
8204 <para>If non-zero, each of the ToC and LoTs
8205 (List of Examples, List of Figures, etc.)
8206 will be put in its own separate chunk.
8207 The title page includes generated links to each of the separate files.
8210 This feature depends on the
8211 <parameter>chunk.tocs.and.lots</parameter>
8212 parameter also being non-zero.
8218 <refentry version="5.0" xml:id="chunk.tocs.and.lots.has.title">
8220 <refentrytitle>chunk.tocs.and.lots.has.title</refentrytitle>
8221 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
8224 <refname>chunk.tocs.and.lots.has.title</refname>
8225 <refpurpose>Should ToC and LoTs in a separate chunks have title?</refpurpose>
8229 <programlisting xml:id="chunk.tocs.and.lots.has.title.frag">
8230 <xsl:param name="chunk.tocs.and.lots.has.title" select="1"></xsl:param>
8234 <refsection><info><title>Description</title></info>
8236 <para>If non-zero title of document is shown before ToC/LoT in
8237 separate chunk.</para>
8242 <refentry version="5.0" xml:id="chunk.section.depth">
8244 <refentrytitle>chunk.section.depth</refentrytitle>
8245 <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
8248 <refname>chunk.section.depth</refname>
8249 <refpurpose>Depth to which sections should be chunked</refpurpose>
8253 <programlisting xml:id="chunk.section.depth.frag">
8254 <xsl:param name="chunk.section.depth" select="1"></xsl:param>
8258 <refsection><info><title>Description</title></info>
8260 <para>This parameter sets the depth of section chunking.</para>
8265 <refentry version="5.0" xml:id="chunk.first.sections">
8267 <refentrytitle>chunk.first.sections</refentrytitle>
8268 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
8271 <refname>chunk.first.sections</refname>
8272 <refpurpose>Chunk the first top-level section?</refpurpose>
8276 <programlisting xml:id="chunk.first.sections.frag">
8277 <xsl:param name="chunk.first.sections" select="0"></xsl:param>
8281 <refsection><info><title>Description</title></info>
8283 <para>If non-zero, a chunk will be created for the first top-level
8284 <tag>sect1</tag> or <tag>section</tag> elements in
8285 each component. Otherwise, that section will be part of the chunk for
8292 <refentry version="5.0" xml:id="chunk.quietly">
8294 <refentrytitle>chunk.quietly</refentrytitle>
8295 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
8298 <refname>chunk.quietly</refname>
8299 <refpurpose>Omit the chunked filename messages.</refpurpose>
8303 <programlisting xml:id="chunk.quietly.frag">
8304 <xsl:param name="chunk.quietly" select="0"></xsl:param>
8308 <refsection><info><title>Description</title></info>
8310 <para>If zero (the default), the XSL processor emits a message naming
8311 each separate chunk filename as it is being output.
8312 If nonzero, then the messages are suppressed.
8318 <refentry version="5.0" xml:id="chunk.append">
8320 <refentrytitle>chunk.append</refentrytitle>
8321 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8324 <refname>chunk.append</refname>
8325 <refpurpose>Specifies content to append to chunked HTML output</refpurpose>
8329 <programlisting xml:id="chunk.append.frag"><xsl:param name="chunk.append"></xsl:param></programlisting>
8332 <refsection><info><title>Description</title></info>
8334 <para>Specifies content to append to the end of HTML files output by
8335 the <filename>html/chunk.xsl</filename> stylesheet, after the closing
8336 <code><html></code> tag. You probably don’t want to set any value
8337 for this parameter; but if you do, the only value it should ever be
8338 set to is a newline character: <code>&#x0a;</code> or
8339 <code>&#10;</code></para>
8344 <refentry version="5.0" xml:id="navig.graphics">
8346 <refentrytitle>navig.graphics</refentrytitle>
8347 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
8350 <refname>navig.graphics</refname>
8351 <refpurpose>Use graphics in navigational headers and footers?</refpurpose>
8355 <programlisting xml:id="navig.graphics.frag">
8356 <xsl:param name="navig.graphics" select="0"></xsl:param>
8360 <refsection><info><title>Description</title></info>
8362 <para>If non-zero, the navigational headers and footers in chunked
8363 HTML are presented in an alternate style that uses graphical icons for
8364 Next, Previous, Up, and Home. Default graphics are provided in the
8365 distribution. If zero, text is used instead of graphics.
8371 <refentry version="5.0" xml:id="navig.graphics.extension">
8373 <refentrytitle>navig.graphics.extension</refentrytitle>
8374 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8377 <refname>navig.graphics.extension</refname>
8378 <refpurpose>Extension for navigational graphics</refpurpose>
8382 <programlisting xml:id="navig.graphics.extension.frag">
8383 <xsl:param name="navig.graphics.extension">.gif</xsl:param>
8387 <refsection><info><title>Description</title></info>
8389 <para>Sets the filename extension to use on navigational graphics used
8390 in the headers and footers of chunked HTML.</para>
8395 <refentry version="5.0" xml:id="navig.graphics.path">
8397 <refentrytitle>navig.graphics.path</refentrytitle>
8398 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8401 <refname>navig.graphics.path</refname>
8402 <refpurpose>Path to navigational graphics</refpurpose>
8406 <programlisting xml:id="navig.graphics.path.frag">
8407 <xsl:param name="navig.graphics.path">images/</xsl:param>
8411 <refsection><info><title>Description</title></info>
8413 <para>Sets the path, probably relative to the directory where the HTML
8414 files are created, to the navigational graphics used in the
8415 headers and footers of chunked HTML.
8421 <refentry version="5.0" xml:id="navig.showtitles">
8423 <refentrytitle>navig.showtitles</refentrytitle>
8424 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
8427 <refname>navig.showtitles</refname>
8428 <refpurpose>Display titles in HTML headers and footers?</refpurpose>
8432 <programlisting xml:id="navig.showtitles.frag"><xsl:param name="navig.showtitles">1</xsl:param></programlisting>
8435 <refsection><info><title>Description</title></info>
8438 the headers and footers of chunked HTML
8439 display the titles of the next and previous chunks,
8440 along with the words 'Next' and 'Previous' (or the
8441 equivalent graphical icons if navig.graphics is true).
8442 If false (zero), then only the words 'Next' and 'Previous'
8443 (or the icons) are displayed.
8450 <reference xml:id="profiling"><title>Profiling</title>
8451 <partintro xml:id="partintro">
8452 <para>The following parameters can be used for attribute-based
8453 profiling of your document. For more information about profiling, see
8454 <link xmlns:xlink="http://www.w3.org/1999/xlink" role="tcg" xlink:href="Profiling.html">Profiling (conditional text)</link>.</para>
8456 <refentry version="5.0" xml:id="profile.arch">
8458 <refentrytitle>profile.arch</refentrytitle>
8459 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8462 <refname>profile.arch</refname>
8463 <refpurpose>Target profile for <tag class="attribute">arch</tag>
8464 attribute</refpurpose>
8468 <programlisting xml:id="profile.arch.frag">
8469 <xsl:param name="profile.arch"></xsl:param>
8474 <refsection><info><title>Description</title></info>
8476 <para>The value of this parameter specifies profiles which should be
8477 included in the output. You can specify multiple profiles by
8478 separating them by semicolon. You can change separator character by
8479 <parameter>profile.separator</parameter>
8482 <para>This parameter has effect only when you are using profiling
8483 stylesheets (<filename>profile-docbook.xsl</filename>,
8484 <filename>profile-chunk.xsl</filename>, …) instead of normal
8485 ones (<filename>docbook.xsl</filename>,
8486 <filename>chunk.xsl</filename>, …).</para>
8491 <refentry version="5.0" xml:id="profile.audience">
8493 <refentrytitle>profile.audience</refentrytitle>
8494 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8497 <refname>profile.audience</refname>
8498 <refpurpose>Target profile for <tag class="attribute">audience</tag>
8499 attribute</refpurpose>
8503 <programlisting xml:id="profile.audience.frag">
8504 <xsl:param name="profile.audience"></xsl:param>
8508 <refsection><info><title>Description</title></info>
8510 <para>Value of this parameter specifies profiles which should be
8511 included in the output. You can specify multiple profiles by
8512 separating them by semicolon. You can change separator character by
8513 <parameter>profile.separator</parameter>
8516 <para>This parameter has effect only when you are using profiling
8517 stylesheets (<filename>profile-docbook.xsl</filename>,
8518 <filename>profile-chunk.xsl</filename>, …) instead of normal
8519 ones (<filename>docbook.xsl</filename>,
8520 <filename>chunk.xsl</filename>, …).</para>
8525 <refentry version="5.0" xml:id="profile.condition">
8527 <refentrytitle>profile.condition</refentrytitle>
8528 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8531 <refname>profile.condition</refname>
8532 <refpurpose>Target profile for <tag class="attribute">condition</tag>
8533 attribute</refpurpose>
8537 <programlisting xml:id="profile.condition.frag">
8538 <xsl:param name="profile.condition"></xsl:param>
8542 <refsection><info><title>Description</title></info>
8544 <para>The value of this parameter specifies profiles which should be
8545 included in the output. You can specify multiple profiles by
8546 separating them by semicolon. You can change separator character by
8547 <parameter>profile.separator</parameter>
8550 <para>This parameter has effect only when you are using profiling
8551 stylesheets (<filename>profile-docbook.xsl</filename>,
8552 <filename>profile-chunk.xsl</filename>, …) instead of normal
8553 ones (<filename>docbook.xsl</filename>,
8554 <filename>chunk.xsl</filename>, …).</para>
8559 <refentry version="5.0" xml:id="profile.conformance">
8561 <refentrytitle>profile.conformance</refentrytitle>
8562 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8565 <refname>profile.conformance</refname>
8566 <refpurpose>Target profile for <tag class="attribute">conformance</tag>
8567 attribute</refpurpose>
8571 <programlisting xml:id="profile.conformance.frag">
8572 <xsl:param name="profile.conformance"></xsl:param>
8576 <refsection><info><title>Description</title></info>
8578 <para>The value of this parameter specifies profiles which should be
8579 included in the output. You can specify multiple profiles by
8580 separating them by semicolon. You can change separator character by
8581 <parameter>profile.separator</parameter>
8584 <para>This parameter has effect only when you are using profiling
8585 stylesheets (<filename>profile-docbook.xsl</filename>,
8586 <filename>profile-chunk.xsl</filename>, …) instead of normal
8587 ones (<filename>docbook.xsl</filename>,
8588 <filename>chunk.xsl</filename>, …).</para>
8593 <refentry version="5.0" xml:id="profile.lang">
8595 <refentrytitle>profile.lang</refentrytitle>
8596 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8599 <refname>profile.lang</refname>
8600 <refpurpose>Target profile for <tag class="attribute">lang</tag>
8601 attribute</refpurpose>
8605 <programlisting xml:id="profile.lang.frag">
8606 <xsl:param name="profile.lang"></xsl:param>
8610 <refsection><info><title>Description</title></info>
8612 <para>The value of this parameter specifies profiles which should be
8613 included in the output. You can specify multiple profiles by
8614 separating them by semicolon. You can change separator character by
8615 <parameter>profile.separator</parameter>
8618 <para>This parameter has effect only when you are using profiling
8619 stylesheets (<filename>profile-docbook.xsl</filename>,
8620 <filename>profile-chunk.xsl</filename>, …) instead of normal
8621 ones (<filename>docbook.xsl</filename>,
8622 <filename>chunk.xsl</filename>, …).</para>
8627 <refentry version="5.0" xml:id="profile.os">
8629 <refentrytitle>profile.os</refentrytitle>
8630 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8633 <refname>profile.os</refname>
8634 <refpurpose>Target profile for <tag class="attribute">os</tag>
8635 attribute</refpurpose>
8639 <programlisting xml:id="profile.os.frag">
8640 <xsl:param name="profile.os"></xsl:param>
8644 <refsection><info><title>Description</title></info>
8646 <para>The value of this parameter specifies profiles which should be
8647 included in the output. You can specify multiple profiles by
8648 separating them by semicolon. You can change separator character by
8649 <parameter>profile.separator</parameter>
8652 <para>This parameter has effect only when you are using profiling
8653 stylesheets (<filename>profile-docbook.xsl</filename>,
8654 <filename>profile-chunk.xsl</filename>, …) instead of normal
8655 ones (<filename>docbook.xsl</filename>,
8656 <filename>chunk.xsl</filename>, …).</para>
8661 <refentry version="5.0" xml:id="profile.revision">
8663 <refentrytitle>profile.revision</refentrytitle>
8664 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8667 <refname>profile.revision</refname>
8668 <refpurpose>Target profile for <tag class="attribute">revision</tag>
8669 attribute</refpurpose>
8673 <programlisting xml:id="profile.revision.frag">
8674 <xsl:param name="profile.revision"></xsl:param>
8678 <refsection><info><title>Description</title></info>
8680 <para>The value of this parameter specifies profiles which should be
8681 included in the output. You can specify multiple profiles by
8682 separating them by semicolon. You can change separator character by
8683 <parameter>profile.separator</parameter>
8686 <para>This parameter has effect only when you are using profiling
8687 stylesheets (<filename>profile-docbook.xsl</filename>,
8688 <filename>profile-chunk.xsl</filename>, …) instead of normal
8689 ones (<filename>docbook.xsl</filename>,
8690 <filename>chunk.xsl</filename>, …).</para>
8695 <refentry version="5.0" xml:id="profile.revisionflag">
8697 <refentrytitle>profile.revisionflag</refentrytitle>
8698 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8701 <refname>profile.revisionflag</refname>
8702 <refpurpose>Target profile for <tag class="attribute">revisionflag</tag>
8703 attribute</refpurpose>
8707 <programlisting xml:id="profile.revisionflag.frag">
8708 <xsl:param name="profile.revisionflag"></xsl:param>
8712 <refsection><info><title>Description</title></info>
8714 <para>The value of this parameter specifies profiles which should be
8715 included in the output. You can specify multiple profiles by
8716 separating them by semicolon. You can change separator character by
8717 <parameter>profile.separator</parameter>
8720 <para>This parameter has effect only when you are using profiling
8721 stylesheets (<filename>profile-docbook.xsl</filename>,
8722 <filename>profile-chunk.xsl</filename>, …) instead of normal
8723 ones (<filename>docbook.xsl</filename>,
8724 <filename>chunk.xsl</filename>, …).</para>
8729 <refentry version="5.0" xml:id="profile.role">
8731 <refentrytitle>profile.role</refentrytitle>
8732 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8735 <refname>profile.role</refname>
8736 <refpurpose>Target profile for <tag class="attribute">role</tag>
8737 attribute</refpurpose>
8741 <programlisting xml:id="profile.role.frag">
8742 <xsl:param name="profile.role"></xsl:param>
8746 <refsection><info><title>Description</title></info>
8748 <para>The value of this parameter specifies profiles which should be
8749 included in the output. You can specify multiple profiles by
8750 separating them by semicolon. You can change separator character by
8751 <parameter>profile.separator</parameter>
8754 <para>This parameter has effect only when you are using profiling
8755 stylesheets (<filename>profile-docbook.xsl</filename>,
8756 <filename>profile-chunk.xsl</filename>, …) instead of normal
8757 ones (<filename>docbook.xsl</filename>,
8758 <filename>chunk.xsl</filename>, …).</para>
8761 <para>Note that <tag class="attribute">role</tag> is often
8762 used for other purposes than profiling. For example it is commonly
8763 used to get emphasize in bold font:</para>
8765 <programlisting><emphasis role="bold">very important</emphasis></programlisting>
8767 <para>If you are using <tag class="attribute">role</tag> for
8768 these purposes do not forget to add values like <literal>bold</literal> to
8769 value of this parameter. If you forgot you will get document with
8770 small pieces missing which are very hard to track.</para>
8772 <para>For this reason it is not recommended to use <tag class="attribute">role</tag> attribute for profiling. You should
8773 rather use profiling specific attributes like <tag class="attribute">userlevel</tag>, <tag class="attribute">os</tag>, <tag class="attribute">arch</tag>, <tag class="attribute">condition</tag>, etc.</para>
8779 <refentry version="5.0" xml:id="profile.security">
8781 <refentrytitle>profile.security</refentrytitle>
8782 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8785 <refname>profile.security</refname>
8786 <refpurpose>Target profile for <tag class="attribute">security</tag>
8787 attribute</refpurpose>
8791 <programlisting xml:id="profile.security.frag">
8792 <xsl:param name="profile.security"></xsl:param>
8796 <refsection><info><title>Description</title></info>
8798 <para>The value of this parameter specifies profiles which should be
8799 included in the output. You can specify multiple profiles by
8800 separating them by semicolon. You can change separator character by
8801 <parameter>profile.separator</parameter>
8804 <para>This parameter has effect only when you are using profiling
8805 stylesheets (<filename>profile-docbook.xsl</filename>,
8806 <filename>profile-chunk.xsl</filename>, …) instead of normal
8807 ones (<filename>docbook.xsl</filename>,
8808 <filename>chunk.xsl</filename>, …).</para>
8813 <refentry version="5.0" xml:id="profile.status">
8815 <refentrytitle>profile.status</refentrytitle>
8816 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8819 <refname>profile.status</refname>
8820 <refpurpose>Target profile for <tag class="attribute">status</tag>
8821 attribute</refpurpose>
8825 <programlisting xml:id="profile.status.frag">
8826 <xsl:param name="profile.status"></xsl:param>
8830 <refsection><info><title>Description</title></info>
8832 <para>The value of this parameter specifies profiles which should be
8833 included in the output. You can specify multiple profiles by
8834 separating them by semicolon. You can change separator character by
8835 <parameter>profile.separator</parameter>
8838 <para>This parameter has effect only when you are using profiling
8839 stylesheets (<filename>profile-docbook.xsl</filename>,
8840 <filename>profile-chunk.xsl</filename>, …) instead of normal
8841 ones (<filename>docbook.xsl</filename>,
8842 <filename>chunk.xsl</filename>, …).</para>
8847 <refentry version="5.0" xml:id="profile.userlevel">
8849 <refentrytitle>profile.userlevel</refentrytitle>
8850 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8853 <refname>profile.userlevel</refname>
8854 <refpurpose>Target profile for <tag class="attribute">userlevel</tag>
8855 attribute</refpurpose>
8859 <programlisting xml:id="profile.userlevel.frag">
8860 <xsl:param name="profile.userlevel"></xsl:param>
8864 <refsection><info><title>Description</title></info>
8866 <para>The value of this parameter specifies profiles which should be
8867 included in the output. You can specify multiple profiles by
8868 separating them by semicolon. You can change separator character by
8869 <parameter>profile.separator</parameter>
8872 <para>This parameter has effect only when you are using profiling
8873 stylesheets (<filename>profile-docbook.xsl</filename>,
8874 <filename>profile-chunk.xsl</filename>, …) instead of normal
8875 ones (<filename>docbook.xsl</filename>,
8876 <filename>chunk.xsl</filename>, …).</para>
8881 <refentry version="5.0" xml:id="profile.vendor">
8883 <refentrytitle>profile.vendor</refentrytitle>
8884 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8887 <refname>profile.vendor</refname>
8888 <refpurpose>Target profile for <tag class="attribute">vendor</tag>
8889 attribute</refpurpose>
8893 <programlisting xml:id="profile.vendor.frag">
8894 <xsl:param name="profile.vendor"></xsl:param>
8898 <refsection><info><title>Description</title></info>
8900 <para>The value of this parameter specifies profiles which should be
8901 included in the output. You can specify multiple profiles by
8902 separating them by semicolon. You can change separator character by
8903 <parameter>profile.separator</parameter>
8906 <para>This parameter has effect only when you are using profiling
8907 stylesheets (<filename>profile-docbook.xsl</filename>,
8908 <filename>profile-chunk.xsl</filename>, …) instead of normal
8909 ones (<filename>docbook.xsl</filename>,
8910 <filename>chunk.xsl</filename>, …).</para>
8915 <refentry version="5.0" xml:id="profile.wordsize">
8917 <refentrytitle>profile.wordsize</refentrytitle>
8918 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8921 <refname>profile.wordsize</refname>
8922 <refpurpose>Target profile for <tag class="attribute">wordsize</tag>
8923 attribute</refpurpose>
8927 <programlisting xml:id="profile.wordsize.frag">
8928 <xsl:param name="profile.wordsize"></xsl:param>
8932 <refsection><info><title>Description</title></info>
8934 <para>The value of this parameter specifies profiles which should be
8935 included in the output. You can specify multiple profiles by
8936 separating them by semicolon. You can change separator character by
8937 <parameter>profile.separator</parameter>
8940 <para>This parameter has effect only when you are using profiling
8941 stylesheets (<filename>profile-docbook.xsl</filename>,
8942 <filename>profile-chunk.xsl</filename>, …) instead of normal
8943 ones (<filename>docbook.xsl</filename>,
8944 <filename>chunk.xsl</filename>, …).</para>
8949 <refentry version="5.0" xml:id="profile.attribute">
8951 <refentrytitle>profile.attribute</refentrytitle>
8952 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8955 <refname>profile.attribute</refname>
8956 <refpurpose>Name of user-specified profiling attribute</refpurpose>
8960 <programlisting xml:id="profile.attribute.frag">
8961 <xsl:param name="profile.attribute"></xsl:param>
8965 <refsection><info><title>Description</title></info>
8967 <para>This parameter is used in conjuction with
8968 <parameter>profile.value</parameter>.</para>
8970 <para>This parameter has effect only when you are using profiling
8971 stylesheets (<filename>profile-docbook.xsl</filename>,
8972 <filename>profile-chunk.xsl</filename>, …) instead of normal
8973 ones (<filename>docbook.xsl</filename>,
8974 <filename>chunk.xsl</filename>, …).</para>
8979 <refentry version="5.0" xml:id="profile.value">
8981 <refentrytitle>profile.value</refentrytitle>
8982 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
8985 <refname>profile.value</refname>
8986 <refpurpose>Target profile for user-specified attribute</refpurpose>
8990 <programlisting xml:id="profile.value.frag">
8991 <xsl:param name="profile.value"></xsl:param>
8995 <refsection><info><title>Description</title></info>
8997 <para>When you are using this parameter you must also specify name of
8998 profiling attribute with parameter
8999 <parameter>profile.attribute</parameter>.</para>
9001 <para>The value of this parameter specifies profiles which should be
9002 included in the output. You can specify multiple profiles by
9003 separating them by semicolon. You can change separator character by
9004 <parameter>profile.separator</parameter>
9007 <para>This parameter has effect only when you are using profiling
9008 stylesheets (<filename>profile-docbook.xsl</filename>,
9009 <filename>profile-chunk.xsl</filename>, …) instead of normal
9010 ones (<filename>docbook.xsl</filename>,
9011 <filename>chunk.xsl</filename>, …).</para>
9016 <refentry version="5.0" xml:id="profile.separator">
9018 <refentrytitle>profile.separator</refentrytitle>
9019 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9022 <refname>profile.separator</refname>
9023 <refpurpose>Separator character for compound profile values</refpurpose>
9027 <programlisting xml:id="profile.separator.frag">
9028 <xsl:param name="profile.separator">;</xsl:param>
9032 <refsection><info><title>Description</title></info>
9034 <para>Separator character used for compound profile values. See <parameter>profile.arch</parameter></para>
9040 <reference xml:id="htmlhelp"><title>HTML Help</title>
9041 <refentry version="5.0" xml:id="htmlhelp.encoding">
9043 <refentrytitle>htmlhelp.encoding</refentrytitle>
9044 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9047 <refname>htmlhelp.encoding</refname>
9048 <refpurpose>Character encoding to use in files for HTML Help compiler.</refpurpose>
9052 <programlisting xml:id="htmlhelp.encoding.frag">
9053 <xsl:param name="htmlhelp.encoding">iso-8859-1</xsl:param>
9057 <refsection><info><title>Description</title></info>
9059 <para>HTML Help Compiler is not UTF-8 aware, so you should always use an
9060 appropriate single-byte encoding here. Use one from <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets">iana</link>, the registered charset values.</para>
9065 <refentry version="5.0" xml:id="htmlhelp.autolabel">
9067 <refentrytitle>htmlhelp.autolabel</refentrytitle>
9068 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9071 <refname>htmlhelp.autolabel</refname>
9072 <refpurpose>Should tree-like ToC use autonumbering feature?</refpurpose>
9076 <programlisting xml:id="htmlhelp.autolabel.frag">
9077 <xsl:param name="htmlhelp.autolabel" select="0"></xsl:param>
9081 <refsection><info><title>Description</title></info>
9083 <para>Set this to non-zero to include chapter and section numbers into ToC
9084 in the left panel.</para>
9089 <refentry version="5.0" xml:id="htmlhelp.chm">
9091 <refentrytitle>htmlhelp.chm</refentrytitle>
9092 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9095 <refname>htmlhelp.chm</refname>
9096 <refpurpose>Filename of output HTML Help file.</refpurpose>
9100 <programlisting xml:id="htmlhelp.chm.frag">
9101 <xsl:param name="htmlhelp.chm">htmlhelp.chm</xsl:param>
9105 <refsection><info><title>Description</title></info>
9107 <para>Set the name of resulting CHM file</para>
9112 <refentry version="5.0" xml:id="htmlhelp.default.topic">
9114 <refentrytitle>htmlhelp.default.topic</refentrytitle>
9115 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9118 <refname>htmlhelp.default.topic</refname>
9119 <refpurpose>Name of file with default topic</refpurpose>
9123 <programlisting xml:id="htmlhelp.default.topic.frag">
9124 <xsl:param name="htmlhelp.default.topic"></xsl:param>
9128 <refsection><info><title>Description</title></info>
9130 <para>Normally first chunk of document is displayed when you open HTML
9131 Help file. If you want to display another topic, simply set its
9132 filename by this parameter.</para>
9134 <para>This is useful especially if you don't generate ToC in front of
9135 your document and you also hide root element in ToC. E.g.:</para>
9137 <programlisting><xsl:param name="generate.book.toc" select="0"/>
9138 <xsl:param name="htmlhelp.hhc.show.root" select="0"/>
9139 <xsl:param name="htmlhelp.default.topic">pr01.html</xsl:param>
9145 <refentry version="5.0" xml:id="htmlhelp.display.progress">
9147 <refentrytitle>htmlhelp.display.progress</refentrytitle>
9148 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9151 <refname>htmlhelp.display.progress</refname>
9152 <refpurpose>Display compile progress?</refpurpose>
9156 <programlisting xml:id="htmlhelp.display.progress.frag">
9157 <xsl:param name="htmlhelp.display.progress" select="1"></xsl:param>
9161 <refsection><info><title>Description</title></info>
9163 <para>Set to non-zero to to display compile progress
9169 <refentry version="5.0" xml:id="htmlhelp.hhp">
9171 <refentrytitle>htmlhelp.hhp</refentrytitle>
9172 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9175 <refname>htmlhelp.hhp</refname>
9176 <refpurpose>Filename of project file.</refpurpose>
9180 <programlisting xml:id="htmlhelp.hhp.frag">
9181 <xsl:param name="htmlhelp.hhp">htmlhelp.hhp</xsl:param>
9185 <refsection><info><title>Description</title></info>
9187 <para>Change this parameter if you want different name of project
9188 file than htmlhelp.hhp.</para>
9193 <refentry version="5.0" xml:id="htmlhelp.hhc">
9195 <refentrytitle>htmlhelp.hhc</refentrytitle>
9196 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9199 <refname>htmlhelp.hhc</refname>
9200 <refpurpose>Filename of TOC file.</refpurpose>
9204 <programlisting xml:id="htmlhelp.hhc.frag">
9205 <xsl:param name="htmlhelp.hhc">toc.hhc</xsl:param>
9209 <refsection><info><title>Description</title></info>
9211 <para>Set the name of the TOC file. The default is <filename>toc.hhc</filename>.</para>
9216 <refentry version="5.0" xml:id="htmlhelp.hhk">
9218 <refentrytitle>htmlhelp.hhk</refentrytitle>
9219 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9222 <refname>htmlhelp.hhk</refname>
9223 <refpurpose>Filename of index file.</refpurpose>
9227 <programlisting xml:id="htmlhelp.hhk.frag">
9228 <xsl:param name="htmlhelp.hhk">index.hhk</xsl:param>
9232 <refsection><info><title>Description</title></info>
9234 <para>set the name of the index file. The default is <filename>index.hhk</filename>.</para>
9239 <refentry version="5.0" xml:id="htmlhelp.hhp.tail">
9241 <refentrytitle>htmlhelp.hhp.tail</refentrytitle>
9242 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9245 <refname>htmlhelp.hhp.tail</refname>
9246 <refpurpose>Additional content for project file.</refpurpose>
9250 <programlisting xml:id="htmlhelp.hhp.tail.frag">
9251 <xsl:param name="htmlhelp.hhp.tail"></xsl:param>
9255 <refsection><info><title>Description</title></info>
9257 <para>If you want to include some additional parameters into project file,
9258 store appropriate part of project file into this parameter.</para>
9263 <refentry version="5.0" xml:id="htmlhelp.hhp.window">
9265 <refentrytitle>htmlhelp.hhp.window</refentrytitle>
9266 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9269 <refname>htmlhelp.hhp.window</refname>
9270 <refpurpose>Name of default window.</refpurpose>
9274 <programlisting xml:id="htmlhelp.hhp.window.frag">
9275 <xsl:param name="htmlhelp.hhp.window">Main</xsl:param>
9279 <refsection><info><title>Description</title></info>
9281 <para>Name of default window. If empty no [WINDOWS] section will be
9282 added to project file.</para>
9287 <refentry version="5.0" xml:id="htmlhelp.hhp.windows">
9289 <refentrytitle>htmlhelp.hhp.windows</refentrytitle>
9290 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9293 <refname>htmlhelp.hhp.windows</refname>
9294 <refpurpose>Definition of additional windows</refpurpose>
9298 <programlisting xml:id="htmlhelp.hhp.windows.frag">
9299 <xsl:param name="htmlhelp.hhp.windows"></xsl:param>
9303 <refsection><info><title>Description</title></info>
9305 <para>Content of this parameter is placed at the end of [WINDOWS]
9306 section of project file. You can use it for defining your own
9307 addtional windows.</para>
9312 <refentry version="5.0" xml:id="htmlhelp.enhanced.decompilation">
9314 <refentrytitle>htmlhelp.enhanced.decompilation</refentrytitle>
9315 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9318 <refname>htmlhelp.enhanced.decompilation</refname>
9319 <refpurpose>Allow enhanced decompilation of CHM?</refpurpose>
9323 <programlisting xml:id="htmlhelp.enhanced.decompilation.frag">
9324 <xsl:param name="htmlhelp.enhanced.decompilation" select="0"></xsl:param>
9328 <refsection><info><title>Description</title></info>
9330 <para>When non-zero this parameter enables enhanced decompilation of CHM.</para>
9335 <refentry version="5.0" xml:id="htmlhelp.enumerate.images">
9337 <refentrytitle>htmlhelp.enumerate.images</refentrytitle>
9338 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9341 <refname>htmlhelp.enumerate.images</refname>
9342 <refpurpose>Should the paths to all used images be added to the project file?</refpurpose>
9346 <programlisting xml:id="htmlhelp.enumerate.images.frag">
9347 <xsl:param name="htmlhelp.enumerate.images" select="0"></xsl:param>
9351 <refsection><info><title>Description</title></info>
9353 <para>Set to non-zero if you insert images into your documents as
9354 external binary entities or if you are using absolute image paths.</para>
9359 <refentry version="5.0" xml:id="htmlhelp.force.map.and.alias">
9361 <refentrytitle>htmlhelp.force.map.and.alias</refentrytitle>
9362 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9365 <refname>htmlhelp.force.map.and.alias</refname>
9366 <refpurpose>Should [MAP] and [ALIAS] sections be added to the project file unconditionally?</refpurpose>
9369 <programlisting xml:id="htmlhelp.force.map.and.alias.frag">
9370 <xsl:param name="htmlhelp.force.map.and.alias" select="0"></xsl:param>
9373 <refsection><info><title>Description</title></info>
9374 <para>Set to non-zero if you have your own
9375 <literal>alias.h</literal> and <literal>context.h</literal>
9376 files and you want to include references to them in the project
9381 <refentry version="5.0" xml:id="htmlhelp.map.file">
9383 <refentrytitle>htmlhelp.map.file</refentrytitle>
9384 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9387 <refname>htmlhelp.map.file</refname>
9388 <refpurpose>Filename of map file.</refpurpose>
9391 <programlisting xml:id="htmlhelp.map.file.frag">
9392 <xsl:param name="htmlhelp.map.file">context.h</xsl:param>
9395 <refsection><info><title>Description</title></info>
9396 <para>Set the name of map file. The default is
9397 <filename>context.h</filename>. (used for context-sensitive
9402 <refentry version="5.0" xml:id="htmlhelp.alias.file">
9404 <refentrytitle>htmlhelp.alias.file</refentrytitle>
9405 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9408 <refname>htmlhelp.alias.file</refname>
9409 <refpurpose>Filename of alias file.</refpurpose>
9413 <programlisting xml:id="htmlhelp.alias.file.frag">
9414 <xsl:param name="htmlhelp.alias.file">alias.h</xsl:param>
9418 <refsection><info><title>Description</title></info>
9420 <para>Specifies the filename of the alias file (used for context-sensitive help).</para>
9425 <refentry version="5.0" xml:id="htmlhelp.hhc.section.depth">
9427 <refentrytitle>htmlhelp.hhc.section.depth</refentrytitle>
9428 <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
9431 <refname>htmlhelp.hhc.section.depth</refname>
9432 <refpurpose>Depth of TOC for sections in a left pane.</refpurpose>
9436 <programlisting xml:id="htmlhelp.hhc.section.depth.frag">
9437 <xsl:param name="htmlhelp.hhc.section.depth">5</xsl:param>
9441 <refsection><info><title>Description</title></info>
9443 <para>Set the section depth in the left pane of HTML Help viewer. </para>
9448 <refentry version="5.0" xml:id="htmlhelp.hhc.show.root">
9450 <refentrytitle>htmlhelp.hhc.show.root</refentrytitle>
9451 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9454 <refname>htmlhelp.hhc.show.root</refname>
9455 <refpurpose>Should there be an entry for the root element in the ToC?</refpurpose>
9459 <programlisting xml:id="htmlhelp.hhc.show.root.frag">
9460 <xsl:param name="htmlhelp.hhc.show.root" select="1"></xsl:param>
9464 <refsection><info><title>Description</title></info>
9466 <para>If set to zero, there will be no entry for the root element in the
9467 ToC. This is useful when you want to provide the user with an expanded
9468 ToC as a default.</para>
9473 <refentry version="5.0" xml:id="htmlhelp.hhc.folders.instead.books">
9475 <refentrytitle>htmlhelp.hhc.folders.instead.books</refentrytitle>
9476 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9479 <refname>htmlhelp.hhc.folders.instead.books</refname>
9480 <refpurpose>Use folder icons in ToC (instead of book icons)?</refpurpose>
9484 <programlisting xml:id="htmlhelp.hhc.folders.instead.books.frag">
9485 <xsl:param name="htmlhelp.hhc.folders.instead.books" select="1"></xsl:param>
9489 <refsection><info><title>Description</title></info>
9491 <para>Set to non-zero for folder-like icons or zero for book-like icons in the ToC.
9492 If you want to use folder-like icons, you must switch off the binary ToC using
9493 <parameter>htmlhelp.hhc.binary</parameter>.
9500 <refentry version="5.0" xml:id="htmlhelp.hhc.binary">
9502 <refentrytitle>htmlhelp.hhc.binary</refentrytitle>
9503 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9506 <refname>htmlhelp.hhc.binary</refname>
9507 <refpurpose>Generate binary ToC?</refpurpose>
9511 <programlisting xml:id="htmlhelp.hhc.binary.frag">
9512 <xsl:param name="htmlhelp.hhc.binary" select="1"></xsl:param>
9516 <refsection><info><title>Description</title></info>
9518 <para>Set to non-zero to generate a binary TOC. You must create a binary TOC
9519 if you want to add Prev/Next buttons to toolbar (which is default
9520 behaviour). Files with binary TOC can't be merged.</para>
9525 <refentry version="5.0" xml:id="htmlhelp.hhc.width">
9527 <refentrytitle>htmlhelp.hhc.width</refentrytitle>
9528 <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
9531 <refname>htmlhelp.hhc.width</refname>
9532 <refpurpose>Width of navigation pane</refpurpose>
9536 <programlisting xml:id="htmlhelp.hhc.width.frag">
9537 <xsl:param name="htmlhelp.hhc.width"></xsl:param>
9541 <refsection><info><title>Description</title></info>
9543 <para>This parameter specifies the width of the navigation pane (containing TOC and
9544 other navigation tabs) in pixels.</para>
9549 <refentry version="5.0" xml:id="htmlhelp.title">
9551 <refentrytitle>htmlhelp.title</refentrytitle>
9552 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9555 <refname>htmlhelp.title</refname>
9556 <refpurpose>Title of HTML Help</refpurpose>
9560 <programlisting xml:id="htmlhelp.title.frag">
9561 <xsl:param name="htmlhelp.title"></xsl:param>
9565 <refsection><info><title>Description</title></info>
9567 <para>Content of this parameter will be used as a title for generated
9568 HTML Help. If empty, title will be automatically taken from document.</para>
9573 <refentry version="5.0" xml:id="htmlhelp.show.menu">
9575 <refentrytitle>htmlhelp.show.menu</refentrytitle>
9576 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9579 <refname>htmlhelp.show.menu</refname>
9580 <refpurpose>Should the menu bar be shown?</refpurpose>
9584 <programlisting xml:id="htmlhelp.show.menu.frag">
9585 <xsl:param name="htmlhelp.show.menu" select="0"></xsl:param>
9589 <refsection><info><title>Description</title></info>
9591 <para>Set to non-zero to have an application menu bar in your HTML Help window.
9597 <refentry version="5.0" xml:id="htmlhelp.show.toolbar.text">
9599 <refentrytitle>htmlhelp.show.toolbar.text</refentrytitle>
9600 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9603 <refname>htmlhelp.show.toolbar.text</refname>
9604 <refpurpose>Show text under toolbar buttons?</refpurpose>
9608 <programlisting xml:id="htmlhelp.show.toolbar.text.frag">
9609 <xsl:param name="htmlhelp.show.toolbar.text" select="1"></xsl:param>
9613 <refsection><info><title>Description</title></info>
9615 <para>Set to non-zero to display texts under toolbar buttons, zero to switch
9616 off displays.</para>
9621 <refentry version="5.0" xml:id="htmlhelp.show.advanced.search">
9623 <refentrytitle>htmlhelp.show.advanced.search</refentrytitle>
9624 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9627 <refname>htmlhelp.show.advanced.search</refname>
9628 <refpurpose>Should advanced search features be available?</refpurpose>
9632 <programlisting xml:id="htmlhelp.show.advanced.search.frag">
9633 <xsl:param name="htmlhelp.show.advanced.search" select="0"></xsl:param>
9637 <refsection><info><title>Description</title></info>
9639 <para>If you want advanced search features in your help, turn this
9640 parameter to 1.</para>
9645 <refentry version="5.0" xml:id="htmlhelp.show.favorities">
9647 <refentrytitle>htmlhelp.show.favorities</refentrytitle>
9648 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9651 <refname>htmlhelp.show.favorities</refname>
9652 <refpurpose>Should the Favorites tab be shown?</refpurpose>
9656 <programlisting xml:id="htmlhelp.show.favorities.frag">
9657 <xsl:param name="htmlhelp.show.favorities" select="0"></xsl:param>
9661 <refsection><info><title>Description</title></info>
9663 <para>Set to non-zero to include a Favorites tab in the navigation pane
9664 of the help window.</para>
9669 <refentry version="5.0" xml:id="htmlhelp.button.hideshow">
9671 <refentrytitle>htmlhelp.button.hideshow</refentrytitle>
9672 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9675 <refname>htmlhelp.button.hideshow</refname>
9676 <refpurpose>Should the Hide/Show button be shown?</refpurpose>
9680 <programlisting xml:id="htmlhelp.button.hideshow.frag">
9681 <xsl:param name="htmlhelp.button.hideshow" select="1"></xsl:param>
9685 <refsection><info><title>Description</title></info>
9687 <para>Set to non-zero to include the Hide/Show button shown on toolbar</para>
9692 <refentry version="5.0" xml:id="htmlhelp.button.back">
9694 <refentrytitle>htmlhelp.button.back</refentrytitle>
9695 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9698 <refname>htmlhelp.button.back</refname>
9699 <refpurpose>Should the Back button be shown?</refpurpose>
9703 <programlisting xml:id="htmlhelp.button.back.frag">
9704 <xsl:param name="htmlhelp.button.back" select="1"></xsl:param>
9708 <refsection><info><title>Description</title></info>
9710 <para>Set to non-zero to include the Hide/Show button shown on toolbar</para>
9715 <refentry version="5.0" xml:id="htmlhelp.button.forward">
9717 <refentrytitle>htmlhelp.button.forward</refentrytitle>
9718 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9721 <refname>htmlhelp.button.forward</refname>
9722 <refpurpose>Should the Forward button be shown?</refpurpose>
9726 <programlisting xml:id="htmlhelp.button.forward.frag">
9727 <xsl:param name="htmlhelp.button.forward" select="0"></xsl:param>
9731 <refsection><info><title>Description</title></info>
9733 <para>Set to non-zero to include the Forward button on the toolbar.</para>
9738 <refentry version="5.0" xml:id="htmlhelp.button.stop">
9740 <refentrytitle>htmlhelp.button.stop</refentrytitle>
9741 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9744 <refname>htmlhelp.button.stop</refname>
9745 <refpurpose>Should the Stop button be shown?</refpurpose>
9749 <programlisting xml:id="htmlhelp.button.stop.frag">
9750 <xsl:param name="htmlhelp.button.stop" select="0"></xsl:param>
9754 <refsection><info><title>Description</title></info>
9756 <para>If you want Stop button shown on toolbar, turn this
9757 parameter to 1.</para>
9762 <refentry version="5.0" xml:id="htmlhelp.button.refresh">
9764 <refentrytitle>htmlhelp.button.refresh</refentrytitle>
9765 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9768 <refname>htmlhelp.button.refresh</refname>
9769 <refpurpose>Should the Refresh button be shown?</refpurpose>
9773 <programlisting xml:id="htmlhelp.button.refresh.frag">
9774 <xsl:param name="htmlhelp.button.refresh" select="0"></xsl:param>
9778 <refsection><info><title>Description</title></info>
9780 <para>Set to non-zero to include the Stop button on the toolbar.</para>
9785 <refentry version="5.0" xml:id="htmlhelp.button.home">
9787 <refentrytitle>htmlhelp.button.home</refentrytitle>
9788 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9791 <refname>htmlhelp.button.home</refname>
9792 <refpurpose>Should the Home button be shown?</refpurpose>
9796 <programlisting xml:id="htmlhelp.button.home.frag">
9797 <xsl:param name="htmlhelp.button.home" select="0"></xsl:param>
9801 <refsection><info><title>Description</title></info>
9803 <para>Set to non-zero to include the Home button on the toolbar.</para>
9808 <refentry version="5.0" xml:id="htmlhelp.button.home.url">
9810 <refentrytitle>htmlhelp.button.home.url</refentrytitle>
9811 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9814 <refname>htmlhelp.button.home.url</refname>
9815 <refpurpose>URL address of page accessible by Home button</refpurpose>
9819 <programlisting xml:id="htmlhelp.button.home.url.frag">
9820 <xsl:param name="htmlhelp.button.home.url"></xsl:param>
9824 <refsection><info><title>Description</title></info>
9826 <para>URL address of page accessible by Home button.</para>
9831 <refentry version="5.0" xml:id="htmlhelp.button.options">
9833 <refentrytitle>htmlhelp.button.options</refentrytitle>
9834 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9837 <refname>htmlhelp.button.options</refname>
9838 <refpurpose>Should the Options button be shown?</refpurpose>
9842 <programlisting xml:id="htmlhelp.button.options.frag">
9843 <xsl:param name="htmlhelp.button.options" select="1"></xsl:param>
9847 <refsection><info><title>Description</title></info>
9849 <para>If you want Options button shown on toolbar, turn this
9850 parameter to 1.</para>
9855 <refentry version="5.0" xml:id="htmlhelp.button.print">
9857 <refentrytitle>htmlhelp.button.print</refentrytitle>
9858 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9861 <refname>htmlhelp.button.print</refname>
9862 <refpurpose>Should the Print button be shown?</refpurpose>
9866 <programlisting xml:id="htmlhelp.button.print.frag">
9867 <xsl:param name="htmlhelp.button.print" select="1"></xsl:param>
9871 <refsection><info><title>Description</title></info>
9873 <para>Set to non-zero to include the Print button on the toolbar.
9879 <refentry version="5.0" xml:id="htmlhelp.button.locate">
9881 <refentrytitle>htmlhelp.button.locate</refentrytitle>
9882 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9885 <refname>htmlhelp.button.locate</refname>
9886 <refpurpose>Should the Locate button be shown?</refpurpose>
9890 <programlisting xml:id="htmlhelp.button.locate.frag">
9891 <xsl:param name="htmlhelp.button.locate" select="0"></xsl:param>
9895 <refsection><info><title>Description</title></info>
9897 <para>If you want Locate button shown on toolbar, turn this
9898 parameter to 1.</para>
9903 <refentry version="5.0" xml:id="htmlhelp.button.jump1">
9905 <refentrytitle>htmlhelp.button.jump1</refentrytitle>
9906 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9909 <refname>htmlhelp.button.jump1</refname>
9910 <refpurpose>Should the Jump1 button be shown?</refpurpose>
9913 <programlisting xml:id="htmlhelp.button.jump1.frag">
9914 <xsl:param name="htmlhelp.button.jump1" select="0"></xsl:param>
9917 <refsection><info><title>Description</title></info>
9918 <para>Set to non-zero to include the <literal>Jump1</literal> button on the toolbar.</para>
9922 <refentry version="5.0" xml:id="htmlhelp.button.jump1.url">
9924 <refentrytitle>htmlhelp.button.jump1.url</refentrytitle>
9925 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9928 <refname>htmlhelp.button.jump1.url</refname>
9929 <refpurpose>URL address of page accessible by Jump1 button</refpurpose>
9933 <programlisting xml:id="htmlhelp.button.jump1.url.frag">
9934 <xsl:param name="htmlhelp.button.jump1.url"></xsl:param>
9938 <refsection><info><title>Description</title></info>
9940 <para>URL address of page accessible by Jump1 button.</para>
9945 <refentry version="5.0" xml:id="htmlhelp.button.jump1.title">
9947 <refentrytitle>htmlhelp.button.jump1.title</refentrytitle>
9948 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9951 <refname>htmlhelp.button.jump1.title</refname>
9952 <refpurpose>Title of Jump1 button</refpurpose>
9956 <programlisting xml:id="htmlhelp.button.jump1.title.frag">
9957 <xsl:param name="htmlhelp.button.jump1.title">User1</xsl:param>
9961 <refsection><info><title>Description</title></info>
9963 <para>Title of Jump1 button.</para>
9968 <refentry version="5.0" xml:id="htmlhelp.button.jump2">
9970 <refentrytitle>htmlhelp.button.jump2</refentrytitle>
9971 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
9974 <refname>htmlhelp.button.jump2</refname>
9975 <refpurpose>Should the Jump2 button be shown?</refpurpose>
9979 <programlisting xml:id="htmlhelp.button.jump2.frag">
9980 <xsl:param name="htmlhelp.button.jump2" select="0"></xsl:param>
9984 <refsection><info><title>Description</title></info>
9986 <para>Set to non-zero to include the Jump2 button on the toolbar.</para>
9991 <refentry version="5.0" xml:id="htmlhelp.button.jump2.url">
9993 <refentrytitle>htmlhelp.button.jump2.url</refentrytitle>
9994 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
9997 <refname>htmlhelp.button.jump2.url</refname>
9998 <refpurpose>URL address of page accessible by Jump2 button</refpurpose>
10002 <programlisting xml:id="htmlhelp.button.jump2.url.frag">
10003 <xsl:param name="htmlhelp.button.jump2.url"></xsl:param>
10007 <refsection><info><title>Description</title></info>
10009 <para>URL address of page accessible by Jump2 button.</para>
10014 <refentry version="5.0" xml:id="htmlhelp.button.jump2.title">
10016 <refentrytitle>htmlhelp.button.jump2.title</refentrytitle>
10017 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
10020 <refname>htmlhelp.button.jump2.title</refname>
10021 <refpurpose>Title of Jump2 button</refpurpose>
10025 <programlisting xml:id="htmlhelp.button.jump2.title.frag">
10026 <xsl:param name="htmlhelp.button.jump2.title">User2</xsl:param>
10030 <refsection><info><title>Description</title></info>
10032 <para>Title of Jump2 button.</para>
10037 <refentry version="5.0" xml:id="htmlhelp.button.next">
10039 <refentrytitle>htmlhelp.button.next</refentrytitle>
10040 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
10043 <refname>htmlhelp.button.next</refname>
10044 <refpurpose>Should the Next button be shown?</refpurpose>
10048 <programlisting xml:id="htmlhelp.button.next.frag">
10049 <xsl:param name="htmlhelp.button.next" select="1"></xsl:param>
10053 <refsection><info><title>Description</title></info>
10055 <para>Set to non-zero to include the Next button on the toolbar.</para>
10060 <refentry version="5.0" xml:id="htmlhelp.button.prev">
10062 <refentrytitle>htmlhelp.button.prev</refentrytitle>
10063 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
10066 <refname>htmlhelp.button.prev</refname>
10067 <refpurpose>Should the Prev button be shown?</refpurpose>
10071 <programlisting xml:id="htmlhelp.button.prev.frag">
10072 <xsl:param name="htmlhelp.button.prev" select="1"></xsl:param>
10076 <refsection><info><title>Description</title></info>
10078 <para>Set to non-zero to include the Prev button on the toolbar.
10084 <refentry version="5.0" xml:id="htmlhelp.button.zoom">
10086 <refentrytitle>htmlhelp.button.zoom</refentrytitle>
10087 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
10090 <refname>htmlhelp.button.zoom</refname>
10091 <refpurpose>Should the Zoom button be shown?</refpurpose>
10095 <programlisting xml:id="htmlhelp.button.zoom.frag">
10096 <xsl:param name="htmlhelp.button.zoom" select="0"></xsl:param>
10100 <refsection><info><title>Description</title></info>
10102 <para>Set to non-zero to include the Zoom button on the toolbar.
10108 <refentry version="5.0" xml:id="htmlhelp.remember.window.position">
10110 <refentrytitle>htmlhelp.remember.window.position</refentrytitle>
10111 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
10114 <refname>htmlhelp.remember.window.position</refname>
10115 <refpurpose>Remember help window position?</refpurpose>
10119 <programlisting xml:id="htmlhelp.remember.window.position.frag">
10120 <xsl:param name="htmlhelp.remember.window.position" select="0"></xsl:param>
10124 <refsection><info><title>Description</title></info>
10126 <para>Set to non-zero to remember help window position between starts.</para>
10131 <refentry version="5.0" xml:id="htmlhelp.window.geometry">
10133 <refentrytitle>htmlhelp.window.geometry</refentrytitle>
10134 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
10137 <refname>htmlhelp.window.geometry</refname>
10138 <refpurpose>Set initial geometry of help window</refpurpose>
10142 <programlisting xml:id="htmlhelp.window.geometry.frag">
10143 <xsl:param name="htmlhelp.window.geometry"></xsl:param>
10147 <refsection><info><title>Description</title></info>
10149 <para>This parameter specifies initial position of help
10150 window. E.g.</para>
10152 <programlisting><xsl:param name="htmlhelp.window.geometry">[160,64,992,704]</xsl:param></programlisting>
10157 <refentry version="5.0" xml:id="htmlhelp.use.hhk">
10159 <refentrytitle>htmlhelp.use.hhk</refentrytitle>
10160 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
10163 <refname>htmlhelp.use.hhk</refname>
10164 <refpurpose>Should the index be built using the HHK file?</refpurpose>
10168 <programlisting xml:id="htmlhelp.use.hhk.frag">
10169 <xsl:param name="htmlhelp.use.hhk" select="0"></xsl:param>
10173 <refsection><info><title>Description</title></info>
10175 <para>If non-zero, the index is created using the HHK file (instead of using <tag role="html">object</tag>
10176 elements in the HTML files). For more information, see <link xmlns:xlink="http://www.w3.org/1999/xlink" role="tcg" xlink:href="HtmlHelp.html#HHGenIndex">Generating an index</link>.</para>
10180 <refentry version="5.0" xml:id="htmlhelp.only">
10182 <refentrytitle>htmlhelp.only</refentrytitle>
10183 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
10186 <refname>htmlhelp.only</refname>
10187 <refpurpose>Should only project files be generated?</refpurpose>
10191 <programlisting xml:id="htmlhelp.only.frag">
10192 <xsl:param name="htmlhelp.only" select="0"></xsl:param>
10196 <refsection><info><title>Description</title></info>
10199 <para>Set to non-zero if you want to play with various HTML Help parameters
10200 and you don't need to regenerate all HTML files. This setting will not
10201 process whole document, only project files (hhp, hhc, hhk,...) will be
10209 <reference xml:id="eclipse_help"><title>Eclipse Help Platform</title>
10210 <refentry version="5.0" xml:id="eclipse.autolabel">
10212 <refentrytitle>eclipse.autolabel</refentrytitle>
10213 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
10216 <refname>eclipse.autolabel</refname>
10217 <refpurpose>Should tree-like ToC use autonumbering feature?</refpurpose>
10221 <programlisting xml:id="eclipse.autolabel.frag">
10222 <xsl:param name="eclipse.autolabel" select="0"></xsl:param>
10226 <refsection><info><title>Description</title></info>
10228 <para>If you want to include chapter and section numbers into ToC in
10229 the left panel, set this parameter to 1.</para>
10234 <refentry version="5.0" xml:id="eclipse.plugin.name">
10236 <refentrytitle>eclipse.plugin.name</refentrytitle>
10237 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
10240 <refname>eclipse.plugin.name</refname>
10241 <refpurpose>Eclipse Help plugin name</refpurpose>
10245 <programlisting xml:id="eclipse.plugin.name.frag">
10246 <xsl:param name="eclipse.plugin.name">DocBook Online Help Sample</xsl:param>
10250 <refsection><info><title>Description</title></info>
10252 <para>Eclipse Help plugin name.</para>
10257 <refentry version="5.0" xml:id="eclipse.plugin.id">
10259 <refentrytitle>eclipse.plugin.id</refentrytitle>
10260 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
10263 <refname>eclipse.plugin.id</refname>
10264 <refpurpose>Eclipse Help plugin id</refpurpose>
10268 <programlisting xml:id="eclipse.plugin.id.frag">
10269 <xsl:param name="eclipse.plugin.id">com.example.help</xsl:param>
10273 <refsection><info><title>Description</title></info>
10275 <para>Eclipse Help plugin id. You should change this id to something
10276 unique for each help.</para>
10281 <refentry version="5.0" xml:id="eclipse.plugin.provider">
10283 <refentrytitle>eclipse.plugin.provider</refentrytitle>
10284 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
10287 <refname>eclipse.plugin.provider</refname>
10288 <refpurpose>Eclipse Help plugin provider name</refpurpose>
10292 <programlisting xml:id="eclipse.plugin.provider.frag">
10293 <xsl:param name="eclipse.plugin.provider">Example provider</xsl:param>
10297 <refsection><info><title>Description</title></info>
10299 <para>Eclipse Help plugin provider name.</para>
10305 <reference xml:id="javahelp"><title>JavaHelp</title>
10306 <refentry version="5.0" xml:id="javahelp.encoding">
10308 <refentrytitle>javahelp.encoding</refentrytitle>
10309 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
10312 <refname>javahelp.encoding</refname>
10313 <refpurpose>Character encoding to use in control files for JavaHelp.</refpurpose>
10317 <programlisting xml:id="javahelp.encoding.frag">
10318 <xsl:param name="javahelp.encoding">iso-8859-1</xsl:param>
10322 <refsection><info><title>Description</title></info>
10324 <para>JavaHelp crashes on some characters when written as character
10325 references. In that case you can use this parameter to select an appropriate encoding.</para>
10334 <reference xml:id="l10n"><title>Localization</title>
10335 <refentry version="5.0" xml:id="l10n.gentext.language">
10337 <refentrytitle>l10n.gentext.language</refentrytitle>
10338 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
10341 <refname>l10n.gentext.language</refname>
10342 <refpurpose>Sets the gentext language</refpurpose>
10346 <programlisting xml:id="l10n.gentext.language.frag">
10347 <xsl:param name="l10n.gentext.language"></xsl:param>
10351 <refsection><info><title>Description</title></info>
10353 <para>If this parameter is set to any value other than the empty string, its
10354 value will be used as the value for the language when generating text. Setting
10355 <parameter>l10n.gentext.language</parameter> overrides any settings within the
10356 document being formatted.</para>
10358 <para>It's much more likely that you might want to set the
10359 <parameter>l10n.gentext.default.language</parameter> parameter.</para>
10364 <refentry version="5.0" xml:id="l10n.gentext.default.language">
10366 <refentrytitle>l10n.gentext.default.language</refentrytitle>
10367 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
10370 <refname>l10n.gentext.default.language</refname>
10371 <refpurpose>Sets the default language for generated text</refpurpose>
10375 <programlisting xml:id="l10n.gentext.default.language.frag">
10376 <xsl:param name="l10n.gentext.default.language">en</xsl:param>
10380 <refsection><info><title>Description</title></info>
10382 <para>The value of the <parameter>l10n.gentext.default.language</parameter>
10383 parameter is used as the language for generated text if no setting is provided
10384 in the source document.</para>
10389 <refentry version="5.0" xml:id="l10n.gentext.use.xref.language">
10391 <refentrytitle>l10n.gentext.use.xref.language</refentrytitle>
10392 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
10395 <refname>l10n.gentext.use.xref.language</refname>
10396 <refpurpose>Use the language of target when generating cross-reference text?</refpurpose>
10400 <programlisting xml:id="l10n.gentext.use.xref.language.frag">
10401 <xsl:param name="l10n.gentext.use.xref.language" select="0"></xsl:param>
10405 <refsection><info><title>Description</title></info>
10407 <para>If non-zero, the language of the target will be used when
10408 generating cross reference text. Usually, the <quote>current</quote>
10409 language is used when generating text (that is, the language of the
10410 element that contains the cross-reference element). But setting this parameter
10411 allows the language of the element <emphasis>pointed to</emphasis> to control
10412 the generated text.</para>
10414 <para>Consider the following example:</para>
10417 <programlisting><para lang="en">See also <xref linkend="chap3"/>.</para>
10421 <para>Suppose that Chapter 3 happens to be written in German.
10422 If <parameter>l10n.gentext.use.xref.language</parameter> is non-zero, the
10423 resulting text will be something like this:</para>
10426 <para>See also Kapital 3.</para>
10429 <para>Where the more traditional rendering would be:</para>
10432 <para>See also Chapter 3.</para>
10438 <refentry version="5.0" xml:id="l10n.lang.value.rfc.compliant">
10440 <refentrytitle>l10n.lang.value.rfc.compliant</refentrytitle>
10441 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
10444 <refname>l10n.lang.value.rfc.compliant</refname>
10445 <refpurpose>Make value of lang attribute RFC compliant?</refpurpose>
10449 <programlisting xml:id="l10n.lang.value.rfc.compliant.frag">
10450 <xsl:param name="l10n.lang.value.rfc.compliant" select="1"></xsl:param>
10454 <refsection><info><title>Description</title></info>
10456 <para>If non-zero, ensure that the values for all <tag class="attribute">lang</tag> attributes in HTML output are RFC
10457 compliant<footnote><para>Section 8.1.1, <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.w3.org/TR/REC-html40/struct/dirlang.html#h-8.1.1">Language Codes</link>, in the HTML 4.0 Recommendation states that:
10459 <blockquote><para>[RFC1766] defines and explains the language codes
10460 that must be used in HTML documents.</para>
10461 <para>Briefly, language codes consist of a primary code and a possibly
10462 empty series of subcodes:
10464 <literallayout class="monospaced">language-code = primary-code ( "-" subcode )*</literallayout>
10466 <para>And in RFC 1766, <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.ietf.org/rfc/rfc1766.txt">Tags for the Identification
10467 of Languages</link>, the EBNF for "language tag" is given as:
10469 <literallayout class="monospaced">Language-Tag = Primary-tag *( "-" Subtag )
10470 Primary-tag = 1*8ALPHA
10471 Subtag = 1*8ALPHA</literallayout>
10474 </para></footnote>.
10476 by taking any underscore characters in any <tag class="attribute">lang</tag> values found in source documents, and
10477 replacing them with hyphen characters in output HTML files. For
10478 example, <literal>zh_CN</literal> in a source document becomes
10479 <literal>zh-CN</literal> in the HTML output form that source.
10482 <para>This parameter does not cause any case change in <tag class="attribute">lang</tag> values, because RFC 1766
10483 explicitly states that all "language tags" (as it calls them) "are
10484 to be treated as case insensitive".</para>
10491 <refentry version="5.0" xml:id="writing.mode">
10493 <refentrytitle>writing.mode</refentrytitle>
10494 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
10497 <refname>writing.mode</refname>
10498 <refpurpose>Direction of text flow based on locale</refpurpose>
10502 <programlisting xml:id="writing.mode.frag">
10503 <xsl:param name="writing.mode">
10504 <xsl:call-template name="gentext">
10505 <xsl:with-param name="key">writing-mode</xsl:with-param>
10506 <xsl:with-param name="lang">
10507 <xsl:call-template name="l10n.language">
10508 <xsl:with-param name="target" select="/*[1]"></xsl:with-param>
10509 </xsl:call-template>
10510 </xsl:with-param>
10511 </xsl:call-template>
10516 <refsection><info><title>Description</title></info>
10518 <para>Sets direction of text flow and text alignment based on locale.
10519 The value is normally taken from the gentext file for the
10520 lang attribute of the document's root element, using the
10521 key name 'writing-mode' to look it up in the gentext file.
10522 But the param can also be
10523 set on the command line to override that gentext value.
10525 <para>Accepted values are:
10530 <para>Left-to-right text flow in each line, lines stack top to bottom.</para>
10536 <para>Right-to-left text flow in each line, lines stack top to bottom.</para>
10542 <para>Top-to-bottom text flow in each vertical line, lines stack right to left.
10543 Supported by only a few XSL-FO processors. Not supported in HTML output.</para>
10549 <para>Shorthand for lr-tb.</para>
10555 <para>Shorthand for rl-tb.</para>
10561 <para>Shorthand for tb-rl.</para>
10571 <appendix xml:id="stylesheet"><title>The Stylesheet</title>
10573 <para>The <filename>param.xsl</filename> stylesheet is just a wrapper
10574 around all these parameters.</para>
10576 <programlisting xml:id="top">
10578 <!-- This file is generated from param.xweb -->
10580 <xsl:stylesheet exclude-result-prefixes="src" version="1.0">
10582 <!-- ********************************************************************
10583 $Id: param.xweb 8552 2009-12-07 17:45:26Z bobstayton $
10584 ********************************************************************
10586 This file is part of the XSL DocBook Stylesheet distribution.
10587 See ../README or http://docbook.sf.net/release/xsl/current/ for
10588 copyright and other information.
10590 ******************************************************************** -->
10592 <src:fragref linkend="abstract.notitle.enabled.frag"></src:fragref>
10593 <src:fragref linkend="admon.graphics.extension.frag"></src:fragref>
10594 <src:fragref linkend="admon.graphics.frag"></src:fragref>
10595 <src:fragref linkend="admon.graphics.path.frag"></src:fragref>
10596 <src:fragref linkend="admon.style.frag"></src:fragref>
10597 <src:fragref linkend="admon.textlabel.frag"></src:fragref>
10598 <src:fragref linkend="annotate.toc.frag"></src:fragref>
10599 <src:fragref linkend="annotation.css.frag"></src:fragref>
10600 <src:fragref linkend="annotation.graphic.close.frag"></src:fragref>
10601 <src:fragref linkend="annotation.graphic.open.frag"></src:fragref>
10602 <src:fragref linkend="annotation.js.frag"></src:fragref>
10603 <src:fragref linkend="annotation.support.frag"></src:fragref>
10604 <src:fragref linkend="appendix.autolabel.frag"></src:fragref>
10605 <src:fragref linkend="author.othername.in.middle.frag"></src:fragref>
10606 <src:fragref linkend="autotoc.label.in.hyperlink.frag"></src:fragref>
10607 <src:fragref linkend="autotoc.label.separator.frag"></src:fragref>
10608 <src:fragref linkend="base.dir.frag"></src:fragref>
10609 <src:fragref linkend="biblioentry.item.separator.frag"></src:fragref>
10610 <src:fragref linkend="bibliography.collection.frag"></src:fragref>
10611 <src:fragref linkend="bibliography.numbered.frag"></src:fragref>
10612 <src:fragref linkend="bibliography.style.frag"></src:fragref>
10613 <src:fragref linkend="blurb.on.titlepage.enabled.frag"></src:fragref>
10614 <src:fragref linkend="bridgehead.in.toc.frag"></src:fragref>
10615 <src:fragref linkend="callout.defaultcolumn.frag"></src:fragref>
10616 <src:fragref linkend="callout.graphics.extension.frag"></src:fragref>
10617 <src:fragref linkend="callout.graphics.frag"></src:fragref>
10618 <src:fragref linkend="callout.graphics.number.limit.frag"></src:fragref>
10619 <src:fragref linkend="callout.graphics.path.frag"></src:fragref>
10620 <src:fragref linkend="callout.list.table.frag"></src:fragref>
10621 <src:fragref linkend="callout.unicode.frag"></src:fragref>
10622 <src:fragref linkend="callout.unicode.number.limit.frag"></src:fragref>
10623 <src:fragref linkend="callout.unicode.start.character.frag"></src:fragref>
10624 <src:fragref linkend="callouts.extension.frag"></src:fragref>
10625 <src:fragref linkend="chapter.autolabel.frag"></src:fragref>
10626 <src:fragref linkend="chunk.append.frag"></src:fragref>
10627 <src:fragref linkend="chunk.first.sections.frag"></src:fragref>
10628 <src:fragref linkend="chunk.quietly.frag"></src:fragref>
10629 <src:fragref linkend="chunk.section.depth.frag"></src:fragref>
10630 <src:fragref linkend="chunk.separate.lots.frag"></src:fragref>
10631 <src:fragref linkend="chunk.toc.frag"></src:fragref>
10632 <src:fragref linkend="chunk.tocs.and.lots.frag"></src:fragref>
10633 <src:fragref linkend="chunk.tocs.and.lots.has.title.frag"></src:fragref>
10634 <src:fragref linkend="citerefentry.link.frag"></src:fragref>
10635 <src:fragref linkend="collect.xref.targets.frag"></src:fragref>
10636 <src:fragref linkend="component.label.includes.part.label.frag"></src:fragref>
10637 <src:fragref linkend="contrib.inline.enabled.frag"></src:fragref>
10638 <src:fragref linkend="css.decoration.frag"></src:fragref>
10639 <src:fragref linkend="current.docid.frag"></src:fragref>
10640 <src:fragref linkend="custom.css.source.frag"></src:fragref>
10641 <src:fragref linkend="default.float.class.frag"></src:fragref>
10642 <src:fragref linkend="default.image.width.frag"></src:fragref>
10643 <src:fragref linkend="default.table.frame.frag"></src:fragref>
10644 <src:fragref linkend="default.table.width.frag"></src:fragref>
10645 <src:fragref linkend="docbook.css.link.frag"></src:fragref>
10646 <src:fragref linkend="docbook.css.source.frag"></src:fragref>
10647 <src:fragref linkend="draft.mode.frag"></src:fragref>
10648 <src:fragref linkend="draft.watermark.image.frag"></src:fragref>
10649 <src:fragref linkend="ebnf.assignment.frag"></src:fragref>
10650 <src:fragref linkend="ebnf.statement.terminator.frag"></src:fragref>
10651 <src:fragref linkend="ebnf.table.bgcolor.frag"></src:fragref>
10652 <src:fragref linkend="ebnf.table.border.frag"></src:fragref>
10653 <src:fragref linkend="eclipse.autolabel.frag"></src:fragref>
10654 <src:fragref linkend="eclipse.plugin.id.frag"></src:fragref>
10655 <src:fragref linkend="eclipse.plugin.name.frag"></src:fragref>
10656 <src:fragref linkend="eclipse.plugin.provider.frag"></src:fragref>
10657 <src:fragref linkend="editedby.enabled.frag"></src:fragref>
10658 <src:fragref linkend="email.delimiters.enabled.frag"></src:fragref>
10659 <src:fragref linkend="emphasis.propagates.style.frag"></src:fragref>
10660 <src:fragref linkend="entry.propagates.style.frag"></src:fragref>
10661 <src:fragref linkend="exsl.node.set.available.frag"></src:fragref>
10662 <src:fragref linkend="firstterm.only.link.frag"></src:fragref>
10663 <src:fragref linkend="footer.rule.frag"></src:fragref>
10664 <src:fragref linkend="footnote.number.format.frag"></src:fragref>
10665 <src:fragref linkend="footnote.number.symbols.frag"></src:fragref>
10666 <src:fragref linkend="formal.procedures.frag"></src:fragref>
10667 <src:fragref linkend="formal.title.placement.frag"></src:fragref>
10668 <src:fragref linkend="funcsynopsis.decoration.frag"></src:fragref>
10669 <src:fragref linkend="funcsynopsis.style.frag"></src:fragref>
10670 <src:fragref linkend="function.parens.frag"></src:fragref>
10671 <src:fragref linkend="generate.css.header.frag"></src:fragref>
10672 <src:fragref linkend="generate.id.attributes.frag"></src:fragref>
10673 <src:fragref linkend="generate.index.frag"></src:fragref>
10674 <src:fragref linkend="generate.legalnotice.link.frag"></src:fragref>
10675 <src:fragref linkend="generate.manifest.frag"></src:fragref>
10676 <src:fragref linkend="generate.meta.abstract.frag"></src:fragref>
10677 <src:fragref linkend="generate.revhistory.link.frag"></src:fragref>
10678 <src:fragref linkend="generate.section.toc.level.frag"></src:fragref>
10679 <src:fragref linkend="generate.toc.frag"></src:fragref>
10680 <src:fragref linkend="glossary.collection.frag"></src:fragref>
10681 <src:fragref linkend="glossary.sort.frag"></src:fragref>
10682 <src:fragref linkend="glossentry.show.acronym.frag"></src:fragref>
10683 <src:fragref linkend="glossterm.auto.link.frag"></src:fragref>
10684 <src:fragref linkend="graphic.default.extension.frag"></src:fragref>
10685 <src:fragref linkend="graphicsize.extension.frag"></src:fragref>
10686 <src:fragref linkend="graphicsize.use.img.src.path.frag"></src:fragref>
10687 <src:fragref linkend="header.rule.frag"></src:fragref>
10688 <src:fragref linkend="highlight.default.language.frag"></src:fragref>
10689 <src:fragref linkend="highlight.source.frag"></src:fragref>
10690 <src:fragref linkend="highlight.xslthl.config.frag"></src:fragref>
10691 <src:fragref linkend="html.append.frag"></src:fragref>
10692 <src:fragref linkend="html.base.frag"></src:fragref>
10693 <src:fragref linkend="html.cellpadding.frag"></src:fragref>
10694 <src:fragref linkend="html.cellspacing.frag"></src:fragref>
10695 <src:fragref linkend="html.cleanup.frag"></src:fragref>
10696 <src:fragref linkend="html.ext.frag"></src:fragref>
10697 <src:fragref linkend="html.extra.head.links.frag"></src:fragref>
10698 <src:fragref linkend="html.head.legalnotice.link.multiple.frag"></src:fragref>
10699 <src:fragref linkend="html.head.legalnotice.link.types.frag"></src:fragref>
10700 <src:fragref linkend="html.longdesc.frag"></src:fragref>
10701 <src:fragref linkend="html.longdesc.link.frag"></src:fragref>
10702 <src:fragref linkend="html.stylesheet.frag"></src:fragref>
10703 <src:fragref linkend="html.stylesheet.type.frag"></src:fragref>
10704 <src:fragref linkend="htmlhelp.alias.file.frag"></src:fragref>
10705 <src:fragref linkend="htmlhelp.autolabel.frag"></src:fragref>
10706 <src:fragref linkend="htmlhelp.button.back.frag"></src:fragref>
10707 <src:fragref linkend="htmlhelp.button.forward.frag"></src:fragref>
10708 <src:fragref linkend="htmlhelp.button.hideshow.frag"></src:fragref>
10709 <src:fragref linkend="htmlhelp.button.home.frag"></src:fragref>
10710 <src:fragref linkend="htmlhelp.button.home.url.frag"></src:fragref>
10711 <src:fragref linkend="htmlhelp.button.jump1.frag"></src:fragref>
10712 <src:fragref linkend="htmlhelp.button.jump1.title.frag"></src:fragref>
10713 <src:fragref linkend="htmlhelp.button.jump1.url.frag"></src:fragref>
10714 <src:fragref linkend="htmlhelp.button.jump2.frag"></src:fragref>
10715 <src:fragref linkend="htmlhelp.button.jump2.title.frag"></src:fragref>
10716 <src:fragref linkend="htmlhelp.button.jump2.url.frag"></src:fragref>
10717 <src:fragref linkend="htmlhelp.button.locate.frag"></src:fragref>
10718 <src:fragref linkend="htmlhelp.button.next.frag"></src:fragref>
10719 <src:fragref linkend="htmlhelp.button.options.frag"></src:fragref>
10720 <src:fragref linkend="htmlhelp.button.prev.frag"></src:fragref>
10721 <src:fragref linkend="htmlhelp.button.print.frag"></src:fragref>
10722 <src:fragref linkend="htmlhelp.button.refresh.frag"></src:fragref>
10723 <src:fragref linkend="htmlhelp.button.stop.frag"></src:fragref>
10724 <src:fragref linkend="htmlhelp.button.zoom.frag"></src:fragref>
10725 <src:fragref linkend="htmlhelp.chm.frag"></src:fragref>
10726 <src:fragref linkend="htmlhelp.default.topic.frag"></src:fragref>
10727 <src:fragref linkend="htmlhelp.display.progress.frag"></src:fragref>
10728 <src:fragref linkend="htmlhelp.encoding.frag"></src:fragref>
10729 <src:fragref linkend="htmlhelp.enhanced.decompilation.frag"></src:fragref>
10730 <src:fragref linkend="htmlhelp.enumerate.images.frag"></src:fragref>
10731 <src:fragref linkend="htmlhelp.force.map.and.alias.frag"></src:fragref>
10732 <src:fragref linkend="htmlhelp.hhc.binary.frag"></src:fragref>
10733 <src:fragref linkend="htmlhelp.hhc.folders.instead.books.frag"></src:fragref>
10734 <src:fragref linkend="htmlhelp.hhc.frag"></src:fragref>
10735 <src:fragref linkend="htmlhelp.hhc.section.depth.frag"></src:fragref>
10736 <src:fragref linkend="htmlhelp.hhc.show.root.frag"></src:fragref>
10737 <src:fragref linkend="htmlhelp.hhc.width.frag"></src:fragref>
10738 <src:fragref linkend="htmlhelp.hhk.frag"></src:fragref>
10739 <src:fragref linkend="htmlhelp.hhp.frag"></src:fragref>
10740 <src:fragref linkend="htmlhelp.hhp.tail.frag"></src:fragref>
10741 <src:fragref linkend="htmlhelp.hhp.window.frag"></src:fragref>
10742 <src:fragref linkend="htmlhelp.hhp.windows.frag"></src:fragref>
10743 <src:fragref linkend="htmlhelp.map.file.frag"></src:fragref>
10744 <src:fragref linkend="htmlhelp.only.frag"></src:fragref>
10745 <src:fragref linkend="htmlhelp.remember.window.position.frag"></src:fragref>
10746 <src:fragref linkend="htmlhelp.show.advanced.search.frag"></src:fragref>
10747 <src:fragref linkend="htmlhelp.show.favorities.frag"></src:fragref>
10748 <src:fragref linkend="htmlhelp.show.menu.frag"></src:fragref>
10749 <src:fragref linkend="htmlhelp.show.toolbar.text.frag"></src:fragref>
10750 <src:fragref linkend="htmlhelp.title.frag"></src:fragref>
10751 <src:fragref linkend="htmlhelp.use.hhk.frag"></src:fragref>
10752 <src:fragref linkend="htmlhelp.window.geometry.frag"></src:fragref>
10753 <src:fragref linkend="id.warnings.frag"></src:fragref>
10754 <src:fragref linkend="ignore.image.scaling.frag"></src:fragref>
10755 <src:fragref linkend="img.src.path.frag"></src:fragref>
10756 <src:fragref linkend="index.links.to.section.frag"></src:fragref>
10757 <src:fragref linkend="index.method.frag"></src:fragref>
10758 <src:fragref linkend="index.number.separator.frag"></src:fragref>
10759 <src:fragref linkend="index.on.role.frag"></src:fragref>
10760 <src:fragref linkend="index.on.type.frag"></src:fragref>
10761 <src:fragref linkend="index.prefer.titleabbrev.frag"></src:fragref>
10762 <src:fragref linkend="index.range.separator.frag"></src:fragref>
10763 <src:fragref linkend="index.term.separator.frag"></src:fragref>
10764 <src:fragref linkend="inherit.keywords.frag"></src:fragref>
10765 <src:fragref linkend="insert.olink.page.number.frag"></src:fragref>
10766 <src:fragref linkend="insert.olink.pdf.frag.frag"></src:fragref>
10767 <src:fragref linkend="insert.xref.page.number.frag"></src:fragref>
10768 <src:fragref linkend="javahelp.encoding.frag"></src:fragref>
10769 <src:fragref linkend="keep.relative.image.uris.frag"></src:fragref>
10770 <src:fragref linkend="l10n.gentext.default.language.frag"></src:fragref>
10771 <src:fragref linkend="l10n.gentext.language.frag"></src:fragref>
10772 <src:fragref linkend="l10n.gentext.use.xref.language.frag"></src:fragref>
10773 <src:fragref linkend="l10n.lang.value.rfc.compliant.frag"></src:fragref>
10774 <src:fragref linkend="label.from.part.frag"></src:fragref>
10775 <src:fragref linkend="linenumbering.everyNth.frag"></src:fragref>
10776 <src:fragref linkend="linenumbering.extension.frag"></src:fragref>
10777 <src:fragref linkend="linenumbering.separator.frag"></src:fragref>
10778 <src:fragref linkend="linenumbering.width.frag"></src:fragref>
10779 <src:fragref linkend="link.mailto.url.frag"></src:fragref>
10780 <src:fragref linkend="make.clean.html.frag"></src:fragref>
10781 <src:fragref linkend="make.graphic.viewport.frag"></src:fragref>
10782 <src:fragref linkend="make.single.year.ranges.frag"></src:fragref>
10783 <src:fragref linkend="make.valid.html.frag"></src:fragref>
10784 <src:fragref linkend="make.year.ranges.frag"></src:fragref>
10785 <src:fragref linkend="manifest.frag"></src:fragref>
10786 <src:fragref linkend="manifest.in.base.dir.frag"></src:fragref>
10787 <src:fragref linkend="manual.toc.frag"></src:fragref>
10788 <src:fragref linkend="menuchoice.menu.separator.frag"></src:fragref>
10789 <src:fragref linkend="menuchoice.separator.frag"></src:fragref>
10790 <src:fragref linkend="navig.graphics.extension.frag"></src:fragref>
10791 <src:fragref linkend="navig.graphics.frag"></src:fragref>
10792 <src:fragref linkend="navig.graphics.path.frag"></src:fragref>
10793 <src:fragref linkend="navig.showtitles.frag"></src:fragref>
10794 <src:fragref linkend="nominal.image.depth.frag"></src:fragref>
10795 <src:fragref linkend="nominal.image.width.frag"></src:fragref>
10796 <src:fragref linkend="nominal.table.width.frag"></src:fragref>
10797 <src:fragref linkend="olink.base.uri.frag"></src:fragref>
10798 <src:fragref linkend="olink.debug.frag"></src:fragref>
10799 <src:fragref linkend="olink.doctitle.frag"></src:fragref>
10800 <src:fragref linkend="olink.fragid.frag"></src:fragref>
10801 <src:fragref linkend="olink.lang.fallback.sequence.frag"></src:fragref>
10802 <src:fragref linkend="olink.outline.ext.frag"></src:fragref>
10803 <src:fragref linkend="olink.properties.frag"></src:fragref>
10804 <src:fragref linkend="olink.pubid.frag"></src:fragref>
10805 <src:fragref linkend="olink.resolver.frag"></src:fragref>
10806 <src:fragref linkend="olink.sysid.frag"></src:fragref>
10807 <src:fragref linkend="othercredit.like.author.enabled.frag"></src:fragref>
10808 <src:fragref linkend="para.propagates.style.frag"></src:fragref>
10809 <src:fragref linkend="part.autolabel.frag"></src:fragref>
10810 <src:fragref linkend="phrase.propagates.style.frag"></src:fragref>
10811 <src:fragref linkend="pixels.per.inch.frag"></src:fragref>
10812 <src:fragref linkend="points.per.em.frag"></src:fragref>
10813 <src:fragref linkend="preface.autolabel.frag"></src:fragref>
10814 <src:fragref linkend="prefer.internal.olink.frag"></src:fragref>
10815 <src:fragref linkend="preferred.mediaobject.role.frag"></src:fragref>
10816 <src:fragref linkend="process.empty.source.toc.frag"></src:fragref>
10817 <src:fragref linkend="process.source.toc.frag"></src:fragref>
10818 <src:fragref linkend="profile.arch.frag"></src:fragref>
10819 <src:fragref linkend="profile.attribute.frag"></src:fragref>
10820 <src:fragref linkend="profile.audience.frag"></src:fragref>
10821 <src:fragref linkend="profile.condition.frag"></src:fragref>
10822 <src:fragref linkend="profile.conformance.frag"></src:fragref>
10823 <src:fragref linkend="profile.lang.frag"></src:fragref>
10824 <src:fragref linkend="profile.os.frag"></src:fragref>
10825 <src:fragref linkend="profile.revision.frag"></src:fragref>
10826 <src:fragref linkend="profile.revisionflag.frag"></src:fragref>
10827 <src:fragref linkend="profile.role.frag"></src:fragref>
10828 <src:fragref linkend="profile.security.frag"></src:fragref>
10829 <src:fragref linkend="profile.separator.frag"></src:fragref>
10830 <src:fragref linkend="profile.status.frag"></src:fragref>
10831 <src:fragref linkend="profile.userlevel.frag"></src:fragref>
10832 <src:fragref linkend="profile.value.frag"></src:fragref>
10833 <src:fragref linkend="profile.vendor.frag"></src:fragref>
10834 <src:fragref linkend="profile.wordsize.frag"></src:fragref>
10835 <src:fragref linkend="punct.honorific.frag"></src:fragref>
10836 <src:fragref linkend="qanda.defaultlabel.frag"></src:fragref>
10837 <src:fragref linkend="qanda.in.toc.frag"></src:fragref>
10838 <src:fragref linkend="qanda.inherit.numeration.frag"></src:fragref>
10839 <src:fragref linkend="qanda.nested.in.toc.frag"></src:fragref>
10840 <src:fragref linkend="qandadiv.autolabel.frag"></src:fragref>
10841 <src:fragref linkend="refclass.suppress.frag"></src:fragref>
10842 <src:fragref linkend="refentry.generate.name.frag"></src:fragref>
10843 <src:fragref linkend="refentry.generate.title.frag"></src:fragref>
10844 <src:fragref linkend="refentry.separator.frag"></src:fragref>
10845 <src:fragref linkend="refentry.xref.manvolnum.frag"></src:fragref>
10846 <src:fragref linkend="reference.autolabel.frag"></src:fragref>
10847 <src:fragref linkend="root.filename.frag"></src:fragref>
10848 <src:fragref linkend="rootid.frag"></src:fragref>
10849 <src:fragref linkend="runinhead.default.title.end.punct.frag"></src:fragref>
10850 <src:fragref linkend="runinhead.title.end.punct.frag"></src:fragref>
10851 <src:fragref linkend="section.autolabel.frag"></src:fragref>
10852 <src:fragref linkend="section.autolabel.max.depth.frag"></src:fragref>
10853 <src:fragref linkend="section.label.includes.component.label.frag"></src:fragref>
10854 <src:fragref linkend="segmentedlist.as.table.frag"></src:fragref>
10855 <src:fragref linkend="shade.verbatim.frag"></src:fragref>
10856 <src:fragref linkend="shade.verbatim.style.frag"></src:fragref>
10857 <src:fragref linkend="show.comments.frag"></src:fragref>
10858 <src:fragref linkend="show.revisionflag.frag"></src:fragref>
10859 <src:fragref linkend="simplesect.in.toc.frag"></src:fragref>
10860 <src:fragref linkend="spacing.paras.frag"></src:fragref>
10861 <src:fragref linkend="suppress.footer.navigation.frag"></src:fragref>
10862 <src:fragref linkend="suppress.header.navigation.frag"></src:fragref>
10863 <src:fragref linkend="suppress.navigation.frag"></src:fragref>
10864 <src:fragref linkend="table.borders.with.css.frag"></src:fragref>
10865 <src:fragref linkend="table.cell.border.color.frag"></src:fragref>
10866 <src:fragref linkend="table.cell.border.style.frag"></src:fragref>
10867 <src:fragref linkend="table.cell.border.thickness.frag"></src:fragref>
10868 <src:fragref linkend="table.footnote.number.format.frag"></src:fragref>
10869 <src:fragref linkend="table.footnote.number.symbols.frag"></src:fragref>
10870 <src:fragref linkend="table.frame.border.color.frag"></src:fragref>
10871 <src:fragref linkend="table.frame.border.style.frag"></src:fragref>
10872 <src:fragref linkend="table.frame.border.thickness.frag"></src:fragref>
10873 <src:fragref linkend="tablecolumns.extension.frag"></src:fragref>
10874 <src:fragref linkend="target.database.document.frag"></src:fragref>
10875 <src:fragref linkend="targets.filename.frag"></src:fragref>
10876 <src:fragref linkend="tex.math.delims.frag"></src:fragref>
10877 <src:fragref linkend="tex.math.file.frag"></src:fragref>
10878 <src:fragref linkend="tex.math.in.alt.frag"></src:fragref>
10879 <src:fragref linkend="textdata.default.encoding.frag"></src:fragref>
10880 <src:fragref linkend="textinsert.extension.frag"></src:fragref>
10881 <src:fragref linkend="toc.list.type.frag"></src:fragref>
10882 <src:fragref linkend="toc.max.depth.frag"></src:fragref>
10883 <src:fragref linkend="toc.section.depth.frag"></src:fragref>
10884 <src:fragref linkend="ulink.target.frag"></src:fragref>
10885 <src:fragref linkend="use.embed.for.svg.frag"></src:fragref>
10886 <src:fragref linkend="use.extensions.frag"></src:fragref>
10887 <src:fragref linkend="use.id.as.filename.frag"></src:fragref>
10888 <src:fragref linkend="use.local.olink.style.frag"></src:fragref>
10889 <src:fragref linkend="use.role.as.xrefstyle.frag"></src:fragref>
10890 <src:fragref linkend="use.role.for.mediaobject.frag"></src:fragref>
10891 <src:fragref linkend="use.svg.frag"></src:fragref>
10892 <src:fragref linkend="variablelist.as.table.frag"></src:fragref>
10893 <src:fragref linkend="variablelist.term.break.after.frag"></src:fragref>
10894 <src:fragref linkend="variablelist.term.separator.frag"></src:fragref>
10895 <src:fragref linkend="writing.mode.frag"></src:fragref>
10896 <src:fragref linkend="xref.label-page.separator.frag"></src:fragref>
10897 <src:fragref linkend="xref.label-title.separator.frag"></src:fragref>
10898 <src:fragref linkend="xref.title-page.separator.frag"></src:fragref>
10899 <src:fragref linkend="xref.with.number.and.title.frag"></src:fragref>
10901 </xsl:stylesheet>