You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/02/16 15:58:07 UTC

cvs commit: xml-xerces/c/src/parsers DOMParser.cpp

tng         01/02/16 06:58:07

  Modified:    c/src/parsers DOMParser.cpp
  Log:
  Schema: Update Makefile, configure files, project files, and include path in
  certain cpp files because of the move of the common Content Model files.  By Pei Yong Zhang.
  
  Revision  Changes    Path
  1.39      +2 -2      xml-xerces/c/src/parsers/DOMParser.cpp
  
  Index: DOMParser.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/parsers/DOMParser.cpp,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- DOMParser.cpp	2001/02/15 15:56:28	1.38
  +++ DOMParser.cpp	2001/02/16 14:58:07	1.39
  @@ -59,7 +59,7 @@
   *  handler with the scanner. In these handler methods, appropriate DOM nodes
   *  are created and added to the DOM tree.
   *
  -* $Id: DOMParser.cpp,v 1.38 2001/02/15 15:56:28 tng Exp $
  +* $Id: DOMParser.cpp,v 1.39 2001/02/16 14:58:07 tng Exp $
   *
   */
   
  @@ -89,7 +89,7 @@
   #include <dom/NodeIDMap.hpp>
   
   
  -#include <validators/DTD/ContentSpecNode.hpp>
  +#include <validators/common/ContentSpecNode.hpp>
   #include <validators/DTD/DTDAttDefList.hpp>
   
   // ---------------------------------------------------------------------------