robweir     00/02/15 10:12:12

  Modified:    src/org/apache/xalan/xslt StylesheetHandler.java
  Log:
  Fixed bug where whitespace merging was being thrown off by the intervening 
presence
  of an XML comment or PI
  
  Revision  Changes    Path
  1.19      +1 -1      
xml-xalan/src/org/apache/xalan/xslt/StylesheetHandler.java
  
  Index: StylesheetHandler.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/src/org/apache/xalan/xslt/StylesheetHandler.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- StylesheetHandler.java    2000/02/14 22:33:38     1.18
  +++ StylesheetHandler.java    2000/02/15 18:12:12     1.19
  @@ -1570,7 +1570,7 @@
       }
       // END SANJIVA CODE
       // TODO: Flag error if text inside of stylesheet
  -    m_lastPopped = null;            // Reset this so that it does not affect 
future elements      
  +//    m_lastPopped = null;            // Reset this so that it does not 
affect future elements      
     }
     
     /**
  
  
  

Reply via email to