source: trunk/Distribution/XSL/params/generate.section.toc.level.xml@ 2

Last change on this file since 2 was 2, checked in by jkacer, 18 years ago

Added all DocBook Framework stuff:

  • DocBook DTD
  • Transformation software FOP 0.20.5 and Saxon 6
  • XSL styles
  • Rexx scripts

Also added some WarpIN-related stuff for creation of WarpIN installation packages.
This state corresponds to version 1.0.0 from November 2005, just slightly modified to carry versioning information (Rexx scripts).

File size: 1.0 KB
Line 
1<refentry id="generate.section.toc.level">
2<refmeta>
3<refentrytitle>generate.section.toc.level</refentrytitle>
4<refmiscinfo role="type">integer</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>generate.section.toc.level</refname>
8<refpurpose>Control depth of TOC generation in sections</refpurpose>
9</refnamediv>
10
11<refsynopsisdiv>
12<src:fragment id='generate.section.toc.level.frag'>
13<xsl:param name="generate.section.toc.level" select="0"/>
14</src:fragment>
15</refsynopsisdiv>
16
17<refsect1><title>Description</title>
18
19<para>The <parameter>generate.section.toc.level</parameter> parameter
20controls the depth of section in which TOCs will be generated. Note
21that this is related to, but not the same as
22<parameter>toc.section.depth</parameter>, which controls the depth to
23which TOC entries will be generated in a given TOC.</para>
24<para>If, for example, <parameter>generate.section.toc.level</parameter>
25is <literal>3</literal>, TOCs will be generated in first, second, and third
26level sections, but not in fourth level sections.
27</para>
28
29</refsect1>
30</refentry>
Note: See TracBrowser for help on using the repository browser.