]> granicus.if.org Git - docbook-dsssl/commitdiff
Allow anchors in formal object titles
authorNorman Walsh <ndw@nwalsh.com>
Wed, 1 Aug 2001 00:48:18 +0000 (00:48 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 1 Aug 2001 00:48:18 +0000 (00:48 +0000)
xsl/html/formal.xsl

index 07e3e867a5915ae8cc031eb889f32f3f26c10255..1d1a0cb1ef4ad2a30e14fa79780a68554bc89f68 100644 (file)
        <xsl:call-template name="object.id"/>
       </xsl:attribute>
     </a>
-    <b><xsl:apply-templates select="." mode="object.title.markup"/></b>
+    <b>
+      <xsl:apply-templates select="." mode="object.title.markup">
+        <xsl:with-param name="allow-anchors" select="1"/>
+      </xsl:apply-templates>
+    </b>
   </p>
 </xsl:template>