I have a xsl-fo with block-containers that are absolute-positioned. Is there a way to page break when the block contained within the block-container is full (overflow).
No. I understand the specification that the content in absolute positioned FO stays on the page on which the element started. Any overflow will be clipped. See the opening paragraph of: http://www.w3.org/TR/xsl/slice7.html#section-N43268-Keeps-and-Breaks-Properties
J.Pietschmann
