DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42067>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42067 ------- Additional Comments From [EMAIL PROTECTED] 2007-05-04 07:08 ------- OK, I've removed the idfirsts attribute from the area tree XML. I found a simpler and better solution than tracking the ID positions on all pages in the PDFRenderer though. Since the AT XML is always parsed in document order, all that's needed is for the AreaTreeParser.Handler to call currentPageViewport.setFirstWithID() whenever a new PROD_ID is encountered. This way PageViewport.isFirstWithID() remains usable no matter whether the source is rendered straight from the XSL-FO or from an XML area tree. Otherwise the effort to determine the correct PV would have to be duplicated in every interested renderer. I'll upload a revised patch against the current source tree. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.