Footnote not shown when used under itemizedlist tag. Is this a bug?
I'm using FOP v0.94 and Docbook 1.73.2.
Here is an example of my xml file:
<?xml version="1.0" encoding="UTF-8"?>
<book>
<title>Book</title>
<chapter>
<title>Chapter</title>
<section>
<title>Section</title>
<para>bla bla footnote<footnote>
<para>Simple footnote.</para>
</footnote>
</para>
<itemizedlist>
<listitem>
<para>bla bla bla itemizedlist<footnote>
<para>Footnote under Itemizedlist</para>
</footnote>
</para>
</listitem>
</itemizedlist>
</section>
</chapter>
</book>
____________________________________________________
Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your
favourite sites. Download it now at
http://ca.toolbar.yahoo.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]