]> granicus.if.org Git - docbook-dsssl/commitdiff
Minor clean-up of abstract.notitle.enabled.xml to make it follow
authorMichael Smith <xmldoc@users.sourceforge.net>
Tue, 24 Jul 2007 06:56:52 +0000 (06:56 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Tue, 24 Jul 2007 06:56:52 +0000 (06:56 +0000)
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...)

xsl/params/abstract.notitle.enabled.xml
xsl/tools/xsl/build/reference.xsl

index a0d7af5d5eabd6b26199c78aac2207c1e5644f68..d932d4e871e1fb2677e54a08316339bf018d1402 100644 (file)
 <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>
index e0bfc5dcec60d37637ca72bc0ab4b562a3db2374..1d3124420526d414e3c91cbe4bd6ee1378e4205b 100644 (file)
@@ -27,6 +27,7 @@
 <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>&#x0a;</xsl:text></xsl:param>