]> granicus.if.org Git - docbook-dsssl/commitdiff
Suppress footnoterefs in anchor mode
authorhryom <henrik.ryom@gmail.com>
Tue, 17 Oct 2017 13:09:35 +0000 (15:09 +0200)
committerbobstayton <bobs@sagehill.net>
Sat, 9 Jun 2018 16:33:38 +0000 (09:33 -0700)
xsl/common/titles.xsl

index 51b1fb0f7eefd50296ee9726381a5e04256fd06e..3f8bb96a31792999e8dd69d18157e46cd4546da0 100644 (file)
@@ -692,6 +692,10 @@ title of the element. This does not include the label.
   <!-- nop, suppressed -->
 </xsl:template>
 
+<xsl:template match="d:footnoteref" mode="no.anchor.mode">
+  <!-- nop, suppressed -->
+</xsl:template>
+
 <xsl:template match="d:anchor" mode="no.anchor.mode">
   <!-- nop, suppressed -->
 </xsl:template>