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

cvs commit: xml-xerces/c/src/validators/DTD DTDValidator2.cpp

roddey      00/01/11 16:17:07

  Modified:    c/src/validators/DTD DTDValidator2.cpp
  Log:
  Changes to deal with multiply nested, relative pathed, entities and to deal
  with the new URL class changes.
  
  Revision  Changes    Path
  1.4       +5 -1      xml-xerces/c/src/validators/DTD/DTDValidator2.cpp
  
  Index: DTDValidator2.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/DTD/DTDValidator2.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DTDValidator2.cpp	1999/12/04 01:13:16	1.3
  +++ DTDValidator2.cpp	2000/01/12 00:17:07	1.4
  @@ -56,6 +56,10 @@
   
   /**
    * $Log: DTDValidator2.cpp,v $
  + * Revision 1.4  2000/01/12 00:17:07  roddey
  + * Changes to deal with multiply nested, relative pathed, entities and to deal
  + * with the new URL class changes.
  + *
    * Revision 1.3  1999/12/04 01:13:16  roddey
    * Fixed the logic for checking for PIs that start with 'xml'. It was doing doing "if (stringICompare()) "
    * instead of "if (!stringICompare()).
  @@ -83,12 +87,12 @@
   #include <util/UnexpectedEOFException.hpp>
   #include <util/URL.hpp>
   #include <util/XMLUni.hpp>
  +#include <sax/InputSource.hpp>
   #include <framework/XMLBufferMgr.hpp>
   #include <framework/XMLDocumentHandler.hpp>
   #include <framework/XMLElementDecl.hpp>
   #include <framework/XMLEntityHandler.hpp>
   #include <framework/XMLNotationDecl.hpp>
  -#include <internal/URLInputSource.hpp>
   #include <internal/EndOfEntityException.hpp>
   #include <internal/ReaderMgr.hpp>
   #include <internal/XMLScanner.hpp>