]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug #1669601.
authorMauritz Jeanson <mj@johanneberg.com>
Wed, 4 Apr 2007 16:58:34 +0000 (16:58 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Wed, 4 Apr 2007 16:58:34 +0000 (16:58 +0000)
xsl/fo/footnote.xsl

index 7ecd41e719c45f8f3cced2653d5e8974a80d82db..0f6baa2985c0f76aa63072d2f5b89899d1339168 100644 (file)
@@ -90,7 +90,7 @@
         <!-- FIXME: list in @from is probably not complete -->
         <xsl:number level="any" 
                     from="chapter|appendix|preface|article|refentry|bibliography" 
-                    count="footnote[not(@label)][not(ancestor::table) and not(ancestor::informaltable)]|ulink[$ulink.footnotes != 0][node()][@url != .][not(ancestor::footnote)]" 
+                    count="footnote[not(@label)][not(ancestor::table) and not(ancestor::informaltable)]|ulink[$ulink.footnotes != 0][node()][@url != .][not(ancestor::footnote)][ulink.show != 0]
                     format="1"/>
       </xsl:variable>
       <xsl:choose>