https://issues.apache.org/bugzilla/show_bug.cgi?id=45702
--- Comment #6 from Andreas L. Delmelle <[EMAIL PROTECTED]> 2008-08-30 02:46:00 PST --- Some additional info: using only break-before on the innermost blocks does not seem to disturb the id-resolution either. Notable other issue, though: forced breaks on the first block in the main page sequence (= blocks nested in the inline) do not seem to be processed correctly. The following pattern does lead to correct id-resolution, and seems to lead to the same output: <block id="..." break-after="page"> <block>first page</block> <block break-before="page">continue</block> <block break-before="page">continue</block> </block> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
