Gennadiy,

I suspect that this is a known problem that was fixed after about
version 1.70 of the stylesheets.  However, I don't know the exact
history.  Maybe someone else on the list does.

What I found was that when I ran your example with the latest
stylesheets I have (1.73.0), the footnote ended up in the right
place.  But, when I ran it with earlier versions (like 1.70.0),
it failed as you describe.

So, you may want to try the latest version and see if that
solves the problem.

Regards,
Dick Hamilton

> -----Original Message-----
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Gennadiy Rozental
> Sent: Wednesday, October 10, 2007 7:07 PM
> To: docbook-apps@lists.oasis-open.org
> Subject: [docbook-apps] Re: chunk.toc and footnote
> 
> 
> 
> "Gennadiy Rozental" <[EMAIL PROTECTED]> wrote in message 
> news:[EMAIL PROTECTED]
> > Hi,
> >
> > I am having problems with footnotes appearing in wrong chunks.
> 
> 
> Please I really need this reasolved. Am I doinf something completely
> stupid? 
> Is this a wrong forum forr the question?
> 
> Here are the files directly:
> 
> test.xml
> 
> <?xml version="1.0"?>
> <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 
> "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";>
> <chapter id="head">
> 
>  <title>aaaaa</title>
> 
>  <section id="intro">
>   <title>Introduction</title>
> 
>    <para>
>     Text<footnote><simpara>FOOTNOTE</simpara></footnote>.
>    </para>
>  </section>
> </chapter>
> 
> test-toc.xml
> 
> <?xml version="1.0" encoding="utf-8"?>
> 
> <toc role="chunk-toc">
>   <tocentry linkend="head">
>     <?dbhtml filename="index.html"?>
> 
>     <tocentry linkend="intro">
>       <?dbhtml filename="intro.html"?>
>     </tocentry>
> 
>   </tocentry>
> </toc>
> 
> Command:
> 
> xsltproc.exe -stringparam chunk.toc test-toc.xml
> http://docbook.sourceforge.net/release/xsl/current/html/chunktoc.xsl
> test.xml
> 
> Thanks,
> 
> Gennadiy
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: 
> [EMAIL PROTECTED]
> 
> 
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to