dbertoni    2002/09/09 12:03:43

  Modified:    c/src/XSLT XalanTemplate.cpp
  Log:
  Removed obsolete stuff.
  
  Revision  Changes    Path
  1.40      +0 -14     xml-xalan/c/src/XSLT/XalanTemplate.cpp
  
  Index: XalanTemplate.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XalanTemplate.cpp,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- XalanTemplate.cpp 30 Aug 2002 21:22:19 -0000      1.39
  +++ XalanTemplate.cpp 9 Sep 2002 19:03:43 -0000       1.40
  @@ -109,16 +109,7 @@
   
   
   
  -#include <XMLSupport/FormatterToHTML.hpp>
  -#include <XMLSupport/FormatterToXML.hpp>
  -#include <XMLSupport/FormatterToDOM.hpp>
  -#include <XMLSupport/FormatterToText.hpp>
  -
  -
  -
  -#include <XPath/FunctionID.hpp>
   #include <XPath/NodeRefList.hpp>
  -#include <XPath/XObjectFactory.hpp>
   #include <XPath/XObjectFactoryDefault.hpp>
   #include <XPath/XPath.hpp>
   #include <XPath/XPathEnvSupportDefault.hpp>
  @@ -127,7 +118,6 @@
   #include <XPath/XPathFactoryBlock.hpp>
   #include <XPath/XPathFactoryDefault.hpp>
   #include <XPath/XPathFunctionTable.hpp>
  -#include <XPath/XPathProcessorImpl.hpp>
   
   
   
  @@ -151,7 +141,6 @@
   #include <XSLT/ElemDecimalFormat.hpp>
   #include <XSLT/ElemForEach.hpp>
   #include <XSLT/ElemLiteralResult.hpp>
  -#include <XSLT/ElemNumber.hpp>
   #include <XSLT/ElemSort.hpp>
   #include <XSLT/ElemTextLiteral.hpp>
   #include <XSLT/ElemUse.hpp>
  @@ -197,14 +186,11 @@
                XPathExpression::TokenQueueType theTokenQueueType;
                set<const XalanNode*,less<const XalanNode*> > theXalanNodeSet;
                XPathExecutionContext::XObjectArgVectorType theVector;
  -             XPathProcessorImpl::NodeTypesMapType theNodeTypesMapType;
                Stylesheet::PatternTableListType        thePatternTableList;
                Stylesheet::PatternTableVectorType thePatternTableVector;
                map<int,int,less<int> > theIntMap;
  -             ElemNumber::DecimalToRomanVectorType theDecimalToRomanVector;
                vector<NamespacesHandler::NamespacesMapType::iterator> 
theNamespacesMapTypeIteratorVector;
                VariablesStack::ParamsVectorType        theParamsVector;
  -             ElemNumber::NumberingResourceBundleMapType 
theNumberingResourceBundleMapType;
                XalanTranscodingServices::MaximumCharacterValueMapType 
theMaximumCharacterValueMapType;
                set<XalanNode*, less<XalanNode*> >      theInstanceSetType;
                XalanTransformer::CompiledStylesheetPtrVectorType       
theCompiledStylesheetVector;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to