]> granicus.if.org Git - docbook-dsssl/commitdiff
Article appendix titles should be top-level titles
authorNorman Walsh <ndw@nwalsh.com>
Thu, 14 Nov 2002 16:04:05 +0000 (16:04 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 14 Nov 2002 16:04:05 +0000 (16:04 +0000)
xsl/html/component.xsl

index b508650f1b7801de807e6aeb72bf0139611ba27d..06195c5f4bcb65d50a8c7fe49001f2a8befa9ff2 100644 (file)
     <xsl:choose>
       <xsl:when test="parent::article and $ischunk = 0">
         <xsl:call-template name="section.heading">
-          <xsl:with-param name="level" select="2"/>
+          <xsl:with-param name="level" select="1"/>
           <xsl:with-param name="title">
             <xsl:apply-templates select="." mode="object.title.markup"/>
           </xsl:with-param>