dbertoni    01/06/14 12:36:54

  Modified:    c/src/TestXSLT process.cpp
  Log:
  Change for new constructor.
  
  Revision  Changes    Path
  1.65      +3 -3      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.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- process.cpp       2001/06/06 21:57:35     1.64
  +++ process.cpp       2001/06/14 19:36:50     1.65
  @@ -888,8 +888,8 @@
        // the stylesheet is destroyed.
        XPathFactoryBlock       theStylesheetXPathFactory;
   
  -     StylesheetConstructionContextDefault    
theConstructionContext(processor,
  -                     theXSLProcessorSupport,
  +     StylesheetConstructionContextDefault    theConstructionContext(
  +                     processor,
                        theStylesheetXPathFactory);
   
        /*
  @@ -1297,7 +1297,7 @@
                                }
                        }
   #endif
  -                     
  +
                        XMLPlatformUtils::Terminate();
                }
        }
  
  
  

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

Reply via email to