← Prev in month ← Prev in thread

ulink.footnotes and itemizedlist

From
Mathieu Malaterre <>
Date
2010-07-05T16:31:10+00:00
ID
Thread
ulink.footnotes and itemizedlist
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
← Prev in month ← Prev in thread