nevermind this is a known issue:
http://rvdb.wordpress.com/2008/03/07/rendering-footnotes-in-tables-and-lists-with-fop/
-> https://issues.apache.org/bugzilla/show_bug.cgi?id=37579
Sorry for the noise
On Mon, Jul 5, 2010 at 6:30 PM, Mathieu Malaterre
<> wrote:
> Hi,
>
> Could someone please tell me what the following is supposed to look
> like in PDF, when settings are:
>
> <xsl:param name="ulink.show" select="1"/>
> <xsl:param name="ulink.footnotes" select="1"/>
>
> Here is the full docbook code:
>
> <?xml version='1.0' encoding='UTF-8'?>
> <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
> "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
> <article>
> <title>ulink / footnotes</title>
> <para>
> <ulink url="http://www.example.com/index.html">see note below</ulink>
> </para>
> <itemizedlist>
> <listitem>
> <para>
> <ulink url="http://www.example.com/index.html">see note below</ulink>
> </para>
> </listitem>
> </itemizedlist>
> <para>
> <ulink url="http://www.example.com/index.html">see note below</ulink>
> </para>
> </article>
>
> See attached pdf for result on my machine (using fop 0.95). I find it
> very strange the the ulink #2 does not appear in the footnote. Do I
> need to activate some kind of option ?
>
> Thanks
> -Mathieu
>
--
Mathieu