]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed numbering of ulink footnotes in article bibliography
authorJirka Kosek <jirka@kosek.cz>
Mon, 6 Dec 2004 12:06:44 +0000 (12:06 +0000)
committerJirka Kosek <jirka@kosek.cz>
Mon, 6 Dec 2004 12:06:44 +0000 (12:06 +0000)
xsl/fo/xref.xsl

index 4e7c881449e059dc23ba1e5fc447eeab5a0766b9..ea07d182907336016e2b0c1892601e6c570cd8f7 100644 (file)
     <xsl:variable name="fnum">
       <!-- FIXME: list in @from is probably not complete -->
       <xsl:number level="any" 
-                  from="chapter|appendix|preface|article|refentry|bibliography" 
+                  from="chapter|appendix|preface|article|refentry|bibliography[not(parent::article)]
                   count="footnote[not(@label)][not(ancestor::tgroup)]|ulink[node()][@url != .][not(ancestor::footnote)]" 
                   format="1"/>
     </xsl:variable>