]> granicus.if.org Git - docbook-dsssl/commitdiff
Generate formal titles correctly
authorNorman Walsh <ndw@nwalsh.com>
Wed, 20 Jun 2001 13:02:46 +0000 (13:02 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 20 Jun 2001 13:02:46 +0000 (13:02 +0000)
xsl/html/formal.xsl

index ea331c5d4c21bd37fa4ef17c44a5b00f6cbad2b4..07e3e867a5915ae8cc031eb889f32f3f26c10255 100644 (file)
 
 <xsl:template name="formal.object">
   <div class="{name(.)}">
-    <xsl:call-template name="formal.object.heading">
-       <xsl:with-param name="title">
-         <xsl:apply-templates select="." mode="title.markup"/>
-       </xsl:with-param>
-    </xsl:call-template>
+    <xsl:call-template name="formal.object.heading"/>
     <xsl:apply-templates/>
   </div>
 </xsl:template>