Since HTML supports arbitrary XML inside the markup, one of the easiest ways to do
some simple footnotes is to simply use the regular XSL FO
markup
<footnote> <sup>your character here for inside the HTML</sup> <footnote-body> <block> <sup>optional footnote char here for inside print footnote</sup> your inline HTML markup here for footnote formatting in PDF. Only inline styles (b, i, span) are supported in the css provided for footnotes. Of course, you can implement your own. </block> </footnote-body> <footnote>
This is another paragraph with different
footnotes