1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> 3<article id="footnotes" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude"> 4 <title>Footnotes</title> 5 <section id="footnotes.first"> 6 <title><link linkend="footnotes.first">First Section</link></title> 7 <para> 8 Some<footnote id="footnotes.first.f0"> 9 <para> 10 First footnote 11 </para> 12 </footnote> normal<footnote id="footnotes.first.f1"> 13 <para> 14 Second footnote 15 </para> 16 </footnote> footnotes<footnote id="footnotes.first.f2"> 17 <para> 18 Third footnote 19 </para> 20 </footnote>. 21 </para> 22 </section> 23 <section id="footnotes.second"> 24 <title><link linkend="footnotes.second">Second Section</link></title> 25 <para> 26 Some<footnote id="f1"><para>Boostbook footnote</para></footnote> 27boostbook<footnote><para>Footnote without id</para></footnote> 28footnotes<footnote><para>Another footnote without an id</para></footnote>. 29 </para> 30 </section> 31</article> 32