OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Footnote not shown when used under itemizedlist tag.


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.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]