dbertoni    00/04/20 09:44:28

  Modified:    c/src/TestXSLT process.cpp
  Log:
  Changes for XSLTProcesso API.
  
  Revision  Changes    Path
  1.14      +3 -5      xml-xalan/c/src/TestXSLT/process.cpp
  
  Index: process.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/TestXSLT/process.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- process.cpp       2000/04/18 15:23:44     1.13
  +++ process.cpp       2000/04/20 16:44:28     1.14
  @@ -491,13 +491,11 @@
                        theStylesheetXObjectFactory,
                        theStylesheetXPathFactory);
   
  -     XPathExecutionContextDefault                    
theXPathExecutionContext(theXSLProcessorSupport,
  +     StylesheetExecutionContextDefault               
theExecutionContext(processor,
  +                     theXSLProcessorSupport,
                        theXPathSupport,
                        theXObjectFactory);
   
  -     StylesheetExecutionContextDefault               
theExecutionContext(theXPathExecutionContext,
  -                     processor);
  -
        /*
         * Set specified processor flags
         */
  @@ -559,7 +557,7 @@
                string theInputFileName = params.inFileNames[i];
                string outputFileName;
                XSLTInputSource theInputSource(theInputFileName.c_str());
  -             XalanNode* const        sourceTree = 
processor.getSourceTreeFromInput(&theInputSource);
  +             XalanNode* const        sourceTree = 
processor.getSourceTreeFromInput(theInputSource);
   
        /*
         * If no output file specified, and multiple input files, generate an
  
  
  

Reply via email to