[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: 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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]