I've done it previously by including the table in region-before AKA header section of xsl-fo. However, this introduces a problem of needing to dynamically set the margin-top of the region-body because the table's height is not fixed.
Hence, I would need to include it in region-body. I've found questions on this but they are only on how to repeat headers of a table. In my case, I need to repeat the whole table in each page. Is it possible? If so, how do I do that?
EDIT Btw, I'm using FOP with Xalan