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=41376>. 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=41376 ------- Additional Comments From [EMAIL PROTECTED] 2007-01-16 07:42 ------- As well as. I have change the fop.bat to add saxon-8.8.0.jar to use XSLT 2.0 I have notice, that the FOTreeBuilder has changed from 0.91 to 0.92 He cannot be reused since 0.92. (See FOTreeBuilder#startDocument(): public void startDocument() throws SAXException { if (used) { throw new IllegalStateException("FOTreeBuilder (and the Fop class) cannot be reused." + " Please instantiate a new instance."); } used = true; rootFObj = null; // allows FOTreeBuilder to be reused if (log.isDebugEnabled()) { .... ) But it seems, that Saxon calls #startDocument() once again. -- 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.
