source: trunk/Distribution/XSL/params/process.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.source.toc">
2<refmeta>
3<refentrytitle>process.source.toc</refentrytitle>
4<refmiscinfo role="type">boolean</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>process.source.toc</refname>
8<refpurpose>Process a non-empty <sgmltag>toc</sgmltag> element if it occurs in a source document?</refpurpose>
9</refnamediv>
10
11<refsynopsisdiv>
12<src:fragment id='process.source.toc.frag'><xsl:param name="process.source.toc" select="0"/></src:fragment>
13</refsynopsisdiv>
14
15<refsect1><title>Description</title>
16
17<para>Specifies that the contents of a non-empty "hard-coded"
18<sgmltag>toc</sgmltag> element in a source document are processed to
19generate a TOC in output.
20<note>
21 <para>This parameter has no effect on automated generation of
22 TOCs. An automated TOC may still be generated along with the
23 "hard-coded" TOC. To suppress automated TOC generation, adjust the
24 value of the <parameter>generate.toc</parameter> paramameter.</para>
25
26 <para>The <sgmltag>process.source.toc</sgmltag> parameter also has
27 no effect if the <sgmltag>toc</sgmltag> element is empty; handling
28 for empty <sgmltag>toc</sgmltag> is controlled by the
29 <parameter>process.empty.source.toc</parameter> parameter.</para>
30</note>
31</para>
32
33</refsect1>
34</refentry>
Note: See TracBrowser for help on using the repository browser.