From: Michael Smith Date: Tue, 23 Nov 2004 04:52:09 +0000 (+0000) Subject: Ref. doc change; Filled in a couple of FIXMEs X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a46aacd4e294311bab8d83fbbeee954925cd0816;p=docbook-dsssl Ref. doc change; Filled in a couple of FIXMEs --- diff --git a/xsl/params/process.empty.source.toc.xml b/xsl/params/process.empty.source.toc.xml index 917145a98..933d14560 100644 --- a/xsl/params/process.empty.source.toc.xml +++ b/xsl/params/process.empty.source.toc.xml @@ -5,7 +5,7 @@ process.empty.source.toc -FIXME: +Generate automated TOC if toc element occurs in a source document? @@ -14,7 +14,19 @@ Description -FIXME: +Specifies that if an empty toc element is +found in a source document, an automated TOC is generated. + + Depending on what the value of the + generate.toc parameter is, setting this + parameter to 1 could result in generation of + duplicate automated TOCs. So the + process.empty.source.toc is primarily useful + as an "override": by placing an empty toc in your + document and setting this parameter to 1, you can + force a TOC to be generated even if generate.toc + says not to. + diff --git a/xsl/params/process.source.toc.xml b/xsl/params/process.source.toc.xml index 0682eb918..a1d254b4e 100644 --- a/xsl/params/process.source.toc.xml +++ b/xsl/params/process.source.toc.xml @@ -5,7 +5,7 @@ process.source.toc -FIXME: +Process a non-empty toc element if it occurs in a source document? @@ -14,7 +14,20 @@ Description -FIXME: +Specifies that the contents of a non-empty "hard-coded" +toc element in a source document are processed to +generate a TOC in output. + + This parameter has no effect on automated generation of + TOCs. An automated TOC may still be generated along with the + "hard-coded" TOC. To suppress automated TOC generation, adjust the + value of the generate.toc paramameter. + + The process.source.toc parameter also has + no effect if the toc element is empty; handling + for empty toc is controlled by the + process.empty.source.toc parameter. +