Ralf Steppacher wrote:
<fo:block break-before="page"/>
<fo:block id="...">
(bonus points for describing what mechanisms are broken
by this approach)
I am sorry, but could you elaborate in that? My English is not that good
It may give a different result (apart from the
page-number-citation) than
<fo:block break-before="page" id="...">
...
on some ocasions, in particular if the block has nested
blocks or inlines in the first line which require a
space-before. I'm not sure how often this occurs.
J.Pietschmann