OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: [DOCBOOK-XSL] footnote in glossary appears twice in HTMLfooter


Hi,

With the following sample document:

------------------------------------------------------------------------
<?xml version='1.0' encoding='ISO-8859-15'?>

<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  "/usr/local/share/xml/docbook/4.1.2/docbookx.dtd">

<article>
  <glossary>
    <glossentry>
      <glossterm><foreignphrase>This is a term</foreignphrase></glossterm>
      <glossdef>
        <para><footnote><para>This is a footnote.</para></footnote></para>
      </glossdef>
    </glossentry>
  </glossary>
</article>
------------------------------------------------------------------------

I get:

------------------------------------------------------------------------
Table of Contents

Glossary

Glossary

This is a term
   
    [1]
   

------------

[1] This is a footnote.


------------

[1] This is a footnote.
------------------------------------------------------------------------

Notice that the footnote is repeated twice.  Should I file a bug report
on SourceForge?  Same output with 1.50 and 1.51.1.
-- 
Jean-Baptiste Quenot
http://caraldi.com/jbq/


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC