<?xml version="1.0" encoding="UTF-8"?>
<article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
    version="5.2">
    <info>
        <title>Test File 058</title>
        <subtitle>Checks Footnote in CALS table title</subtitle>
        <author>
            <personname><firstname>Frank</firstname><surname>Steimke</surname></personname>
        </author>
    </info>
    <para>See Issue 70. The title of the following CALS table contains a footnote. We expect only
        one footnote in the generated HTML file. </para>
    <para>I admit that this is a very strange use of footnotes. I think  a
            <markup>table/caption</markup> should be used.  But I actually encountered this use of
        footnotes when converting a Markdown document to DocBook.</para>
    <table>
        <title>A very simple<footnote>
                <para>We are not interested in the table itself, but in the placement of this
                    footnote</para>
            </footnote> table</title>
        <tgroup cols="2">
            <tbody>
                <row>
                    <entry><para>A</para></entry>
                    <entry><para>B<footnote>
                                <para>The second and last entry in this table</para>
                            </footnote></para></entry>
                </row>
            </tbody>
        </tgroup>
    </table>
</article>
