pbwest 2002/12/01 06:57:30 Modified: src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FOTree.java Log: Cleaner handling of getEndElement(). Revision Changes Path No revision No revision 1.1.2.27 +4 -4 xml-fop/src/org/apache/fop/fo/Attic/FOTree.java Index: FOTree.java =================================================================== RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/Attic/FOTree.java,v retrieving revision 1.1.2.26 retrieving revision 1.1.2.27 diff -u -r1.1.2.26 -r1.1.2.27 --- FOTree.java 22 Nov 2002 02:48:34 -0000 1.1.2.26 +++ FOTree.java 1 Dec 2002 14:57:30 -0000 1.1.2.27 @@ -128,7 +128,7 @@ foRoot.buildFoTree(); System.out.println("Back from buildFoTree"); // Clean up the fo:root event - xmlevents.getEndElement(event); + event = xmlevents.getEndElement(xmlevents.DISCARD_EV, event); // Get the end of document xmlevents.getEndDocument(); } catch (Exception e) {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]