]> granicus.if.org Git - docbook-dsssl/commitdiff
Added new parameters: inherit.keywords, process.source.toc, and process.empty.source...
authorNorman Walsh <ndw@nwalsh.com>
Sun, 15 Apr 2001 21:23:28 +0000 (21:23 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 15 Apr 2001 21:23:28 +0000 (21:23 +0000)
xsl/html/param.xsl

index acaa6f71a807a9b98726ba15d8e2ff84f1a23561..eaea98a277fb33285ad647951a8471e90de4cb52 100644 (file)
@@ -511,7 +511,7 @@ SEE xref.xsl IF YOU NEED TO TURN IT OFF.</para>
 </doc:param>
 
 <!-- ==================================================================== -->
-<xsl:param name="spacing.paras" doc:type='boolean' select="'1'"/>
+<xsl:param name="spacing.paras" doc:type='boolean' select="'0'"/>
 
 <doc:param name="spacing.paras" xmlns="">
 <refpurpose>Insert additional &lt;p&gt; elements for spacing?</refpurpose>
@@ -972,6 +972,28 @@ in the CALS table.
 </refdescription>
 </doc:param>
 
+<!-- ==================================================================== -->
+<xsl:param name="process.source.toc" select='0' doc:type='boolean'/>
+
+<doc:param name="process.source.toc" xmlns="">
+<refpurpose>FIXME:</refpurpose>
+<refdescription>
+<para>FIXME:
+</para>
+</refdescription>
+</doc:param>
+
+<!-- ==================================================================== -->
+<xsl:param name="process.empty.source.toc" select='0' doc:type='boolean'/>
+
+<doc:param name="process.source.toc" xmlns="">
+<refpurpose>FIXME:</refpurpose>
+<refdescription>
+<para>FIXME:
+</para>
+</refdescription>
+</doc:param>
+
 <!-- ==================================================================== -->
 <xsl:param name="generate.index" select='1' doc:type='boolean'/>
 
@@ -1045,4 +1067,19 @@ derived from the ID value.
 </refdescription>
 </doc:param>
 
+<!-- ==================================================================== -->
+<xsl:param name="inherit.keywords" select="'1'" doc:type='boolean'/>
+
+<doc:param name="inherit.keywords" xmlns="">
+<refpurpose>Inherit keywords from ancestor elements?</refpurpose>
+<refdescription>
+<para>If <parameter>inherit.keywords</parameter>
+is non-zero, the keyword <sgmltag>META</sgmltag> for each HTML
+<sgmltag>HEAD</sgmltag> element will include all of the keywords from
+ancestral elements. Otherwise, only the keywords from the current section
+will be used.
+</para>
+</refdescription>
+</doc:param>
+
 </xsl:stylesheet>