]> granicus.if.org Git - docbook-dsssl/commitdiff
Use gentext templates for formal object titles
authorNorman Walsh <ndw@nwalsh.com>
Sun, 15 Apr 2001 21:16:58 +0000 (21:16 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 15 Apr 2001 21:16:58 +0000 (21:16 +0000)
xsl/html/formal.xsl

index a53f159efd206daee266a1f78d2447d7f2807861..ea331c5d4c21bd37fa4ef17c44a5b00f6cbad2b4 100644 (file)
 </xsl:template>
 
 <xsl:template name="formal.object.heading">
-  <xsl:param name="title"></xsl:param>
   <p>
     <a>
       <xsl:attribute name="name">
        <xsl:call-template name="object.id"/>
       </xsl:attribute>
     </a>
-    <b><xsl:copy-of select="$title"/></b>
+    <b><xsl:apply-templates select="." mode="object.title.markup"/></b>
   </p>
 </xsl:template>