]> granicus.if.org Git - docbook-dsssl/commitdiff
Default for id.warnings is not actually for them not to be
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 25 Jul 2007 16:31:02 +0000 (16:31 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 25 Jul 2007 16:31:02 +0000 (16:31 +0000)
emitted.

xsl/params/id.warnings.xml

index 793da536b81e8ce2b7a4056ddb8772ffdab8556b..7b2716fdcf9e993133ed5155bf00a015c1884e47 100644 (file)
 <refname>id.warnings</refname>
 <refpurpose>Should warnings be generated for titled elements without IDs?</refpurpose>
 </refnamediv>
-
 <refsynopsisdiv>
 <src:fragment xml:id="id.warnings.frag">
 <xsl:param name="id.warnings" select="0"/>
 </src:fragment>
 </refsynopsisdiv>
-
 <refsection><info><title>Description</title></info>
-
 <para>If non-zero, the stylesheet will issue a warning for any element
 (other than the root element) which has a <tag>title</tag> but does not have an
-ID. The default is to issue such warnings.</para>
-
+ID.</para>
 </refsection>
 </refentry>