You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by au...@locus.apache.org on 2000/12/01 17:01:13 UTC

cvs commit: xml-xalan/c/samples/UseStylesheetParam UseStylesheetParam.cpp

auriemma    00/12/01 08:01:12

  Modified:    c/samples/UseStylesheetParam UseStylesheetParam.cpp
  Log:
  HP port based on work from Trevor Smigiel and Troy Heber.
  
  Revision  Changes    Path
  1.9       +19 -1     xml-xalan/c/samples/UseStylesheetParam/UseStylesheetParam.cpp
  
  Index: UseStylesheetParam.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/UseStylesheetParam/UseStylesheetParam.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- UseStylesheetParam.cpp	2000/09/27 16:46:44	1.8
  +++ UseStylesheetParam.cpp	2000/12/01 16:01:11	1.9
  @@ -1,21 +1,36 @@
   // Base header file.  Must be first.
   #include <Include/PlatformDefinitions.hpp>
   
  -#include <iostream>
  +
  +
  +#if defined(XALAN_OLD_STREAM_HEADERS)
  +#include <fstream.h>
  +#include <iostream.h>
  +#else
   #include <fstream>
  +#include <iostream>
  +#endif
   
   #include <util/PlatformUtils.hpp>
   #include <parsers/DOMParser.hpp>
   #include <dom/DOM_Node.hpp>
   
  +
  +
   #include <PlatformSupport/DOMStringHelper.hpp>
   
  +
  +
   #include <DOMSupport/DOMSupportDefault.hpp>
   
  +
  +
   #include <XPath/XObjectFactoryDefault.hpp>
   #include <XPath/XPathSupportDefault.hpp>
   #include <XPath/XPathFactoryDefault.hpp>
   
  +
  +
   #include <XSLT/StylesheetConstructionContextDefault.hpp>
   #include <XSLT/StylesheetExecutionContextDefault.hpp>
   #include <XSLT/XSLTEngineImpl.hpp>
  @@ -24,8 +39,11 @@
   #include <XSLT/XSLTProcessorEnvSupportDefault.hpp>
   #include <XSLT/XSLTResultTarget.hpp>
   
  +
  +
   #include <XercesParserLiaison/XercesDOMSupport.hpp>
   #include <XercesParserLiaison/XercesParserLiaison.hpp>
  +
   
   
   int