]> granicus.if.org Git - docbook-dsssl/commitdiff
Causes each LoT (list of titles) to appear in its own html chunk file.
authorBob Stayton <bobs@sagehill.net>
Mon, 19 Apr 2004 01:22:05 +0000 (01:22 +0000)
committerBob Stayton <bobs@sagehill.net>
Mon, 19 Apr 2004 01:22:05 +0000 (01:22 +0000)
xsl/params/chunk.separate.lots.xml [new file with mode: 0644]

diff --git a/xsl/params/chunk.separate.lots.xml b/xsl/params/chunk.separate.lots.xml
new file mode 100644 (file)
index 0000000..1b7177d
--- /dev/null
@@ -0,0 +1,31 @@
+<refentry id="chunk.separate.lots">
+<refmeta>
+<refentrytitle>chunk.separate.lots</refentrytitle>
+<refmiscinfo role="type">boolean</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>chunk.separate.lots</refname>
+<refpurpose>Should each LoT be in its own separate chunk?</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='chunk.separate.lots.frag'>
+<xsl:param name="chunk.separate.lots" select="0"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>If non-zero, each of the ToC and LoTs
+(List of Examples, List of Figures, etc.)
+will be put in its own separate chunk.
+The title page includes generated links to each of the separate files.
+</para>
+<para>
+This feature depends on the
+<literal>chunk.lots.and.tocs</literal>
+parameter also being non-zero. 
+</para>
+
+</refsect1>
+</refentry>