dbertoni    00/09/27 09:38:44

  Modified:    c/src/TestXPath TestXPath.cpp
  Log:
  Output transcoding support.
  
  Revision  Changes    Path
  1.20      +6 -6      xml-xalan/c/src/TestXPath/TestXPath.cpp
  
  Index: TestXPath.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/TestXPath/TestXPath.cpp,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- TestXPath.cpp     2000/09/05 02:24:47     1.19
  +++ TestXPath.cpp     2000/09/27 16:38:41     1.20
  @@ -88,6 +88,8 @@
   #include <PlatformSupport/DirectoryEnumerator.hpp>
   #include <PlatformSupport/DOMStringHelper.hpp>
   #include <PlatformSupport/XalanUnicode.hpp>
  +#include <PlatformSupport/XalanOutputStreamPrintWriter.hpp>
  +#include <PlatformSupport/XalanStdOutputStream.hpp>
   
   
   
  @@ -113,8 +115,6 @@
   
   
   
  -#include <XercesPlatformSupport/XercesDOMPrintWriter.hpp>
  -#include <XercesPlatformSupport/XercesStdTextOutputStream.hpp>
   #include <XercesParserLiaison/XercesParserLiaison.hpp>
   
   
  @@ -1257,7 +1257,7 @@
                     theXPathEnvSupport,
                         theXPathSupport,
                         theLiaison,
  -                      XALAN_STATIC_UCODE_STRING("/testsuite/conf/Axes/"),
  +                      XALAN_STATIC_UCODE_STRING("/xsl-test/conf/Axes/"),
                         thePrintWriter,
                     theExecutionContext);
   }
  @@ -1296,9 +1296,9 @@
                                                                                
                                        theXPathSupport,
                                                                                
                                        theXObjectFactory);
   
  -             XercesStdTextOutputStream       theStdOut(cout);
  -             XercesDOMPrintWriter            thePrintWriter(theStdOut);
  -             XercesParserLiaison                     
theLiaison(theDOMSupport);
  +             XalanStdOutputStream                    theStdOut(cout);
  +             XalanOutputStreamPrintWriter    thePrintWriter(theStdOut);
  +             XercesParserLiaison                             
theLiaison(theDOMSupport);
   
                RunTests(theXPathFactory,
                                 theXPathProcessor,
  
  
  

Reply via email to