You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2003/11/25 01:03:12 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/templates ElemLiteralResult.java

minchau     2003/11/24 16:03:12

  Modified:    java/src/org/apache/xalan/templates ElemLiteralResult.java
  Log:
  PR: bugzilla 24423
  Submitted by:	Brian Minchau
  
  Revision  Changes    Path
  1.40      +3 -5      xml-xalan/java/src/org/apache/xalan/templates/ElemLiteralResult.java
  
  Index: ElemLiteralResult.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/templates/ElemLiteralResult.java,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- ElemLiteralResult.java	23 Oct 2003 18:28:28 -0000	1.39
  +++ ElemLiteralResult.java	25 Nov 2003 00:03:12 -0000	1.40
  @@ -731,7 +731,9 @@
                * successful startElement() call even if 
                * there was an exception in the middle.
                * Otherwise an exception in the middle could cause a system to hang.
  -             */            
  +             */   
  +            if (TransformerImpl.S_DEBUG)
  +                transformer.getTraceManager().fireTraceEndEvent(this);
               rhandler.endElement(getNamespace(), getLocalName(), getRawName());
           }
           catch (SAXException se)
  @@ -763,10 +765,6 @@
           {
               throw new TransformerException(se);
           }
  -
  -        if (TransformerImpl.S_DEBUG)
  -            transformer.getTraceManager().fireTraceEndEvent(this);
  -
       }
   
     /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org