You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/09/14 22:48:31 UTC

cvs commit: xml-xalan/c/src/XSLT XSLTInit.cpp

dbertoni    01/09/14 13:48:31

  Modified:    c/src/XSLT XSLTInit.cpp
  Log:
  New initialization.
  
  Revision  Changes    Path
  1.5       +5 -0      xml-xalan/c/src/XSLT/XSLTInit.cpp
  
  Index: XSLTInit.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTInit.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XSLTInit.cpp	2001/06/14 19:29:23	1.4
  +++ XSLTInit.cpp	2001/09/14 20:48:31	1.5
  @@ -63,6 +63,7 @@
   #include "ElemNumber.hpp"
   #include "FunctionFormatNumber.hpp"
   #include "NamespacesHandler.hpp"
  +#include "StylesheetHandler.hpp"
   #include "XSLTEngineImpl.hpp"
   
   
  @@ -112,6 +113,8 @@
   	NamespacesHandler::initialize();
   
   	XSLTEngineImpl::initialize();
  +
  +	StylesheetHandler::initialize();
   }
   
   
  @@ -119,6 +122,8 @@
   void
   XSLTInit::terminate()
   {
  +	StylesheetHandler::terminate();
  +
   	XSLTEngineImpl::terminate();
   
   	NamespacesHandler::terminate();
  
  
  

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