How to align table to the bottom of a page in XSL FO
问题 I have a problem with absolute positioning in XSL FO. When creating a document I have to add a table to the bottom of a page. The problem is that the height of the table is not known. The following example shows my effort, but still the table is aligned to the top of the page. <fo:block-container bottom="1cm" left="0" width="100%" height="auto" position="absolute"> <fo:table border="0.5pt solid black" border-collapse="collapse" text-align="left" table-layout="fixed" width="100%" background