← Prev in month ← Prev in thread

RE: TASKS: [docbook-apps] Re: chunk.toc and footnote

From
Dick Hamilton <>
Date
2007-10-12T00:22:51+00:00
ID
000e01c80c65$fdff3410$6401a8c0@MILES
Thread
RE: TASKS: [docbook-apps] Re: chunk.toc and footnote
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:] On Behalf Of Gennadiy Rozental
> Sent: Wednesday, October 10, 2007 7:07 PM
> To: 
> Subject: [docbook-apps] Re: chunk.toc and footnote
> 
> 
> 
> "Gennadiy Rozental" <> wrote in message 
> feec78$lc1$">news:feec78$lc1$...
> > 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: 
> For additional commands, e-mail: 
> 
> 
> 
> 
>
← Prev in month ← Prev in thread