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