dbertoni    02/05/10 17:00:05

  Modified:    c/samples/ParsedSourceWrappers ParsedSourceWrappers.cpp
  Log:
  Fixed include files.
  
  Revision  Changes    Path
  1.2       +5 -3      
xml-xalan/c/samples/ParsedSourceWrappers/ParsedSourceWrappers.cpp
  
  Index: ParsedSourceWrappers.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/samples/ParsedSourceWrappers/ParsedSourceWrappers.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ParsedSourceWrappers.cpp  10 May 2002 21:54:12 -0000      1.1
  +++ ParsedSourceWrappers.cpp  11 May 2002 00:00:05 -0000      1.2
  @@ -55,13 +55,15 @@
    * <http://www.apache.org/>.
    */
   
  +#include <Include/PlatformDefinitions.hpp>
  +
  +
  +
   #include <cassert>
   #if defined(XALAN_OLD_STREAM_HEADERS)
   #include <iostream.h>
  -#include <strstream.h>
   #else
   #include <iostream>
  -#include <strstream>
   #endif
   
   
  @@ -182,7 +184,7 @@
   
                        const XalanDOMString    
theURI(URISupport::getURLStringFromString(theInputFile));
   
  -                     const XSLTResultTarget  theResultTarget(&cout);
  +                     const XSLTResultTarget  theResultTarget(cout);
   
                        theResult = transformXercesDOM(theTransformer, theURI, 
theStylesheet, theResultTarget);
   
  
  
  

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

Reply via email to