home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _4836844E79F948C0A85FDDC37B77814C < prev    next >
Encoding:
Text File  |  2002-09-04  |  19.6 KB  |  586 lines

  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>FO Parameter Reference</title>
  9. <releaseinfo role="meta">
  10. $Id: param.xweb,v 1.1.2.1 2002/09/04 14:25:32 jdj 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 technical reference documentation for the DocBook XSL
  27. Stylesheets; it documents (some of) the parameters, templates, and
  28. other elements of the stylesheets.</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/current/fo/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.  
  54. <para>This is not intended to be <quote>user</quote> documentation.
  55. It is provided for developers writing customization layers for the
  56. stylesheets, and for anyone who's interested in <quote>how it
  57. works</quote>.</para>
  58.  
  59. <para>Although I am trying to be thorough, this documentation is known
  60. to be incomplete. Don't forget to read the source, too :-)</para>
  61. </preface>
  62.  
  63. <reference><title>Admonitions</title>
  64. &admon.graphics;
  65. &admon.graphics.extension;
  66. &admon.graphics.path;
  67. &admonition.title.properties;
  68. &admonition.properties;
  69. </reference>
  70.  
  71. <reference><title>Callouts</title>
  72. &callout.defaultcolumn;
  73. &callout.graphics;
  74. &callout.graphics.extension;
  75. &callout.graphics.number.limit;
  76. &callout.graphics.path;
  77. &callout.unicode;
  78. &callout.unicode.font;
  79. &callout.unicode.number.limit;
  80. &callout.unicode.start.character;
  81. &callouts.extension;
  82. </reference>
  83.  
  84. <reference><title>ToC/LoT/Index Generation</title>
  85. &autotoc.label.separator;
  86. &process.empty.source.toc;
  87. &process.source.toc;
  88. &generate.toc;
  89. &generate.index;
  90. &make.index.markup;
  91. &toc.section.depth;
  92. &toc.indent.width;
  93. &toc.margin.properties;
  94.  
  95. <!--
  96. annotate.toc;
  97. bridgehead.in.toc;
  98. manual.toc;
  99. generate.section.toc.level;
  100. -->
  101.  
  102. </reference>
  103.  
  104. <reference><title>Processor Extensions</title>
  105. &arbortext.extensions;
  106. &fop.extensions;
  107. &passivetex.extensions;
  108. &tex.math.in.alt;
  109. &tex.math.delims;
  110. &xep.extensions;
  111. </reference>
  112.  
  113. <reference><title>Stylesheet Extensions</title>
  114. &linenumbering.everyNth;
  115. &linenumbering.extension;
  116. &linenumbering.separator;
  117. &linenumbering.width;
  118. &tablecolumns.extension;
  119. &textinsert.extension;
  120. &use.extensions;
  121. </reference>
  122.  
  123. <reference><title>Automatic labelling</title>
  124. &appendix.autolabel;
  125. &chapter.autolabel;
  126. &part.autolabel;
  127. &preface.autolabel;
  128. §ion.autolabel;
  129. §ion.label.includes.component.label;
  130. &label.from.part;
  131. </reference>
  132.  
  133. <reference><title>XSLT Processing</title>
  134. &rootid;
  135. </reference>
  136.  
  137. <reference><title>Meta/*Info</title>
  138. &make.single.year.ranges;
  139. &make.year.ranges;
  140. &author.othername.in.middle;
  141. </reference>
  142.  
  143. <reference><title>Reference Pages</title>
  144. &funcsynopsis.decoration;
  145. &funcsynopsis.style;
  146. &function.parens;
  147. &refentry.generate.name;
  148. &refentry.generate.title;
  149. &refentry.title.properties;
  150. &refentry.xref.manvolnum;
  151. </reference>
  152.  
  153. <reference><title>Tables</title>
  154. &default.table.width;
  155. &nominal.table.width;
  156. &table.border.thickness;
  157. &table.cell.padding;
  158. &table.border.style;
  159. &table.border.color;
  160. </reference>
  161.  
  162. <reference><title>Linking</title>
  163. &target.database.document;
  164. &use.local.olink.style;
  165. ¤t.docid;
  166. &olink.doctitle;
  167. </reference>
  168.  
  169. <reference><title>QAndASet</title>
  170. &qandadiv.autolabel;
  171. &qanda.inherit.numeration;
  172. </reference>
  173.  
  174. <reference><title>Bibliography</title>
  175. &biblioentry.item.separator;
  176. &bibliography.collection;
  177. &bibliography.numbered;
  178. </reference>
  179.  
  180. <reference><title>Glossary</title>
  181. &glossterm.auto.link;
  182. &firstterm.only.link;
  183. &glossary.collection;
  184. &glossterm.separation;
  185. &glossterm.width;
  186. &glossary.as.blocks;
  187. &glosslist.as.blocks;
  188. </reference>
  189.  
  190. <reference><title>Miscellaneous</title>
  191. &graphic.default.extension;
  192. &formal.procedures;
  193. &formal.title.placement;
  194. &runinhead.default.title.end.punct;
  195. &runinhead.title.end.punct;
  196. &show.comments;
  197. &punct.honorific;
  198. &segmentedlist.as.table;
  199. &variablelist.as.blocks;
  200. &blockquote.properties;
  201. &ulink.show;
  202. &ulink.footnotes;
  203. &ulink.hyphenate;
  204. &shade.verbatim;
  205. &shade.verbatim.style;
  206. &use.svg;
  207. &use.role.as.xrefstyle;
  208. &menuchoice.separator;
  209. &menuchoice.menu.separator;
  210. </reference>
  211.  
  212. <reference><title>Pagination and General Styles</title>
  213. <partintro>
  214. <section><title>Understanding XSL FO Margins</title>
  215.  
  216. <para>In order for the parameters in this section to make sense, it is useful to
  217. consider <xref linkend="fig.pagemodel"/>.</para>
  218.  
  219. <figure id="fig.pagemodel">
  220. <mediaobject>
  221. <imageobject>
  222. <imagedata fileref="page.png"/>
  223. </imageobject>
  224. <textobject><phrase>Figure showing page margins</phrase></textobject>
  225. <textobject>
  226. <para>This figure shows the physical page with the various FO page regions
  227. identified.</para>
  228. </textobject>
  229. </mediaobject>
  230. </figure>
  231.  
  232. <para>First, let's consider the regions on the page.</para>
  233.  
  234. <para>The white region is the physical page. Its dimensions are determined by
  235. the <parameter>page.height</parameter> and <parameter>page.width</parameter>
  236. parameters.</para>
  237.  
  238. <para>The yellow region is the region-body. The size and placement of
  239. the region body is constrained by the dimensions labelled in the
  240. figure.</para>
  241.  
  242. <para>The pink region at the top of the page is the region-before. The
  243. darker area inside the region-before is the header text. In XSL, the default
  244. display alignment for the region-before is <literal>before</literal>, but
  245. the DocBook stylesheets explicitly make it <literal>after</literal>. That's
  246. why the darker area is at the bottom.</para>
  247.  
  248. <para>The pink region at the bottom of the page is the region-after.
  249. The darker area is the footer text. In XSL, the default display
  250. alignment for the region-after is <literal>before</literal> (really!),
  251. but the DocBook stylesheets explicitly make it
  252. <literal>after</literal>. That's why the darker area is at the bottom.</para>
  253.  
  254. <para>The dimensions in the figure are:</para>
  255.  
  256. <orderedlist numeration="upperalpha">
  257. <listitem><para>The page-master margin-top.
  258. </para></listitem>
  259. <listitem><para>The region-before extent.
  260. </para></listitem>
  261. <listitem><para>The region-body margin-top.
  262. </para></listitem>
  263. <listitem><para>The region-after extent.
  264. </para></listitem>
  265. <listitem><para>The page-master margin-bottom.
  266. </para></listitem>
  267. <listitem><para>The region-body margin-bottom.
  268. </para></listitem>
  269. <listitem><para>The sum of the page-master margin-left and the
  270. region-body margin-left. In DocBook, the region-body margin-left is
  271. zero by default, so this is simply the page-master region-left.
  272. </para></listitem>
  273. <listitem><para>The sum of the page-master margin-right and the
  274. region-body margin-right. In DocBook, the region-body margin-right is
  275. zero by default, so this is simply the page-master region-left.
  276. </para></listitem>
  277. </orderedlist>
  278.  
  279. </section>
  280. </partintro>
  281.  
  282. &page.height;
  283. &page.height.portrait;
  284. &page.margin.bottom;
  285. &page.margin.inner;
  286. &page.margin.outer;
  287. &page.margin.top;
  288. &page.orientation;
  289. &page.width;
  290. &page.width.portrait;
  291. &paper.type;
  292. &double.sided;
  293. &body.margin.bottom;
  294. &body.margin.top;
  295. &alignment;
  296. &hyphenate;
  297. &line-height;
  298. &column.count.back;
  299. &column.count.body;
  300. &column.count.front;
  301. &column.count.index;
  302. &column.count.lot;
  303. &column.count.titlepage;
  304. ®ion.after.extent;
  305. ®ion.before.extent;
  306. &default.units;
  307. &normal.para.spacing;
  308. &body.font.master;
  309. &body.font.size;
  310. &footnote.font.size;
  311. &title.margin.left;
  312. &draft.mode;
  313. &draft.watermark.image;
  314. &headers.on.blank.pages;
  315. &footers.on.blank.pages;
  316. &header.rule;
  317. &footer.rule;
  318. </reference>
  319.  
  320. <reference><title>Font Families</title>
  321. &body.font.family;
  322. &dingbat.font.family;
  323. &monospace.font.family;
  324. &sans.font.family;
  325. &title.font.family;
  326. </reference>
  327.  
  328. <reference><title>Lists</title>
  329. &list.block.spacing;
  330. &list.item.spacing;
  331. &compact.list.item.spacing;
  332. </reference>
  333.  
  334. <reference><title>Cross References</title>
  335. &insert.xref.page.number;
  336. &xref.properties;
  337. </reference>
  338.  
  339. <reference><title>Property Sets</title>
  340. &component.title.properties;
  341. &formal.object.properties;
  342. &formal.title.properties;
  343. &informal.object.properties;
  344. &monospace.properties;
  345. &verbatim.properties;
  346. &monospace.verbatim.properties;
  347. &sidebar.properties;
  348. §ion.title.properties;
  349. §ion.title.level1.properties;
  350. §ion.title.level2.properties;
  351. §ion.title.level3.properties;
  352. §ion.title.level4.properties;
  353. §ion.title.level5.properties;
  354. §ion.title.level6.properties;
  355. </reference>
  356.  
  357. <reference><title>Profiling</title>
  358. <partintro>
  359. <para>Following parameters can be used for attribute value based
  360. profiling of your document. For more info about profiling look at
  361. <ulink
  362. url="http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html">http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html</ulink>.</para>
  363. </partintro>
  364. &profile.arch;
  365. &profile.condition;
  366. &profile.conformance;
  367. &profile.lang;
  368. &profile.os;
  369. &profile.revision;
  370. &profile.revisionflag;
  371. &profile.role;
  372. &profile.security;
  373. &profile.userlevel;
  374. &profile.vendor;
  375. &profile.attribute;
  376. &profile.value;
  377. &profile.separator;
  378. </reference>
  379.  
  380. <!--
  381. <reference><title></title>
  382. </reference>
  383. -->
  384.  
  385. <appendix><title>The Stylesheet</title>
  386.  
  387. <para>The <filename>param.xsl</filename> stylesheet is just a wrapper
  388. around all these parameters.</para>
  389.  
  390. <src:fragment id="top" mundane-result-prefixes="xsl">
  391. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  392.                 exclude-result-prefixes="src"
  393.                 version='1.0'>
  394.  
  395. <!-- This file is generated from param.xweb; do not edit this file! -->
  396.  
  397. <!-- ********************************************************************
  398.      $Id: param.xweb,v 1.1.2.1 2002/09/04 14:25:32 jdj Exp $
  399.      ********************************************************************
  400.  
  401.      This file is part of the XSL DocBook Stylesheet distribution.
  402.      See ../README or http://nwalsh.com/docbook/xsl/ for copyright
  403.      and other information.
  404.  
  405.      ******************************************************************** -->
  406.  
  407. <src:fragref linkend="admon.graphics.extension.frag"/>
  408. <src:fragref linkend="admon.graphics.frag"/>
  409. <src:fragref linkend="admon.graphics.path.frag"/>
  410. <src:fragref linkend="admonition.properties.frag"/>
  411. <src:fragref linkend="admonition.title.properties.frag"/>
  412. <src:fragref linkend="alignment.frag"/>
  413. <src:fragref linkend="appendix.autolabel.frag"/>
  414. <src:fragref linkend="arbortext.extensions.frag"/>
  415. <src:fragref linkend="author.othername.in.middle.frag"/>
  416. <src:fragref linkend="autotoc.label.separator.frag"/>
  417. <src:fragref linkend="biblioentry.item.separator.frag"/>
  418. <src:fragref linkend="bibliography.collection.frag"/>
  419. <src:fragref linkend="bibliography.numbered.frag"/>
  420. <src:fragref linkend="blockquote.properties.frag"/>
  421. <src:fragref linkend="body.font.family.frag"/>
  422. <src:fragref linkend="body.font.master.frag"/>
  423. <src:fragref linkend="body.font.size.frag"/>
  424. <src:fragref linkend="body.margin.bottom.frag"/>
  425. <src:fragref linkend="body.margin.top.frag"/>
  426. <src:fragref linkend="callout.defaultcolumn.frag"/>
  427. <src:fragref linkend="callout.graphics.extension.frag"/>
  428. <src:fragref linkend="callout.graphics.frag"/>
  429. <src:fragref linkend="callout.graphics.number.limit.frag"/>
  430. <src:fragref linkend="callout.graphics.path.frag"/>
  431. <src:fragref linkend="callout.unicode.font.frag"/>
  432. <src:fragref linkend="callout.unicode.frag"/>
  433. <src:fragref linkend="callout.unicode.number.limit.frag"/>
  434. <src:fragref linkend="callout.unicode.start.character.frag"/>
  435. <src:fragref linkend="callouts.extension.frag"/>
  436. <src:fragref linkend="chapter.autolabel.frag"/>
  437. <src:fragref linkend="column.count.back.frag"/>
  438. <src:fragref linkend="column.count.body.frag"/>
  439. <src:fragref linkend="column.count.front.frag"/>
  440. <src:fragref linkend="column.count.index.frag"/>
  441. <src:fragref linkend="column.count.lot.frag"/>
  442. <src:fragref linkend="column.count.titlepage.frag"/>
  443. <src:fragref linkend="compact.list.item.spacing.frag"/>
  444. <src:fragref linkend="component.title.properties.frag"/>
  445. <src:fragref linkend="current.docid.frag"/>
  446. <src:fragref linkend="default.table.width.frag"/>
  447. <src:fragref linkend="default.units.frag"/>
  448. <src:fragref linkend="dingbat.font.family.frag"/>
  449. <src:fragref linkend="double.sided.frag"/>
  450. <src:fragref linkend="draft.mode.frag"/>
  451. <src:fragref linkend="draft.watermark.image.frag"/>
  452. <src:fragref linkend="firstterm.only.link.frag"/>
  453. <src:fragref linkend="footer.rule.frag"/>
  454. <src:fragref linkend="footers.on.blank.pages.frag"/>
  455. <src:fragref linkend="footnote.font.size.frag"/>
  456. <src:fragref linkend="fop.extensions.frag"/>
  457. <src:fragref linkend="formal.object.properties.frag"/>
  458. <src:fragref linkend="formal.procedures.frag"/>
  459. <src:fragref linkend="formal.title.placement.frag"/>
  460. <src:fragref linkend="formal.title.properties.frag"/>
  461. <src:fragref linkend="funcsynopsis.decoration.frag"/>
  462. <src:fragref linkend="funcsynopsis.style.frag"/>
  463. <src:fragref linkend="function.parens.frag"/>
  464. <src:fragref linkend="generate.index.frag"/>
  465. <src:fragref linkend="generate.toc.frag"/>
  466. <src:fragref linkend="glossary.as.blocks.frag"/>
  467. <src:fragref linkend="glossary.collection.frag"/>
  468. <src:fragref linkend="glosslist.as.blocks.frag"/>
  469. <src:fragref linkend="glossterm.auto.link.frag"/>
  470. <src:fragref linkend="glossterm.separation.frag"/>
  471. <src:fragref linkend="glossterm.width.frag"/>
  472. <src:fragref linkend="graphic.default.extension.frag"/>
  473. <src:fragref linkend="header.rule.frag"/>
  474. <src:fragref linkend="headers.on.blank.pages.frag"/>
  475. <src:fragref linkend="hyphenate.frag"/>
  476. <src:fragref linkend="informal.object.properties.frag"/>
  477. <src:fragref linkend="insert.xref.page.number.frag"/>
  478. <src:fragref linkend="label.from.part.frag"/>
  479. <src:fragref linkend="line-height.frag"/>
  480. <src:fragref linkend="linenumbering.everyNth.frag"/>
  481. <src:fragref linkend="linenumbering.extension.frag"/>
  482. <src:fragref linkend="linenumbering.separator.frag"/>
  483. <src:fragref linkend="linenumbering.width.frag"/>
  484. <src:fragref linkend="list.block.spacing.frag"/>
  485. <src:fragref linkend="list.item.spacing.frag"/>
  486. <src:fragref linkend="make.index.markup.frag"/>
  487. <src:fragref linkend="make.single.year.ranges.frag"/>
  488. <src:fragref linkend="make.year.ranges.frag"/>
  489. <src:fragref linkend="menuchoice.menu.separator.frag"/>
  490. <src:fragref linkend="menuchoice.separator.frag"/>
  491. <src:fragref linkend="monospace.font.family.frag"/>
  492. <src:fragref linkend="monospace.properties.frag"/>
  493. <src:fragref linkend="monospace.verbatim.properties.frag"/>
  494. <src:fragref linkend="nominal.table.width.frag"/>
  495. <src:fragref linkend="normal.para.spacing.frag"/>
  496. <src:fragref linkend="olink.doctitle.frag"/>
  497. <src:fragref linkend="page.height.frag"/>
  498. <src:fragref linkend="page.height.portrait.frag"/>
  499. <src:fragref linkend="page.margin.bottom.frag"/>
  500. <src:fragref linkend="page.margin.inner.frag"/>
  501. <src:fragref linkend="page.margin.outer.frag"/>
  502. <src:fragref linkend="page.margin.top.frag"/>
  503. <src:fragref linkend="page.orientation.frag"/>
  504. <src:fragref linkend="page.width.frag"/>
  505. <src:fragref linkend="page.width.portrait.frag"/>
  506. <src:fragref linkend="paper.type.frag"/>
  507. <src:fragref linkend="part.autolabel.frag"/>
  508. <src:fragref linkend="passivetex.extensions.frag"/>
  509. <src:fragref linkend="preface.autolabel.frag"/>
  510. <src:fragref linkend="process.empty.source.toc.frag"/>
  511. <src:fragref linkend="process.source.toc.frag"/>
  512. <src:fragref linkend="profile.arch.frag"/>
  513. <src:fragref linkend="profile.attribute.frag"/>
  514. <src:fragref linkend="profile.condition.frag"/>
  515. <src:fragref linkend="profile.conformance.frag"/>
  516. <src:fragref linkend="profile.lang.frag"/>
  517. <src:fragref linkend="profile.os.frag"/>
  518. <src:fragref linkend="profile.revision.frag"/>
  519. <src:fragref linkend="profile.revisionflag.frag"/>
  520. <src:fragref linkend="profile.role.frag"/>
  521. <src:fragref linkend="profile.security.frag"/>
  522. <src:fragref linkend="profile.separator.frag"/>
  523. <src:fragref linkend="profile.userlevel.frag"/>
  524. <src:fragref linkend="profile.value.frag"/>
  525. <src:fragref linkend="profile.vendor.frag"/>
  526. <src:fragref linkend="punct.honorific.frag"/>
  527. <src:fragref linkend="qanda.inherit.numeration.frag"/>
  528. <src:fragref linkend="qandadiv.autolabel.frag"/>
  529. <src:fragref linkend="refentry.generate.name.frag"/>
  530. <src:fragref linkend="refentry.generate.title.frag"/>
  531. <src:fragref linkend="refentry.title.properties.frag"/>
  532. <src:fragref linkend="refentry.xref.manvolnum.frag"/>
  533. <src:fragref linkend="region.after.extent.frag"/>
  534. <src:fragref linkend="region.before.extent.frag"/>
  535. <src:fragref linkend="rootid.frag"/>
  536. <src:fragref linkend="runinhead.default.title.end.punct.frag"/>
  537. <src:fragref linkend="runinhead.title.end.punct.frag"/>
  538. <src:fragref linkend="sans.font.family.frag"/>
  539. <src:fragref linkend="section.autolabel.frag"/>
  540. <src:fragref linkend="section.label.includes.component.label.frag"/>
  541. <src:fragref linkend="section.title.level1.properties.frag"/>
  542. <src:fragref linkend="section.title.level2.properties.frag"/>
  543. <src:fragref linkend="section.title.level3.properties.frag"/>
  544. <src:fragref linkend="section.title.level4.properties.frag"/>
  545. <src:fragref linkend="section.title.level5.properties.frag"/>
  546. <src:fragref linkend="section.title.level6.properties.frag"/>
  547. <src:fragref linkend="section.title.properties.frag"/>
  548. <src:fragref linkend="segmentedlist.as.table.frag"/>
  549. <src:fragref linkend="shade.verbatim.frag"/>
  550. <src:fragref linkend="shade.verbatim.style.frag"/>
  551. <src:fragref linkend="show.comments.frag"/>
  552. <src:fragref linkend="sidebar.properties.frag"/>
  553. <src:fragref linkend="table.border.color.frag"/>
  554. <src:fragref linkend="table.border.style.frag"/>
  555. <src:fragref linkend="table.border.thickness.frag"/>
  556. <src:fragref linkend="table.cell.padding.frag"/>
  557. <src:fragref linkend="tablecolumns.extension.frag"/>
  558. <src:fragref linkend="target.database.document.frag"/>
  559. <src:fragref linkend="tex.math.delims.frag"/>
  560. <src:fragref linkend="tex.math.in.alt.frag"/>
  561. <src:fragref linkend="textinsert.extension.frag"/>
  562. <src:fragref linkend="title.font.family.frag"/>
  563. <src:fragref linkend="title.margin.left.frag"/>
  564. <src:fragref linkend="toc.indent.width.frag"/>
  565. <src:fragref linkend="toc.margin.properties.frag"/>
  566. <src:fragref linkend="toc.section.depth.frag"/>
  567. <src:fragref linkend="ulink.footnotes.frag"/>
  568. <src:fragref linkend="ulink.hyphenate.frag"/>
  569. <src:fragref linkend="ulink.show.frag"/>
  570. <src:fragref linkend="use.extensions.frag"/>
  571. <src:fragref linkend="use.local.olink.style.frag"/>
  572. <src:fragref linkend="use.role.as.xrefstyle.frag"/>
  573. <src:fragref linkend="use.svg.frag"/>
  574. <src:fragref linkend="variablelist.as.blocks.frag"/>
  575. <src:fragref linkend="verbatim.properties.frag"/>
  576. <src:fragref linkend="xep.extensions.frag"/>
  577. <src:fragref linkend="xref.properties.frag"/>
  578.  
  579.  
  580. </xsl:stylesheet>
  581. </src:fragment>
  582.  
  583. </appendix>
  584.  
  585. </book>
  586.