proper convention for default values for booleans. Also, added
abstract.notitle.enabled=1 to stylesheet we use for building the
reference docs for the distro (I though it was there and in fact
claimed that it was there, but, well, I guess I was
wrong/drunk/lying...)
<refname>abstract.notitle.enabled</refname>
<refpurpose>Suppress display of abstract titles?</refpurpose>
</refnamediv>
-
<refsynopsisdiv>
-<src:fragment xml:id="abstract.notitle.enabled.frag"><xsl:param name="abstract.notitle.enabled">0</xsl:param></src:fragment>
+ <src:fragment xml:id="abstract.notitle.enabled.frag"><xsl:param name="abstract.notitle.enabled" select="0"/></src:fragment>
</refsynopsisdiv>
-
<refsection><info><title>Description</title></info>
-
<para>If non-zero, in output of the <tag>abstract</tag> element on
titlepages, display of the abstract title is suppressed.</para>
-
</refsection>
</refentry>
<xsl:param name="tcg.base.url">http://www.sagehill.net/docbookxsl/</xsl:param>
<!-- * standard params -->
+<xsl:param name="abstract.notitle.enabled" select="1"/>
<xsl:param name="admon.graphics" select="0"/>
<xsl:param name="admon.textlabel" select="0"></xsl:param>
<xsl:param name="chunk.append"><xsl:text>
</xsl:text></xsl:param>