You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/02/01 23:37:38 UTC

cvs commit: xml-xerces/c/samples/PParse PParseHandlers.hpp PParseHandlers.cpp PParse.cpp

peiyongz    02/02/01 14:37:38

  Modified:    c/samples/PParse PParseHandlers.hpp PParseHandlers.cpp
                        PParse.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.5       +6 -1      xml-xerces/c/samples/PParse/PParseHandlers.hpp
  
  Index: PParseHandlers.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/PParse/PParseHandlers.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PParseHandlers.hpp	19 Oct 2001 18:52:04 -0000	1.4
  +++ PParseHandlers.hpp	1 Feb 2002 22:37:38 -0000	1.5
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: PParseHandlers.hpp,v $
  + * Revision 1.5  2002/02/01 22:37:38  peiyongz
  + * sane_include
  + *
    * Revision 1.4  2001/10/19 18:52:04  tng
    * Since PParse can take any XML file as input file, it shouldn't hardcode to expect 16 elements.
    * Change it to work similar to SAXCount which just prints the number of elements, characters, attributes ... etc.
  @@ -78,7 +81,7 @@
    */
   
   
  -#include    <sax/HandlerBase.hpp>
  +#include    <xercesc/sax/HandlerBase.hpp>
   
   class PParseHandlers : public HandlerBase
   {
  
  
  
  1.6       +4 -4      xml-xerces/c/samples/PParse/PParseHandlers.cpp
  
  Index: PParseHandlers.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/PParse/PParseHandlers.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- PParseHandlers.cpp	19 Oct 2001 18:52:04 -0000	1.5
  +++ PParseHandlers.cpp	1 Feb 2002 22:37:38 -0000	1.6
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: PParseHandlers.cpp,v 1.5 2001/10/19 18:52:04 tng Exp $
  + * $Id: PParseHandlers.cpp,v 1.6 2002/02/01 22:37:38 peiyongz Exp $
    */
   
   
  @@ -63,9 +63,9 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <util/XMLUniDefs.hpp>
  -#include <util/XMLUni.hpp>
  -#include <sax/AttributeList.hpp>
  +#include <xercesc/util/XMLUniDefs.hpp>
  +#include <xercesc/util/XMLUni.hpp>
  +#include <xercesc/sax/AttributeList.hpp>
   #include "PParse.hpp"
   
   
  
  
  
  1.13      +6 -3      xml-xerces/c/samples/PParse/PParse.cpp
  
  Index: PParse.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/PParse/PParse.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- PParse.cpp	25 Oct 2001 15:18:33 -0000	1.12
  +++ PParse.cpp	1 Feb 2002 22:37:38 -0000	1.13
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: PParse.cpp,v $
  + * Revision 1.13  2002/02/01 22:37:38  peiyongz
  + * sane_include
  + *
    * Revision 1.12  2001/10/25 15:18:33  tng
    * delete the parser before XMLPlatformUtils::Terminate.
    *
  @@ -130,9 +133,9 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <util/PlatformUtils.hpp>
  -#include <framework/XMLPScanToken.hpp>
  -#include <parsers/SAXParser.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/framework/XMLPScanToken.hpp>
  +#include <xercesc/parsers/SAXParser.hpp>
   #include "PParse.hpp"
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org