source: trunk/Distribution/XSL/params/process.empty.source.toc.xml@ 3

Last change on this file since 3 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.2 KB
Line 
1<refentry id="process.empty.source.toc">
2<refmeta>
3<refentrytitle>process.empty.source.toc</refentrytitle>
4<refmiscinfo role="type">boolean</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>process.empty.source.toc</refname>
8<refpurpose>Generate automated TOC if <sgmltag>toc</sgmltag> element occurs in a source document?</refpurpose>
9</refnamediv>
10
11<refsynopsisdiv>
12<src:fragment id='process.empty.source.toc.frag'><xsl:param name="process.empty.source.toc" select="0"/></src:fragment>
13</refsynopsisdiv>
14
15<refsect1><title>Description</title>
16
17<para>Specifies that if an empty <sgmltag>toc</sgmltag> element is
18found in a source document, an automated TOC is generated.
19<note>
20 <para>Depending on what the value of the
21 <parameter>generate.toc</parameter> parameter is, setting this
22 parameter to <literal>1</literal> could result in generation of
23 duplicate automated TOCs. So the
24 <parameter>process.empty.source.toc</parameter> is primarily useful
25 as an "override": by placing an empty <sgmltag>toc</sgmltag> in your
26 document and setting this parameter to <literal>1</literal>, you can
27 force a TOC to be generated even if <sgmltag>generate.toc</sgmltag>
28 says not to.</para>
29</note>
30</para>
31
32</refsect1>
33</refentry>
Note: See TracBrowser for help on using the repository browser.