You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2002/12/01 15:57:30 UTC

cvs commit: xml-fop/src/org/apache/fop/fo FOTree.java

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: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org