Hi all!
I need to produce an invoice-like document using XSL-FO. On the first page of the document, I want to display a simple and short summary table, after which I should display footnotes. If the footnotes could not all be displayed on the first page (which will happen), I want the footnotes to continue displaying on the next pages.
Problem is, on the next pages, there is detailed information about the content of the first page, and I cannot manually break after a specific footnote, because all my content is auto-generated.
Any way to achieve that?
[Edit:] So I found out that I could use footnote elements exactly for footnotes, but I shouldn't use it for stuff that spans across multiple pages.