https://issues.apache.org/bugzilla/show_bug.cgi?id=47710
--- Comment #2 from Andreas L. Delmelle <[email protected]> 2009-08-19 11:46:58 PDT --- (In reply to comment #1) > (Note: doing this at the end of the > page-sequence does not help, because marker white-space handling is performed > in between the start- and endPageSequence events) Correction: of course, I actually mean 'between end- and startPageSequence' of two consecutive page-sequences. The endPageSequence event is triggered before the marker's white-space is handled, and currently, that leads to references being carried over. Technically, the cause is that white-space handling does not really 'continue' from the surrounding block, so the normal cleanup of the 'pending' inline is never triggered. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
