auriemma    01/02/02 15:56:54

  Modified:    c/src/XSLT XSLTEngineImpl.cpp
  Log:
  Set stylesheet root to 0 during reset.
  
  Revision  Changes    Path
  1.85      +1 -0      xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp
  
  Index: XSLTEngineImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -u -r1.84 -r1.85
  --- XSLTEngineImpl.cpp        2001/01/31 01:42:20     1.84
  +++ XSLTEngineImpl.cpp        2001/02/02 23:56:53     1.85
  @@ -218,6 +218,7 @@
        }
   
        m_currentNode = 0;
  +     m_stylesheetRoot = 0;
   
        m_outputContextStack.reset();
   
  
  
  

Reply via email to