How to position a block at the bottom in the region-body
问题 I'm generating an invoice PDF and i want to have the block with the VAT Summary positioned at the bottom of the region-body I read (almost) all the ibex and the more general xsl-fo documentation and the closest i got was to learn how to absolutely position elements in the page; But that does not suit my needs because i may have many lines with variable size and the absolutely-positioned element may overlap the lines. I am using ibex xsl-fo generator. EDIT: Some sample code The full xsl-fo