1<!DOCTYPE book [
2<!ENTITY % param.ent SYSTEM "param.ent">
3%param.ent;
4]>
5<book xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
6      xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
7<bookinfo>
8<title>HTML Parameter Reference</title>
9<releaseinfo role="meta">
10$Id: param.xweb,v 1.103 2006/05/14 06:22:26 bobstayton Exp $
11</releaseinfo>
12<author>
13  <surname>Walsh</surname>
14  <firstname>Norman</firstname>
15</author>
16<copyright>
17  <year>1999</year>
18  <year>2000</year>
19  <year>2001</year>
20  <holder>Norman Walsh</holder>
21</copyright>
22</bookinfo>
23
24<preface><title>Introduction</title>
25
26<para>This is reference documentation for all user-configurable
27parameters in the DocBook XSL HTML stylesheets (for generating
28HTML output).</para>
29
30<para>This reference describes each of the HTML Stylesheet parameters.
31These are the <quote>easily customizable</quote> parts of the stylesheet.
32If you want to specify an alternate value for one or more of these
33parameters, you can do so in a <quote>driver</quote> stylesheet.</para>
34
35<para>For example, if you want to change the <literal>html.stylesheet</literal>
36to <filename>reference.css</filename>, you might create a driver
37stylesheet like this:</para>
38
39<programlisting><![CDATA[<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
40                version='1.0'>
41
42  <xsl:import href="http://docbook.sourceforge.net/release/xsl/snapshot/html/docbook.xsl"/>
43
44  <xsl:param name="html.stylesheet">reference.css</xsl:param>
45
46</xsl:stylesheet>]]></programlisting>
47
48<para>Naturally, you have to change the
49<sgmltag class='attribute'>href</sgmltag> attribute on
50<literal>&lt;xsl:import&gt;</literal> to point to
51<filename>docbook.xsl</filename> on your system. (Or
52<filename>chunk.xsl</filename>, if you're using chunking.)</para>
53</preface>
54
55<reference id="admons"><title>Admonitions</title>
56&admon.graphics.extension;
57&admon.graphics.path;
58&admon.graphics;
59&admon.textlabel;
60&admon.style;
61</reference>
62
63<reference id="callouts"><title>Callouts</title>
64&callout.defaultcolumn;
65&callout.graphics.extension;
66&callout.graphics.number.limit;
67&callout.graphics.path;
68&callout.graphics;
69&callout.list.table;
70&callout.unicode.number.limit;
71&callout.unicode.start.character;
72&callout.unicode;
73&callouts.extension;
74</reference>
75
76<reference id="ebnf"><title>EBNF</title>
77&ebnf.table.bgcolor;
78&ebnf.table.border;
79&ebnf.assignment;
80&ebnf.statement.terminator;
81</reference>
82
83<reference id="toc_index"><title>ToC/LoT/Index Generation</title>
84&annotate.toc;
85&autotoc.label.separator;
86&autotoc.label.in.hyperlink;
87&process.source.toc;
88&process.empty.source.toc;
89&bridgehead.in.toc;
90&simplesect.in.toc;
91&manual.toc;
92&toc.list.type;
93&toc.section.depth;
94&toc.max.depth;
95&generate.toc;
96&generate.section.toc.level;
97&generate.index;
98&index.method;
99&index.on.type;
100&index.on.role;
101&index.prefer.titleabbrev;
102&index.term.separator;
103&index.number.separator;
104&index.range.separator;
105</reference>
106
107<reference id="dbk_ext"><title>Stylesheet Extensions</title>
108&linenumbering.everyNth;
109&linenumbering.extension;
110&linenumbering.separator;
111&linenumbering.width;
112&tablecolumns.extension;
113&textinsert.extension;
114&textdata.default.encoding;
115&graphicsize.extension;
116&graphicsize.use.img.src.path;
117&use.extensions;
118</reference>
119
120<reference id="labels"><title>Automatic labelling</title>
121&chapter.autolabel;
122&appendix.autolabel;
123&part.autolabel;
124&preface.autolabel;
125&qandadiv.autolabel;
126&section.autolabel;
127&section.autolabel.max.depth;
128&section.label.includes.component.label;
129&label.from.part;
130&component.label.includes.part.label;
131</reference>
132
133<!--
134<reference><title></title>
135</reference>
136-->
137
138<reference id="html"><title>HTML</title>
139&html.base;
140&html.stylesheet.type;
141&html.stylesheet;
142&css.decoration;
143&spacing.paras;
144&emphasis.propagates.style;
145&para.propagates.style;
146&phrase.propagates.style;
147&entry.propagates.style;
148&html.longdesc;
149&html.longdesc.link;
150&make.valid.html;
151&html.cleanup;
152&draft.mode;
153&draft.watermark.image;
154&generate.id.attributes;
155&generate.meta.abstract;
156</reference>
157
158<reference id="xslt"><title>XSLT Processing</title>
159&rootid;
160&suppress.navigation;
161&suppress.header.navigation;
162&suppress.footer.navigation;
163&header.rule;
164&footer.rule;
165&id.warnings;
166</reference>
167
168<reference id="meta"><title>Meta/*Info</title>
169&inherit.keywords;
170&make.single.year.ranges;
171&make.year.ranges;
172&author.othername.in.middle;
173&generate.legalnotice.link;
174&generate.revhistory.link;
175&html.head.legalnotice.link.types;
176&html.head.legalnotice.link.multiple;
177</reference>
178
179<reference id="refentry"><title>Reference Pages</title>
180&funcsynopsis.decoration;
181&funcsynopsis.style;
182&funcsynopsis.tabular.threshold;
183&function.parens;
184&refentry.generate.name;
185&refentry.generate.title;
186&refentry.xref.manvolnum;
187&citerefentry.link;
188&refentry.separator;
189&refclass.suppress;
190</reference>
191
192<reference id="tables"><title>Tables</title>
193&default.table.width;
194&nominal.table.width;
195&table.borders.with.css;
196&table.cell.border.style;
197&table.cell.border.thickness;
198&table.cell.border.color;
199&table.frame.border.style;
200&table.frame.border.thickness;
201&table.frame.border.color;
202&default.table.frame;
203&html.cellspacing;
204&html.cellpadding;
205</reference>
206
207<reference id="qa"><title>QAndASet</title>
208&qanda.defaultlabel;
209&qanda.inherit.numeration;
210</reference>
211
212<reference id="links"><title>Linking</title>
213&target.database.document;
214&targets.filename;
215&olink.base.uri;
216&use.local.olink.style;
217&current.docid;
218&olink.doctitle;
219&olink.debug;
220&olink.properties;
221&olink.lang.fallback.sequence;
222&insert.olink.page.number;
223&insert.olink.pdf.frag;
224&prefer.internal.olink;
225&link.mailto.url;
226&ulink.target;
227&olink.fragid;
228&olink.outline.ext;
229&olink.pubid;
230&olink.sysid;
231&olink.resolver;
232</reference>
233
234<reference id="xrefs"><title>Cross References</title>
235&collect.xref.targets;
236&insert.xref.page.number;
237&use.role.as.xrefstyle;
238&xref.with.number.and.title;
239&xref.label-page.separator;
240&xref.label-title.separator;
241&xref.title-page.separator;
242</reference>
243
244<reference id="lists"><title>Lists</title>
245&segmentedlist.as.table;
246&variablelist.as.table;
247&variablelist.term.separator;
248&variablelist.term.break.after;
249</reference>
250
251<reference id="biblio"><title>Bibliography</title>
252&biblioentry.item.separator;
253&bibliography.collection;
254&bibliography.numbered;
255</reference>
256
257<reference id="glossary"><title>Glossary</title>
258&glossterm.auto.link;
259&firstterm.only.link;
260&glossary.collection;
261&glossentry.show.acronym;
262</reference>
263
264<reference id="misc"><title>Miscellaneous</title>
265&formal.procedures;
266&formal.title.placement;
267&runinhead.default.title.end.punct;
268&runinhead.title.end.punct;
269&show.comments;
270&show.revisionflag;
271&shade.verbatim;
272&shade.verbatim.style;
273&punct.honorific;
274&tex.math.in.alt;
275&tex.math.file;
276&tex.math.delims;
277&pixels.per.inch;
278&points.per.em;
279&use.svg;
280&menuchoice.separator;
281&menuchoice.menu.separator;
282&default.float.class;
283&footnote.number.format;
284&table.footnote.number.format;
285&footnote.number.symbols;
286&table.footnote.number.symbols;
287</reference>
288
289<reference id="annos"><title>Annotations</title>
290&annotation.support;
291&annotation.js;
292&annotation.css;
293&annotation.graphic.open;
294&annotation.graphic.close;
295</reference>
296
297<reference id="graphics"><title>Graphics</title>
298&img.src.path;
299&keep.relative.image.uris;
300&graphic.default.extension;
301&default.image.width;
302&nominal.image.width;
303&nominal.image.depth;
304&use.embed.for.svg;
305&make.graphic.viewport;
306&preferred.mediaobject.role;
307&use.role.for.mediaobject;
308&ignore.image.scaling;
309</reference>
310
311<reference id="chunking"><title>Chunking</title>
312&chunker.output.cdata-section-elements;
313&chunker.output.doctype-public;
314&chunker.output.doctype-system;
315&chunker.output.encoding;
316&chunker.output.indent;
317&chunker.output.media-type;
318&chunker.output.method;
319&chunker.output.omit-xml-declaration;
320&chunker.output.standalone;
321&saxon.character.representation;
322&html.ext;
323&use.id.as.filename;
324&html.extra.head.links;
325&root.filename;
326&base.dir;
327&generate.manifest;
328&manifest;
329&manifest.in.base.dir;
330&chunk.toc;
331&chunk.tocs.and.lots;
332&chunk.separate.lots;
333&chunk.tocs.and.lots.has.title;
334&chunk.section.depth;
335&chunk.first.sections;
336&chunk.quietly;
337&navig.graphics;
338&navig.graphics.extension;
339&navig.graphics.path;
340&navig.showtitles;
341</reference>
342
343<reference id="profiling"><title>Profiling</title>
344<partintro>
345<para>Following parameters can be used for attribute value based
346profiling of your document. For more info about profiling look at
347<ulink
348url="http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html">http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html</ulink>.</para>
349</partintro>
350&profile.arch;
351&profile.condition;
352&profile.conformance;
353&profile.lang;
354&profile.os;
355&profile.revision;
356&profile.revisionflag;
357&profile.role;
358&profile.security;
359&profile.userlevel;
360&profile.vendor;
361&profile.attribute;
362&profile.value;
363&profile.separator;
364</reference>
365
366<reference id="htmlhelp"><title>HTML Help</title>
367&htmlhelp.encoding;
368&htmlhelp.autolabel;
369&htmlhelp.chm;
370&htmlhelp.default.topic;
371&htmlhelp.display.progress;
372&htmlhelp.hhp;
373&htmlhelp.hhc;
374&htmlhelp.hhk;
375&htmlhelp.hhp.tail;
376&htmlhelp.hhp.window;
377&htmlhelp.hhp.windows;
378&htmlhelp.enhanced.decompilation;
379&htmlhelp.enumerate.images;
380&htmlhelp.force.map.and.alias;
381&htmlhelp.map.file;
382&htmlhelp.alias.file;
383&htmlhelp.hhc.section.depth;
384&htmlhelp.hhc.show.root;
385&htmlhelp.hhc.folders.instead.books;
386&htmlhelp.hhc.binary;
387&htmlhelp.hhc.width;
388&htmlhelp.title;
389&htmlhelp.show.menu;
390&htmlhelp.show.toolbar.text;
391&htmlhelp.show.advanced.search;
392&htmlhelp.show.favorities;
393&htmlhelp.button.hideshow;
394&htmlhelp.button.back;
395&htmlhelp.button.forward;
396&htmlhelp.button.stop;
397&htmlhelp.button.refresh;
398&htmlhelp.button.home;
399&htmlhelp.button.home.url;
400&htmlhelp.button.options;
401&htmlhelp.button.print;
402&htmlhelp.button.locate;
403&htmlhelp.button.jump1;
404&htmlhelp.button.jump1.url;
405&htmlhelp.button.jump1.title;
406&htmlhelp.button.jump2;
407&htmlhelp.button.jump2.url;
408&htmlhelp.button.jump2.title;
409&htmlhelp.button.next;
410&htmlhelp.button.prev;
411&htmlhelp.button.zoom;
412&htmlhelp.remember.window.position;
413&htmlhelp.window.geometry;
414&htmlhelp.use.hhk;
415&htmlhelp.only;
416</reference>
417
418<reference id="eclipse_help"><title>Eclipse Help Platform</title>
419&eclipse.autolabel;
420&eclipse.plugin.name;
421&eclipse.plugin.id;
422&eclipse.plugin.provider;
423</reference>
424
425<reference id="l10n"><title>Localization</title>
426&l10n.gentext.language;
427&l10n.gentext.default.language;
428&l10n.gentext.use.xref.language;
429&l10n.lang.value.rfc.compliant;
430</reference>
431
432<appendix><title>The Stylesheet</title>
433
434<para>The <filename>param.xsl</filename> stylesheet is just a wrapper
435around all these parameters.</para>
436
437<src:fragment id="top" mundane-result-prefixes="xsl">
438
439<!-- This file is generated from param.xweb; do not edit this file! -->
440
441<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
442                exclude-result-prefixes="src"
443                version='1.0'>
444
445<!-- ********************************************************************
446     $Id: param.xweb,v 1.103 2006/05/14 06:22:26 bobstayton Exp $
447     ********************************************************************
448
449     This file is part of the XSL DocBook Stylesheet distribution.
450     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
451     and other information.
452
453     ******************************************************************** -->
454
455<src:fragref linkend="admon.graphics.extension.frag"/>
456<src:fragref linkend="admon.graphics.frag"/>
457<src:fragref linkend="admon.graphics.path.frag"/>
458<src:fragref linkend="admon.style.frag"/>
459<src:fragref linkend="admon.textlabel.frag"/>
460<src:fragref linkend="annotate.toc.frag"/>
461<src:fragref linkend="annotation.css.frag"/>
462<src:fragref linkend="annotation.js.frag"/>
463<src:fragref linkend="annotation.graphic.open.frag"/>
464<src:fragref linkend="annotation.graphic.close.frag"/>
465<src:fragref linkend="annotation.support.frag"/>
466<src:fragref linkend="appendix.autolabel.frag"/>
467<src:fragref linkend="author.othername.in.middle.frag"/>
468<src:fragref linkend="autotoc.label.separator.frag"/>
469<src:fragref linkend="autotoc.label.in.hyperlink.frag"/>
470<src:fragref linkend="base.dir.frag"/>
471<src:fragref linkend="biblioentry.item.separator.frag"/>
472<src:fragref linkend="bibliography.collection.frag"/>
473<src:fragref linkend="bibliography.numbered.frag"/>
474<src:fragref linkend="bridgehead.in.toc.frag"/>
475<src:fragref linkend="callout.defaultcolumn.frag"/>
476<src:fragref linkend="callout.graphics.extension.frag"/>
477<src:fragref linkend="callout.graphics.frag"/>
478<src:fragref linkend="callout.graphics.number.limit.frag"/>
479<src:fragref linkend="callout.graphics.path.frag"/>
480<src:fragref linkend="callout.list.table.frag"/>
481<src:fragref linkend="callout.unicode.frag"/>
482<src:fragref linkend="callout.unicode.number.limit.frag"/>
483<src:fragref linkend="callout.unicode.start.character.frag"/>
484<src:fragref linkend="callouts.extension.frag"/>
485<src:fragref linkend="chapter.autolabel.frag"/>
486<src:fragref linkend="chunk.first.sections.frag"/>
487<src:fragref linkend="chunk.quietly.frag"/>
488<src:fragref linkend="chunk.section.depth.frag"/>
489<src:fragref linkend="chunk.toc.frag"/>
490<src:fragref linkend="chunk.tocs.and.lots.frag"/>
491<src:fragref linkend="chunk.tocs.and.lots.has.title.frag"/>
492<src:fragref linkend="chunk.separate.lots.frag"/>
493<src:fragref linkend="citerefentry.link.frag"/>
494<src:fragref linkend="collect.xref.targets.frag"/>
495<src:fragref linkend="component.label.includes.part.label.frag"/>
496<src:fragref linkend="css.decoration.frag"/>
497<src:fragref linkend="current.docid.frag"/>
498<src:fragref linkend="default.float.class.frag"/>
499<src:fragref linkend="default.image.width.frag"/>
500<src:fragref linkend="default.table.width.frag"/>
501<src:fragref linkend="default.table.frame.frag"/>
502<src:fragref linkend="draft.mode.frag"/>
503<src:fragref linkend="draft.watermark.image.frag"/>
504<src:fragref linkend="ebnf.table.bgcolor.frag"/>
505<src:fragref linkend="ebnf.table.border.frag"/>
506<src:fragref linkend="ebnf.assignment.frag"/>
507<src:fragref linkend="ebnf.statement.terminator.frag"/>
508<src:fragref linkend="eclipse.autolabel.frag"/>
509<src:fragref linkend="eclipse.plugin.name.frag"/>
510<src:fragref linkend="eclipse.plugin.id.frag"/>
511<src:fragref linkend="eclipse.plugin.provider.frag"/>
512<src:fragref linkend="emphasis.propagates.style.frag"/>
513<src:fragref linkend="entry.propagates.style.frag"/>
514<src:fragref linkend="firstterm.only.link.frag"/>
515<src:fragref linkend="footer.rule.frag"/>
516<src:fragref linkend="footnote.number.format.frag"/>
517<src:fragref linkend="footnote.number.symbols.frag"/>
518<src:fragref linkend="formal.procedures.frag"/>
519<src:fragref linkend="formal.title.placement.frag"/>
520<src:fragref linkend="funcsynopsis.decoration.frag"/>
521<src:fragref linkend="funcsynopsis.style.frag"/>
522<src:fragref linkend="funcsynopsis.tabular.threshold.frag"/>
523<src:fragref linkend="function.parens.frag"/>
524<src:fragref linkend="generate.id.attributes.frag"/>
525<src:fragref linkend="generate.index.frag"/>
526<src:fragref linkend="generate.legalnotice.link.frag"/>
527<src:fragref linkend="generate.revhistory.link.frag"/>
528<src:fragref linkend="generate.manifest.frag"/>
529<src:fragref linkend="generate.meta.abstract.frag"/>
530<src:fragref linkend="generate.section.toc.level.frag"/>
531<src:fragref linkend="generate.toc.frag"/>
532<src:fragref linkend="glossary.collection.frag"/>
533<src:fragref linkend="glossentry.show.acronym.frag"/>
534<src:fragref linkend="glossterm.auto.link.frag"/>
535<src:fragref linkend="graphic.default.extension.frag"/>
536<src:fragref linkend="graphicsize.extension.frag"/>
537<src:fragref linkend="graphicsize.use.img.src.path.frag"/>
538<src:fragref linkend="header.rule.frag"/>
539<src:fragref linkend="html.base.frag"/>
540<src:fragref linkend="html.cellpadding.frag"/>
541<src:fragref linkend="html.cellspacing.frag"/>
542<src:fragref linkend="html.cleanup.frag"/>
543<src:fragref linkend="html.ext.frag"/>
544<src:fragref linkend="html.extra.head.links.frag"/>
545<src:fragref linkend="html.head.legalnotice.link.types.frag"/>
546<src:fragref linkend="html.head.legalnotice.link.multiple.frag"/>
547<src:fragref linkend="html.longdesc.frag"/>
548<src:fragref linkend="html.longdesc.link.frag"/>
549<src:fragref linkend="html.stylesheet.frag"/>
550<src:fragref linkend="html.stylesheet.type.frag"/>
551<src:fragref linkend="htmlhelp.alias.file.frag"/>
552<src:fragref linkend="htmlhelp.autolabel.frag"/>
553<src:fragref linkend="htmlhelp.button.back.frag"/>
554<src:fragref linkend="htmlhelp.button.forward.frag"/>
555<src:fragref linkend="htmlhelp.button.hideshow.frag"/>
556<src:fragref linkend="htmlhelp.button.home.frag"/>
557<src:fragref linkend="htmlhelp.button.home.url.frag"/>
558<src:fragref linkend="htmlhelp.button.jump1.frag"/>
559<src:fragref linkend="htmlhelp.button.jump1.title.frag"/>
560<src:fragref linkend="htmlhelp.button.jump1.url.frag"/>
561<src:fragref linkend="htmlhelp.button.jump2.frag"/>
562<src:fragref linkend="htmlhelp.button.jump2.title.frag"/>
563<src:fragref linkend="htmlhelp.button.jump2.url.frag"/>
564<src:fragref linkend="htmlhelp.button.locate.frag"/>
565<src:fragref linkend="htmlhelp.button.next.frag"/>
566<src:fragref linkend="htmlhelp.button.options.frag"/>
567<src:fragref linkend="htmlhelp.button.prev.frag"/>
568<src:fragref linkend="htmlhelp.button.print.frag"/>
569<src:fragref linkend="htmlhelp.button.refresh.frag"/>
570<src:fragref linkend="htmlhelp.button.stop.frag"/>
571<src:fragref linkend="htmlhelp.button.zoom.frag"/>
572<src:fragref linkend="htmlhelp.chm.frag"/>
573<src:fragref linkend="htmlhelp.default.topic.frag"/>
574<src:fragref linkend="htmlhelp.display.progress.frag"/>
575<src:fragref linkend="htmlhelp.encoding.frag"/>
576<src:fragref linkend="htmlhelp.enhanced.decompilation.frag"/>
577<src:fragref linkend="htmlhelp.enumerate.images.frag"/>
578<src:fragref linkend="htmlhelp.force.map.and.alias.frag"/>
579<src:fragref linkend="htmlhelp.hhc.binary.frag"/>
580<src:fragref linkend="htmlhelp.hhc.folders.instead.books.frag"/>
581<src:fragref linkend="htmlhelp.hhc.frag"/>
582<src:fragref linkend="htmlhelp.hhc.section.depth.frag"/>
583<src:fragref linkend="htmlhelp.hhc.show.root.frag"/>
584<src:fragref linkend="htmlhelp.hhc.width.frag"/>
585<src:fragref linkend="htmlhelp.hhk.frag"/>
586<src:fragref linkend="htmlhelp.hhp.frag"/>
587<src:fragref linkend="htmlhelp.hhp.tail.frag"/>
588<src:fragref linkend="htmlhelp.hhp.window.frag"/>
589<src:fragref linkend="htmlhelp.hhp.windows.frag"/>
590<src:fragref linkend="htmlhelp.map.file.frag"/>
591<src:fragref linkend="htmlhelp.only.frag"/>
592<src:fragref linkend="htmlhelp.remember.window.position.frag"/>
593<src:fragref linkend="htmlhelp.show.advanced.search.frag"/>
594<src:fragref linkend="htmlhelp.show.favorities.frag"/>
595<src:fragref linkend="htmlhelp.show.menu.frag"/>
596<src:fragref linkend="htmlhelp.show.toolbar.text.frag"/>
597<src:fragref linkend="htmlhelp.title.frag"/>
598<src:fragref linkend="htmlhelp.use.hhk.frag"/>
599<src:fragref linkend="htmlhelp.window.geometry.frag"/>
600<src:fragref linkend="img.src.path.frag"/>
601<src:fragref linkend="id.warnings.frag"/>
602<src:fragref linkend="index.method.frag"/>
603<src:fragref linkend="index.on.role.frag"/>
604<src:fragref linkend="index.on.type.frag"/>
605<src:fragref linkend="index.number.separator.frag"/>
606<src:fragref linkend="index.term.separator.frag"/>
607<src:fragref linkend="index.range.separator.frag"/>
608<src:fragref linkend="index.prefer.titleabbrev.frag"/>
609<src:fragref linkend="ignore.image.scaling.frag"/>
610<src:fragref linkend="inherit.keywords.frag"/>
611<src:fragref linkend="keep.relative.image.uris.frag"/>
612<src:fragref linkend="l10n.gentext.default.language.frag"/>
613<src:fragref linkend="l10n.gentext.language.frag"/>
614<src:fragref linkend="l10n.gentext.use.xref.language.frag"/>
615<src:fragref linkend="l10n.lang.value.rfc.compliant.frag"/>
616<src:fragref linkend="label.from.part.frag"/>
617<src:fragref linkend="linenumbering.everyNth.frag"/>
618<src:fragref linkend="linenumbering.extension.frag"/>
619<src:fragref linkend="linenumbering.separator.frag"/>
620<src:fragref linkend="linenumbering.width.frag"/>
621<src:fragref linkend="link.mailto.url.frag"/>
622<src:fragref linkend="make.graphic.viewport.frag"/>
623<src:fragref linkend="make.single.year.ranges.frag"/>
624<src:fragref linkend="make.valid.html.frag"/>
625<src:fragref linkend="make.year.ranges.frag"/>
626<src:fragref linkend="manifest.frag"/>
627<src:fragref linkend="manifest.in.base.dir.frag"/>
628<src:fragref linkend="manual.toc.frag"/>
629<src:fragref linkend="menuchoice.menu.separator.frag"/>
630<src:fragref linkend="menuchoice.separator.frag"/>
631<src:fragref linkend="navig.graphics.extension.frag"/>
632<src:fragref linkend="navig.graphics.frag"/>
633<src:fragref linkend="navig.graphics.path.frag"/>
634<src:fragref linkend="navig.showtitles.frag"/>
635<src:fragref linkend="nominal.image.depth.frag"/>
636<src:fragref linkend="nominal.image.width.frag"/>
637<src:fragref linkend="nominal.table.width.frag"/>
638<src:fragref linkend="olink.base.uri.frag"/>
639<src:fragref linkend="olink.debug.frag"/>
640<src:fragref linkend="olink.properties.frag"/>
641<src:fragref linkend="insert.olink.page.number.frag"/>
642<src:fragref linkend="insert.olink.pdf.frag.frag"/>
643<src:fragref linkend="prefer.internal.olink.frag"/>
644<src:fragref linkend="olink.lang.fallback.sequence.frag"/>
645<src:fragref linkend="olink.doctitle.frag"/>
646<src:fragref linkend="olink.fragid.frag"/>
647<src:fragref linkend="olink.outline.ext.frag"/>
648<src:fragref linkend="olink.pubid.frag"/>
649<src:fragref linkend="olink.resolver.frag"/>
650<src:fragref linkend="olink.sysid.frag"/>
651<src:fragref linkend="para.propagates.style.frag"/>
652<src:fragref linkend="part.autolabel.frag"/>
653<src:fragref linkend="phrase.propagates.style.frag"/>
654<src:fragref linkend="pixels.per.inch.frag"/>
655<src:fragref linkend="points.per.em.frag"/>
656<src:fragref linkend="preface.autolabel.frag"/>
657<src:fragref linkend="preferred.mediaobject.role.frag"/>
658<src:fragref linkend="process.empty.source.toc.frag"/>
659<src:fragref linkend="process.source.toc.frag"/>
660<src:fragref linkend="profile.arch.frag"/>
661<src:fragref linkend="profile.attribute.frag"/>
662<src:fragref linkend="profile.condition.frag"/>
663<src:fragref linkend="profile.conformance.frag"/>
664<src:fragref linkend="profile.lang.frag"/>
665<src:fragref linkend="profile.os.frag"/>
666<src:fragref linkend="profile.revision.frag"/>
667<src:fragref linkend="profile.revisionflag.frag"/>
668<src:fragref linkend="profile.role.frag"/>
669<src:fragref linkend="profile.security.frag"/>
670<src:fragref linkend="profile.separator.frag"/>
671<src:fragref linkend="profile.userlevel.frag"/>
672<src:fragref linkend="profile.value.frag"/>
673<src:fragref linkend="profile.vendor.frag"/>
674<src:fragref linkend="punct.honorific.frag"/>
675<src:fragref linkend="qanda.defaultlabel.frag"/>
676<src:fragref linkend="qanda.inherit.numeration.frag"/>
677<src:fragref linkend="qandadiv.autolabel.frag"/>
678<src:fragref linkend="refentry.generate.name.frag"/>
679<src:fragref linkend="refentry.generate.title.frag"/>
680<src:fragref linkend="refentry.separator.frag"/>
681<src:fragref linkend="refentry.xref.manvolnum.frag"/>
682<src:fragref linkend="refclass.suppress.frag"/>
683<src:fragref linkend="root.filename.frag"/>
684<src:fragref linkend="rootid.frag"/>
685<src:fragref linkend="runinhead.default.title.end.punct.frag"/>
686<src:fragref linkend="runinhead.title.end.punct.frag"/>
687<src:fragref linkend="section.autolabel.frag"/>
688<src:fragref linkend="section.autolabel.max.depth.frag"/>
689<src:fragref linkend="section.label.includes.component.label.frag"/>
690<src:fragref linkend="segmentedlist.as.table.frag"/>
691<src:fragref linkend="shade.verbatim.frag"/>
692<src:fragref linkend="shade.verbatim.style.frag"/>
693<src:fragref linkend="show.comments.frag"/>
694<src:fragref linkend="show.revisionflag.frag"/>
695<src:fragref linkend="simplesect.in.toc.frag"/>
696<src:fragref linkend="spacing.paras.frag"/>
697<src:fragref linkend="suppress.footer.navigation.frag"/>
698<src:fragref linkend="suppress.header.navigation.frag"/>
699<src:fragref linkend="suppress.navigation.frag"/>
700<src:fragref linkend="table.borders.with.css.frag"/>
701<src:fragref linkend="table.cell.border.color.frag"/>
702<src:fragref linkend="table.cell.border.style.frag"/>
703<src:fragref linkend="table.cell.border.thickness.frag"/>
704<src:fragref linkend="table.footnote.number.format.frag"/>
705<src:fragref linkend="table.footnote.number.symbols.frag"/>
706<src:fragref linkend="table.frame.border.color.frag"/>
707<src:fragref linkend="table.frame.border.style.frag"/>
708<src:fragref linkend="table.frame.border.thickness.frag"/>
709<src:fragref linkend="tablecolumns.extension.frag"/>
710<src:fragref linkend="target.database.document.frag"/>
711<src:fragref linkend="targets.filename.frag"/>
712<src:fragref linkend="textdata.default.encoding.frag"/>
713<src:fragref linkend="tex.math.delims.frag"/>
714<src:fragref linkend="tex.math.file.frag"/>
715<src:fragref linkend="tex.math.in.alt.frag"/>
716<src:fragref linkend="textinsert.extension.frag"/>
717<src:fragref linkend="toc.list.type.frag"/>
718<src:fragref linkend="toc.section.depth.frag"/>
719<src:fragref linkend="toc.max.depth.frag"/>
720<src:fragref linkend="ulink.target.frag"/>
721<src:fragref linkend="use.embed.for.svg.frag"/>
722<src:fragref linkend="use.extensions.frag"/>
723<src:fragref linkend="use.id.as.filename.frag"/>
724<src:fragref linkend="use.local.olink.style.frag"/>
725<src:fragref linkend="use.role.as.xrefstyle.frag"/>
726<src:fragref linkend="use.role.for.mediaobject.frag"/>
727<src:fragref linkend="use.svg.frag"/>
728<src:fragref linkend="variablelist.as.table.frag"/>
729<src:fragref linkend="variablelist.term.separator.frag"/>
730<src:fragref linkend="variablelist.term.break.after.frag"/>
731<src:fragref linkend="xref.with.number.and.title.frag"/>
732<src:fragref linkend="xref.label-title.separator.frag"/>
733<src:fragref linkend="xref.label-page.separator.frag"/>
734<src:fragref linkend="xref.title-page.separator.frag"/>
735<src:fragref linkend="insert.xref.page.number.frag"/>
736
737</xsl:stylesheet>
738</src:fragment>
739
740</appendix>
741
742</book>
743