]> granicus.if.org Git - docbook-dsssl/commitdiff
Set template param allow-anchors="1" in division title to support footnotes in title.
authorBob Stayton <bobs@sagehill.net>
Fri, 26 Aug 2011 16:42:10 +0000 (16:42 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 26 Aug 2011 16:42:10 +0000 (16:42 +0000)
xsl/fo/division.xsl

index 88002c60bf0b98548400618ed2c341ef40bec865..334b4f3195b7645400f67db03486797a18671419 100644 (file)
@@ -24,7 +24,9 @@
     </xsl:call-template>
   </xsl:variable>
   <xsl:variable name="title">
-    <xsl:apply-templates select="$node" mode="object.title.markup"/>
+    <xsl:apply-templates select="$node" mode="object.title.markup">
+      <xsl:with-param name="allow-anchors" select="1"/>
+    </xsl:apply-templates>
   </xsl:variable>
 
   <xsl:if test="$passivetex.extensions != 0">