You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2005/06/17 02:21:14 UTC

svn commit: r191036 [2/9] - in /xerces/c/trunk: Projects/MacOS/ Projects/MacOS/CodeWarrior/XercesLib/ Projects/Win32/BCB4/Xerces-all/ Projects/Win32/BCB5/Xerces-all/ samples/src/DOMPrint/ samples/src/EnumVal/ samples/src/MemParse/ samples/src/PParse/ samples/src/PSVIWriter/ samples/src/Redirect/ samples/src/SAX2Count/ samples/src/SAX2Print/ samples/src/SAXCount/ samples/src/SAXPrint/ samples/src/SCMPrint/ samples/src/StdInParse/ scripts/ src/xercesc/com/ src/xercesc/dom/impl/ src/xercesc/framework/ src/xercesc/framework/psvi/ src/xercesc/internal/ src/xercesc/parsers/ src/xercesc/sax/ src/xercesc/sax2/ src/xercesc/util/ src/xercesc/util/Compilers/ src/xercesc/util/MsgLoaders/ICU/ src/xercesc/util/MsgLoaders/InMemory/ src/xercesc/util/MsgLoaders/MsgCatalog/ src/xercesc/util/NetAccessors/Socket/ src/xercesc/util/NetAccessors/WinSock/ src/xercesc/util/NetAccessors/libWWW/ src/xercesc/util/Platforms/BeOS/ src/xercesc/util/Platforms/Cygwin/ src/xercesc/util/Platforms/FreeBSD/ src/xercesc/util/Platforms/HPUX/ src/xercesc/util/Platforms/IRIX/ src/xercesc/util/Platforms/Interix/ src/xercesc/util/Platforms/Linux/ src/xercesc/util/Platforms/OpenServer/ src/xercesc/util/Platforms/PTX/ src/xercesc/util/Platforms/Tandem/ src/xercesc/util/Platforms/UnixWare/ src/xercesc/util/Transcoders/Cygwin/ src/xercesc/util/Transcoders/Iconv400/ src/xercesc/util/Transcoders/IconvFBSD/ src/xercesc/util/Transcoders/IconvGNU/ src/xercesc/util/Transcoders/Uniconv390/ src/xercesc/util/regx/ src/xercesc/validators/DTD/ src/xercesc/validators/common/ src/xercesc/validators/datatype/ src/xercesc/validators/schema/ src/xercesc/validators/schema/identity/ tests/src/DOM/DOMTest/ tests/src/DOM/Traversal/ tests/src/MemHandlerTest/ tests/src/ParserTest/ tests/src/UtilTests/ tests/src/XSValueTest/ tests/src/XSerializerTest/ tools/IANACharset/ tools/ICUData/ tools/NLS/Xlat/

Modified: xerces/c/trunk/src/xercesc/com/XMLDOMDocumentType.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/XMLDOMDocumentType.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/XMLDOMDocumentType.h (original)
+++ xerces/c/trunk/src/xercesc/com/XMLDOMDocumentType.h Thu Jun 16 17:21:06 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:55:35  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.5  2003/11/21 12:05:48  amassari
- * Updated version to 2.4
- *
- * Revision 1.4  2003/10/21 21:21:32  amassari
- * When the COM object is loaded by a late-binding engine (like WSH, or
- * Visual Basic when the type library is not preloaded in the editor), the type
- * library version stored in the resource must match the version specified in the
- * IDispatchImpl template (defaulted to 1.0), or trying to invoke a method will fail
- *
- * Revision 1.3  2003/03/14 12:44:49  tng
- * [Bug 17147] C++ namespace breaks build of XercesCOM DLL
- *
- * Revision 1.2  2002/05/21 19:53:53  tng
- * DOM Reorganization: update include path for the old DOM interface in COM files
- *
- * Revision 1.1.1.1  2002/02/01 22:21:41  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/05/11 13:25:04  tng
- * Copyright update.
- *
- * Revision 1.4  2001/01/19 15:18:15  tng
- * COM Updates by Curt Arnold: changed 1.3 to 1.4, updated the GUID's so
- * both can coexist and fixed a new minor bugs.  Most of the changes involved
- * error reporting, now a DOM defined error will return an HRESULT of
- * 0x80040600 + code and will set an error description to the error name.
- *
- * Revision 1.3  2000/06/03 00:28:58  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:11  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef ___xmldomdocumenttype_h___

Modified: xerces/c/trunk/src/xercesc/com/XMLDOMElement.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/XMLDOMElement.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/XMLDOMElement.h (original)
+++ xerces/c/trunk/src/xercesc/com/XMLDOMElement.h Thu Jun 16 17:21:06 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:55:35  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.5  2003/11/21 12:05:48  amassari
- * Updated version to 2.4
- *
- * Revision 1.4  2003/10/21 21:21:32  amassari
- * When the COM object is loaded by a late-binding engine (like WSH, or
- * Visual Basic when the type library is not preloaded in the editor), the type
- * library version stored in the resource must match the version specified in the
- * IDispatchImpl template (defaulted to 1.0), or trying to invoke a method will fail
- *
- * Revision 1.3  2003/03/14 12:44:49  tng
- * [Bug 17147] C++ namespace breaks build of XercesCOM DLL
- *
- * Revision 1.2  2002/05/21 19:53:53  tng
- * DOM Reorganization: update include path for the old DOM interface in COM files
- *
- * Revision 1.1.1.1  2002/02/01 22:21:41  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/05/11 13:25:05  tng
- * Copyright update.
- *
- * Revision 1.4  2001/01/19 15:18:18  tng
- * COM Updates by Curt Arnold: changed 1.3 to 1.4, updated the GUID's so
- * both can coexist and fixed a new minor bugs.  Most of the changes involved
- * error reporting, now a DOM defined error will return an HRESULT of
- * 0x80040600 + code and will set an error description to the error name.
- *
- * Revision 1.3  2000/06/03 00:28:59  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:11  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef ___xmldomelement_h___

Modified: xerces/c/trunk/src/xercesc/com/XMLDOMEntity.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/XMLDOMEntity.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/XMLDOMEntity.h (original)
+++ xerces/c/trunk/src/xercesc/com/XMLDOMEntity.h Thu Jun 16 17:21:06 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:55:35  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.5  2003/11/21 12:05:48  amassari
- * Updated version to 2.4
- *
- * Revision 1.4  2003/10/21 21:21:32  amassari
- * When the COM object is loaded by a late-binding engine (like WSH, or
- * Visual Basic when the type library is not preloaded in the editor), the type
- * library version stored in the resource must match the version specified in the
- * IDispatchImpl template (defaulted to 1.0), or trying to invoke a method will fail
- *
- * Revision 1.3  2003/03/14 12:44:49  tng
- * [Bug 17147] C++ namespace breaks build of XercesCOM DLL
- *
- * Revision 1.2  2002/05/21 19:53:53  tng
- * DOM Reorganization: update include path for the old DOM interface in COM files
- *
- * Revision 1.1.1.1  2002/02/01 22:21:41  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/06/03 00:28:59  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:11  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef ___xmldomentity_h___

Modified: xerces/c/trunk/src/xercesc/com/XMLDOMEntityReference.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/XMLDOMEntityReference.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/XMLDOMEntityReference.h (original)
+++ xerces/c/trunk/src/xercesc/com/XMLDOMEntityReference.h Thu Jun 16 17:21:06 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:55:35  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.5  2003/11/21 12:05:48  amassari
- * Updated version to 2.4
- *
- * Revision 1.4  2003/10/21 21:21:32  amassari
- * When the COM object is loaded by a late-binding engine (like WSH, or
- * Visual Basic when the type library is not preloaded in the editor), the type
- * library version stored in the resource must match the version specified in the
- * IDispatchImpl template (defaulted to 1.0), or trying to invoke a method will fail
- *
- * Revision 1.3  2003/03/14 12:44:49  tng
- * [Bug 17147] C++ namespace breaks build of XercesCOM DLL
- *
- * Revision 1.2  2002/05/21 19:53:53  tng
- * DOM Reorganization: update include path for the old DOM interface in COM files
- *
- * Revision 1.1.1.1  2002/02/01 22:21:41  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/05/11 13:25:05  tng
- * Copyright update.
- *
- * Revision 1.4  2001/01/19 15:18:23  tng
- * COM Updates by Curt Arnold: changed 1.3 to 1.4, updated the GUID's so
- * both can coexist and fixed a new minor bugs.  Most of the changes involved
- * error reporting, now a DOM defined error will return an HRESULT of
- * 0x80040600 + code and will set an error description to the error name.
- *
- * Revision 1.3  2000/06/03 00:28:59  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:10  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef ___xmldomentityreference_h___

Modified: xerces/c/trunk/src/xercesc/com/XMLDOMImplementation.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/XMLDOMImplementation.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/XMLDOMImplementation.cpp (original)
+++ xerces/c/trunk/src/xercesc/com/XMLDOMImplementation.cpp Thu Jun 16 17:21:06 2005
@@ -15,19 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:55:35  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.1.1.1  2002/02/01 22:21:41  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/03/30 02:00:10  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #include "stdafx.h"

Modified: xerces/c/trunk/src/xercesc/com/XMLDOMImplementation.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/XMLDOMImplementation.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/XMLDOMImplementation.h (original)
+++ xerces/c/trunk/src/xercesc/com/XMLDOMImplementation.h Thu Jun 16 17:21:06 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/10/01 08:10:38  amassari
- * Updated version numbers to 2.6; use version macros when possible
- *
- * Revision 1.8  2004/09/08 13:55:35  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.6  2004/02/12 13:49:43  amassari
- * Updated version to 2.5
- *
- * Revision 1.5  2003/11/21 12:05:48  amassari
- * Updated version to 2.4
- *
- * Revision 1.4  2003/10/21 21:21:32  amassari
- * When the COM object is loaded by a late-binding engine (like WSH, or
- * Visual Basic when the type library is not preloaded in the editor), the type
- * library version stored in the resource must match the version specified in the
- * IDispatchImpl template (defaulted to 1.0), or trying to invoke a method will fail
- *
- * Revision 1.3  2003/03/14 12:44:49  tng
- * [Bug 17147] C++ namespace breaks build of XercesCOM DLL
- *
- * Revision 1.2  2002/05/21 19:53:53  tng
- * DOM Reorganization: update include path for the old DOM interface in COM files
- *
- * Revision 1.1.1.1  2002/02/01 22:21:41  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/06/03 00:28:59  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:10  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef ___xmldomimplementation_h___

Modified: xerces/c/trunk/src/xercesc/com/XMLDOMNamedNodeMap.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/XMLDOMNamedNodeMap.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/XMLDOMNamedNodeMap.h (original)
+++ xerces/c/trunk/src/xercesc/com/XMLDOMNamedNodeMap.h Thu Jun 16 17:21:06 2005
@@ -15,52 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/10/01 08:10:38  amassari
- * Updated version numbers to 2.6; use version macros when possible
- *
- * Revision 1.8  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.6  2004/02/12 13:49:43  amassari
- * Updated version to 2.5
- *
- * Revision 1.5  2003/11/21 12:05:48  amassari
- * Updated version to 2.4
- *
- * Revision 1.4  2003/10/21 21:21:32  amassari
- * When the COM object is loaded by a late-binding engine (like WSH, or
- * Visual Basic when the type library is not preloaded in the editor), the type
- * library version stored in the resource must match the version specified in the
- * IDispatchImpl template (defaulted to 1.0), or trying to invoke a method will fail
- *
- * Revision 1.3  2003/03/14 12:44:49  tng
- * [Bug 17147] C++ namespace breaks build of XercesCOM DLL
- *
- * Revision 1.2  2002/05/21 19:53:53  tng
- * DOM Reorganization: update include path for the old DOM interface in COM files
- *
- * Revision 1.1.1.1  2002/02/01 22:21:41  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/05/11 13:25:06  tng
- * Copyright update.
- *
- * Revision 1.4  2001/01/19 15:18:26  tng
- * COM Updates by Curt Arnold: changed 1.3 to 1.4, updated the GUID's so
- * both can coexist and fixed a new minor bugs.  Most of the changes involved
- * error reporting, now a DOM defined error will return an HRESULT of
- * 0x80040600 + code and will set an error description to the error name.
- *
- * Revision 1.3  2000/06/03 00:29:00  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:10  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef ___xmldomnamednodemap_h___

Modified: xerces/c/trunk/src/xercesc/com/XMLDOMNodeList.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/XMLDOMNodeList.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/XMLDOMNodeList.h (original)
+++ xerces/c/trunk/src/xercesc/com/XMLDOMNodeList.h Thu Jun 16 17:21:06 2005
@@ -15,52 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/10/01 08:10:38  amassari
- * Updated version numbers to 2.6; use version macros when possible
- *
- * Revision 1.8  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.6  2004/02/12 13:49:43  amassari
- * Updated version to 2.5
- *
- * Revision 1.5  2003/11/21 12:05:48  amassari
- * Updated version to 2.4
- *
- * Revision 1.4  2003/10/21 21:21:32  amassari
- * When the COM object is loaded by a late-binding engine (like WSH, or
- * Visual Basic when the type library is not preloaded in the editor), the type
- * library version stored in the resource must match the version specified in the
- * IDispatchImpl template (defaulted to 1.0), or trying to invoke a method will fail
- *
- * Revision 1.3  2003/03/14 12:44:49  tng
- * [Bug 17147] C++ namespace breaks build of XercesCOM DLL
- *
- * Revision 1.2  2002/05/21 19:53:53  tng
- * DOM Reorganization: update include path for the old DOM interface in COM files
- *
- * Revision 1.1.1.1  2002/02/01 22:21:42  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/05/11 13:25:06  tng
- * Copyright update.
- *
- * Revision 1.4  2001/01/19 15:18:28  tng
- * COM Updates by Curt Arnold: changed 1.3 to 1.4, updated the GUID's so
- * both can coexist and fixed a new minor bugs.  Most of the changes involved
- * error reporting, now a DOM defined error will return an HRESULT of
- * 0x80040600 + code and will set an error description to the error name.
- *
- * Revision 1.3  2000/06/03 00:29:00  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:10  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef ___xmldomnodelist_h___

Modified: xerces/c/trunk/src/xercesc/com/XMLDOMNotation.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/XMLDOMNotation.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/XMLDOMNotation.h (original)
+++ xerces/c/trunk/src/xercesc/com/XMLDOMNotation.h Thu Jun 16 17:21:06 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.5  2003/11/21 12:05:48  amassari
- * Updated version to 2.4
- *
- * Revision 1.4  2003/10/21 21:21:32  amassari
- * When the COM object is loaded by a late-binding engine (like WSH, or
- * Visual Basic when the type library is not preloaded in the editor), the type
- * library version stored in the resource must match the version specified in the
- * IDispatchImpl template (defaulted to 1.0), or trying to invoke a method will fail
- *
- * Revision 1.3  2003/03/14 12:44:49  tng
- * [Bug 17147] C++ namespace breaks build of XercesCOM DLL
- *
- * Revision 1.2  2002/05/21 19:53:53  tng
- * DOM Reorganization: update include path for the old DOM interface in COM files
- *
- * Revision 1.1.1.1  2002/02/01 22:21:42  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/05/11 13:25:07  tng
- * Copyright update.
- *
- * Revision 1.4  2001/01/19 15:18:30  tng
- * COM Updates by Curt Arnold: changed 1.3 to 1.4, updated the GUID's so
- * both can coexist and fixed a new minor bugs.  Most of the changes involved
- * error reporting, now a DOM defined error will return an HRESULT of
- * 0x80040600 + code and will set an error description to the error name.
- *
- * Revision 1.3  2000/06/03 00:29:00  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:10  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef ___xmldomnotation_h___

Modified: xerces/c/trunk/src/xercesc/com/XMLDOMParseError.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/XMLDOMParseError.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/XMLDOMParseError.cpp (original)
+++ xerces/c/trunk/src/xercesc/com/XMLDOMParseError.cpp Thu Jun 16 17:21:06 2005
@@ -15,16 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:21:42  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/03/30 02:00:10  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #include "stdafx.h"

Modified: xerces/c/trunk/src/xercesc/com/XMLDOMParseError.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/XMLDOMParseError.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/XMLDOMParseError.h (original)
+++ xerces/c/trunk/src/xercesc/com/XMLDOMParseError.h Thu Jun 16 17:21:06 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/10/01 08:10:38  amassari
- * Updated version numbers to 2.6; use version macros when possible
- *
- * Revision 1.6  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2004/02/12 13:49:43  amassari
- * Updated version to 2.5
- *
- * Revision 1.4  2003/11/21 12:05:48  amassari
- * Updated version to 2.4
- *
- * Revision 1.3  2003/10/21 21:21:32  amassari
- * When the COM object is loaded by a late-binding engine (like WSH, or
- * Visual Basic when the type library is not preloaded in the editor), the type
- * library version stored in the resource must match the version specified in the
- * IDispatchImpl template (defaulted to 1.0), or trying to invoke a method will fail
- *
- * Revision 1.2  2003/03/14 12:44:49  tng
- * [Bug 17147] C++ namespace breaks build of XercesCOM DLL
- *
- * Revision 1.1.1.1  2002/02/01 22:21:42  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/06/03 00:29:01  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:10  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef ___xmldomparseerror_h___

Modified: xerces/c/trunk/src/xercesc/com/XMLDOMProcessingInstruction.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/XMLDOMProcessingInstruction.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/XMLDOMProcessingInstruction.h (original)
+++ xerces/c/trunk/src/xercesc/com/XMLDOMProcessingInstruction.h Thu Jun 16 17:21:06 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.5  2003/11/21 12:05:48  amassari
- * Updated version to 2.4
- *
- * Revision 1.4  2003/10/21 21:21:32  amassari
- * When the COM object is loaded by a late-binding engine (like WSH, or
- * Visual Basic when the type library is not preloaded in the editor), the type
- * library version stored in the resource must match the version specified in the
- * IDispatchImpl template (defaulted to 1.0), or trying to invoke a method will fail
- *
- * Revision 1.3  2003/03/14 12:44:49  tng
- * [Bug 17147] C++ namespace breaks build of XercesCOM DLL
- *
- * Revision 1.2  2002/05/21 19:53:53  tng
- * DOM Reorganization: update include path for the old DOM interface in COM files
- *
- * Revision 1.1.1.1  2002/02/01 22:21:42  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/05/11 13:25:07  tng
- * Copyright update.
- *
- * Revision 1.4  2001/01/19 15:18:33  tng
- * COM Updates by Curt Arnold: changed 1.3 to 1.4, updated the GUID's so
- * both can coexist and fixed a new minor bugs.  Most of the changes involved
- * error reporting, now a DOM defined error will return an HRESULT of
- * 0x80040600 + code and will set an error description to the error name.
- *
- * Revision 1.3  2000/06/03 00:29:01  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:09  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef ___xmldomprocessinginstruction_h___

Modified: xerces/c/trunk/src/xercesc/com/XMLDOMText.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/XMLDOMText.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/XMLDOMText.h (original)
+++ xerces/c/trunk/src/xercesc/com/XMLDOMText.h Thu Jun 16 17:21:06 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.5  2003/11/21 12:05:48  amassari
- * Updated version to 2.4
- *
- * Revision 1.4  2003/10/21 21:21:32  amassari
- * When the COM object is loaded by a late-binding engine (like WSH, or
- * Visual Basic when the type library is not preloaded in the editor), the type
- * library version stored in the resource must match the version specified in the
- * IDispatchImpl template (defaulted to 1.0), or trying to invoke a method will fail
- *
- * Revision 1.3  2003/03/14 12:44:49  tng
- * [Bug 17147] C++ namespace breaks build of XercesCOM DLL
- *
- * Revision 1.2  2002/05/21 19:53:53  tng
- * DOM Reorganization: update include path for the old DOM interface in COM files
- *
- * Revision 1.1.1.1  2002/02/01 22:21:42  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/05/11 13:25:07  tng
- * Copyright update.
- *
- * Revision 1.4  2001/01/19 15:18:34  tng
- * COM Updates by Curt Arnold: changed 1.3 to 1.4, updated the GUID's so
- * both can coexist and fixed a new minor bugs.  Most of the changes involved
- * error reporting, now a DOM defined error will return an HRESULT of
- * 0x80040600 + code and will set an error description to the error name.
- *
- * Revision 1.3  2000/06/03 00:29:01  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:09  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef ___xmldomtext_h___

Modified: xerces/c/trunk/src/xercesc/com/XMLHTTPRequest.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/XMLHTTPRequest.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/XMLHTTPRequest.cpp (original)
+++ xerces/c/trunk/src/xercesc/com/XMLHTTPRequest.cpp Thu Jun 16 17:21:06 2005
@@ -15,19 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:21:42  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/06/03 00:29:03  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:09  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #include "stdafx.h"

Modified: xerces/c/trunk/src/xercesc/com/XMLHttpRequest.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/XMLHttpRequest.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/XMLHttpRequest.h (original)
+++ xerces/c/trunk/src/xercesc/com/XMLHttpRequest.h Thu Jun 16 17:21:06 2005
@@ -15,40 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/10/01 08:10:38  amassari
- * Updated version numbers to 2.6; use version macros when possible
- *
- * Revision 1.7  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.5  2004/02/12 13:49:43  amassari
- * Updated version to 2.5
- *
- * Revision 1.4  2003/11/21 12:05:48  amassari
- * Updated version to 2.4
- *
- * Revision 1.3  2003/10/21 21:21:32  amassari
- * When the COM object is loaded by a late-binding engine (like WSH, or
- * Visual Basic when the type library is not preloaded in the editor), the type
- * library version stored in the resource must match the version specified in the
- * IDispatchImpl template (defaulted to 1.0), or trying to invoke a method will fail
- *
- * Revision 1.2  2002/05/21 19:53:53  tng
- * DOM Reorganization: update include path for the old DOM interface in COM files
- *
- * Revision 1.1.1.1  2002/02/01 22:21:42  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/06/03 00:29:04  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:09  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef ___xmlhttprequest_h___

Modified: xerces/c/trunk/src/xercesc/com/resource.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/resource.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/resource.h (original)
+++ xerces/c/trunk/src/xercesc/com/resource.h Thu Jun 16 17:21:06 2005
@@ -15,16 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:21:40  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/03/30 02:00:12  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 //{{NO_DEPENDENCIES}}

Modified: xerces/c/trunk/src/xercesc/com/xml4com.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/xml4com.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/xml4com.cpp (original)
+++ xerces/c/trunk/src/xercesc/com/xml4com.cpp Thu Jun 16 17:21:06 2005
@@ -15,41 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/02/27 13:23:02  amassari
- * Fixed memory leaks
- *
- * Revision 1.3  2004/02/25 18:38:33  amassari
- * The COM wrapper doesn't use the deprecated DOM anymore
- *
- * Revision 1.2  2002/05/21 19:53:53  tng
- * DOM Reorganization: update include path for the old DOM interface in COM files
- *
- * Revision 1.1.1.1  2002/02/01 22:21:40  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/05/11 13:25:08  tng
- * Copyright update.
- *
- * Revision 1.5  2001/01/19 15:18:39  tng
- * COM Updates by Curt Arnold: changed 1.3 to 1.4, updated the GUID's so
- * both can coexist and fixed a new minor bugs.  Most of the changes involved
- * error reporting, now a DOM defined error will return an HRESULT of
- * 0x80040600 + code and will set an error description to the error name.
- *
- * Revision 1.4  2000/06/19 20:05:59  rahulj
- * Changes for increased conformance and stability. Submitted by
- * Curt.Arnold@hyprotech.com. Verified by Joe Polastre.
- *
- * Revision 1.3  2000/06/03 00:29:04  andyh
- * COM Wrapper changes from Curt Arnold
- *
- * Revision 1.2  2000/03/30 02:00:12  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 // xml4com.cpp : Implementation of DLL Exports.

Modified: xerces/c/trunk/src/xercesc/com/xml4comCP.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/com/xml4comCP.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/com/xml4comCP.h (original)
+++ xerces/c/trunk/src/xercesc/com/xml4comCP.h Thu Jun 16 17:21:06 2005
@@ -15,16 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:55:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:21:40  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/03/30 02:00:12  abagchi
- * Initial checkin of working code with Copyright Notice
- *
+ * $Id$
  */
 
 #ifndef _XML4COMCP_H_

Modified: xerces/c/trunk/src/xercesc/dom/impl/DOMErrorImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/dom/impl/DOMErrorImpl.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/impl/DOMErrorImpl.cpp (original)
+++ xerces/c/trunk/src/xercesc/dom/impl/DOMErrorImpl.cpp Thu Jun 16 17:21:06 2005
@@ -15,40 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/08 13:55:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/04/07 15:26:45  peiyongz
- * code cleaning
- *
- * Revision 1.9  2004/04/01 22:05:32  peiyongz
- * invoke DOMException with Memory Manager
- *
- * Revision 1.8  2004/01/29 11:44:26  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/02 14:33:13  amassari
- * Don't use the word "exception" as a variable name, as VC 7.1 complains about it
- *
- * Revision 1.6  2003/09/04 14:38:25  gareth
- * Fix for bug #22008. Removed the ability to adopt the DOMObject.
- *
- * Revision 1.5  2003/05/14 18:06:53  gareth
- * Updated DOMError to http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/core.html.
- *
- * Revision 1.4  2002/11/04 15:07:34  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/07/15 19:25:49  tng
- * DOM L3:  declare a dummy DOMError::set/getRelatedException
- *
- * Revision 1.2  2002/05/24 14:02:07  knoaman
- * Fix complilation error.
- *
- * Revision 1.1  2002/05/23 15:47:24  knoaman
- * DOM L3 core - support for DOMError, DOMErrorHandler and DOMLocator
- *
+ * $Id$
  */
 
 #include "DOMErrorImpl.hpp"

Modified: xerces/c/trunk/src/xercesc/dom/impl/DOMLocatorImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/dom/impl/DOMLocatorImpl.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/impl/DOMLocatorImpl.cpp (original)
+++ xerces/c/trunk/src/xercesc/dom/impl/DOMLocatorImpl.cpp Thu Jun 16 17:21:06 2005
@@ -15,22 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:55:51  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2002/11/04 15:07:34  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/05/27 18:25:41  tng
- * To get ready for 64 bit large file, use XMLSSize_t to represent line and column number.
- *
- * Revision 1.2  2002/05/24 14:02:07  knoaman
- * Fix complilation error.
- *
- * Revision 1.1  2002/05/23 15:47:24  knoaman
- * DOM L3 core - support for DOMError, DOMErrorHandler and DOMLocator
- *
+ * $Id$
  */
 
 #include "DOMLocatorImpl.hpp"

Modified: xerces/c/trunk/src/xercesc/dom/impl/DOMWriterImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/dom/impl/DOMWriterImpl.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/impl/DOMWriterImpl.cpp (original)
+++ xerces/c/trunk/src/xercesc/dom/impl/DOMWriterImpl.cpp Thu Jun 16 17:21:06 2005
@@ -16,188 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.58  2005/04/21 09:05:57  cargilld
- * Add detection for UCS-2 and treat as another UTF16 alias.
- *
- * Revision 1.57  2005/03/20 19:02:45  cargilld
- * Implement versions of uppercase and compareIstring that only check a to z, instead of all characters, and don't rely on functionality provided in the transcoders.
- *
- * Revision 1.56  2005/03/08 09:33:32  amassari
- * Redeclare a namespace binding if the prefix is already bound to a different namespace (jira# 1371)
- *
- * Revision 1.55  2004/09/08 13:55:52  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.54  2004/07/06 15:16:57  amassari
- * Fix for jira#1238: DOMWriter was creating an XMLFormatter without propagating the memory manager
- *
- * Revision 1.53  2004/05/10 08:03:25  amassari
- * Performance: push a new map on the namespace stack only when an element has a xmlns attribute
- *
- * Revision 1.52  2004/04/01 22:05:32  peiyongz
- * invoke DOMException with Memory Manager
- *
- * Revision 1.51  2004/01/29 11:44:27  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.50  2004/01/20 23:23:57  peiyongz
- * patch to Bug#25751
- *
- * Revision 1.49  2004/01/13 20:47:42  knoaman
- * Remove unnecessary local static data
- *
- * Revision 1.48  2004/01/13 16:34:20  cargilld
- * Misc memory management changes.
- *
- * Revision 1.47  2003/12/17 00:18:33  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.46  2003/11/24 19:52:22  neilg
- * fix a typo
- *
- * Revision 1.45  2003/11/24 12:27:57  gareth
- * added in support for xml-declaration feature.
- *
- * Revision 1.44  2003/11/24 11:10:58  gareth
- * Fix for bug 22917. Patch by Adam Heinz .
- *
- * Revision 1.43  2003/11/10 17:52:58  amassari
- * Fixed memory leak
- *
- * Revision 1.42  2003/10/01 16:32:37  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.41  2003/08/14 16:31:13  gareth
- * Method added to allow serilization of custom nodes from derived classes.
- *
- * Revision 1.40  2003/08/12 12:46:57  gareth
- * Added serialization for attribute nodes. Patch by Caroline Rioux.
- *
- * Revision 1.39  2003/05/18 14:02:03  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.38  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.37  2003/05/15 18:25:54  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.36  2003/05/14 16:20:13  gareth
- * Fix to problem with multiple default namespace attributes being serialized. Patch by Alberto Massari.
- *
- * Revision 1.35  2003/05/12 16:08:11  gareth
- * fix to #18832. Corrected serilization with regards to namespace nodes. Patch by Alby Massari.
- *
- * Revision 1.34  2003/05/06 13:48:35  neilg
- * fix GCC compilation problem and incorrect #include
- *
- * Revision 1.33  2003/05/05 21:23:21  neilg
- * use of the new DOMNodeSPtr typedef and its friends to enable reference counting in
- * the DOMWriter implementation for applications that require it.
- *
- * Revision 1.32  2003/04/02 03:14:42  peiyongz
- * Bug#18594: DOMWriter does not recognize Document Fragment
- *
- * Revision 1.31  2003/03/16 05:42:04  peiyongz
- * Bug#17983 Formatter does not escape control characters
- *
- * Revision 1.30  2003/02/25 16:07:37  tng
- * [Bug 13493] Use const on static data in DOMWriterImpl.cpp.
- *
- * Revision 1.29  2003/01/28 18:31:47  peiyongz
- * Bug#13694: Allow Xerces to write the BOM to XML files
- *
- * Revision 1.28  2003/01/24 20:21:46  tng
- * DOMWriter: Call XMLFormatTarget::flush when done.
- *
- * Revision 1.27  2003/01/20 16:50:13  tng
- * DOMWriter fix:
- * 1. wrong wrong nested cdata message
- * 2. pretty format the cdata section
- * 3. do not increment error count if warning was issued
- *
- * Revision 1.26  2003/01/09 19:53:45  tng
- * [Bug 15372] DOMBuilder::parseFromURI ignores result of handleErrors.
- *
- * Revision 1.25  2002/12/10 21:01:32  tng
- * NLS: DOMWriter should use message loader to load message instead of using hardcoded static stirng
- *
- * Revision 1.24  2002/12/10 18:59:14  tng
- * pretty format print: consistent newline
- *
- * Revision 1.23  2002/12/10 13:34:07  tng
- * Pretty-format print: also indent PI/comment that appear inside the root element.
- *
- * Revision 1.22  2002/12/09 11:46:08  gareth
- * More pretty pretty print feature. Patch by Kevin King. Closes bug #13840.
- *
- * Revision 1.21  2002/12/02 23:08:09  peiyongz
- * fix to bug#14528: output n+1 cdatasection
- *
- * Revision 1.20  2002/11/13 21:51:22  peiyongz
- * fix to Bug#14528
- *
- * Revision 1.19  2002/11/04 15:07:35  tng
- * C++ Namespace Support.
- *
- * Revision 1.18  2002/10/03 18:13:38  peiyongz
- * Bug#12560 Use const in DOMWriter - patch from Duncan Stodart
- *                                                              (Duncan_Stodart@insession.com )
- *
- * Revision 1.17  2002/09/24 20:19:14  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- * and check for null string directly isntead of calling XMLString::stringLen
- *
- * Revision 1.16  2002/09/09 15:42:14  peiyongz
- * Patch to Bug#12369: invalid output from DOMWriter using MemBufFormatTarget
- *
- * Revision 1.15  2002/08/07 18:10:19  peiyongz
- * Fix to Bug#11534: Wrong CDATA Terminator in DOMWriterImpl
- *
- * Revision 1.14  2002/07/22 23:24:01  tng
- * DOM L3: writeToString should use the fFormatter to do the transcoding
- *
- * Revision 1.13  2002/07/16 15:19:42  peiyongz
- * check lenght of getEncoding()/getActualEncoding()
- *
- * Revision 1.12  2002/06/25 16:17:16  tng
- * DOM L3: add release()
- *
- * Revision 1.11  2002/06/21 19:33:12  peiyongz
- * support for feature split_cdata_section and entities revised.
- *
- * Revision 1.10  2002/06/18 15:35:25  peiyongz
- * Bug#9950: Compilation error on MSVC5, patch from PeterV@ti.com.od.ua (Peter A. Volchek)
- *
- * Revision 1.9  2002/06/17 19:45:58  peiyongz
- * optimization on fFeatures and featureId introduced
- *
- * Revision 1.8  2002/06/11 19:45:45  peiyongz
- * Notify application of the XMLFormatter creation failure
- *
- * Revision 1.7  2002/06/10 16:02:21  peiyongz
- * format-pretty-print partially supported
- * resolve encoding from DOMDocument Interface
- *
- * Revision 1.6  2002/06/06 20:58:37  tng
- * [Bug 9639] enum_mem in DOMError clashes with constant.
- *
- * Revision 1.5  2002/06/05 16:03:03  peiyongz
- * delete[] used.
- *
- * Revision 1.4  2002/06/03 22:35:54  peiyongz
- * constants changed
- *
- * Revision 1.3  2002/05/31 21:01:06  peiyongz
- * move printing of XMLDecl into the processNode().
- *
- * Revision 1.2  2002/05/29 21:31:50  knoaman
- * DOM L3 LS: DOMInputSource, DOMEntityResolver, DOMImplementationLS and DOMBuilder
- *
- * Revision 1.1  2002/05/28 22:39:39  peiyongz
- * DOM3 Save Interface: DOMWriter/DOMWriterFilter
- *
  */
 
 #include "DOMWriterImpl.hpp"

Modified: xerces/c/trunk/src/xercesc/framework/BinOutputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/BinOutputStream.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/BinOutputStream.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/BinOutputStream.cpp Thu Jun 16 17:21:06 2005
@@ -15,15 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:55:57  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2003/09/18 18:29:58  peiyongz
- * Interface: Binary Output Stream
- *
  * $Id$
- *
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/LocalFileFormatTarget.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/LocalFileFormatTarget.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/LocalFileFormatTarget.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/LocalFileFormatTarget.cpp Thu Jun 16 17:21:06 2005
@@ -16,45 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.12  2005/04/27 18:21:51  cargilld
- * Fix for problem on Solaris where open may return 0 as a valid FileHandle.  Check for -1 instead.
- *
- * Revision 1.11  2004/11/02 17:09:42  peiyongz
- * Handling OutOfMemory exception
- *
- * Revision 1.10  2004/09/08 13:55:57  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2003/12/17 13:58:02  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.8  2003/12/17 00:18:33  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.7  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.6  2003/05/15 18:26:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/01/24 20:20:22  tng
- * Add method flush to XMLFormatTarget
- *
- * Revision 1.4  2003/01/09 20:59:44  tng
- * [Bug 15928] Output with LocalFileFormatTarget fails silently.
- *
- * Revision 1.3  2002/11/27 18:09:25  tng
- * [Bug 13447] Performance: Using LocalFileFormatTarget with DOMWriter is very slow.
- *
- * Revision 1.2  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.1  2002/06/19 21:59:26  peiyongz
- * DOM3:DOMSave Interface support: LocalFileFormatTarget
- *
- *
  */
 
 #include <xercesc/framework/LocalFileFormatTarget.hpp>

Modified: xerces/c/trunk/src/xercesc/framework/MemBufFormatTarget.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/MemBufFormatTarget.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/MemBufFormatTarget.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/MemBufFormatTarget.cpp Thu Jun 16 17:21:06 2005
@@ -16,35 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:55:57  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:46:29  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.6  2003/05/15 18:26:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/08/12 21:38:22  peiyongz
- * Bug#11462: MemBufFormatTarget issue(2) .., proposed patch from
- *                      Esmond Pitt (pitte@anz.com)
- *
- * Revision 1.3  2002/07/22 23:23:15  tng
- * DOM L3: MemBufFormatTarget stores fDataBuf as XMLByte directly, consistent design as MemBufInputSource
- *
- * Revision 1.2  2002/06/05 15:47:13  peiyongz
- * data member changed, reset() added.
- *
- * Revision 1.1  2002/05/28 22:40:46  peiyongz
- * DOM3 Save Interface: DOMWriter/DOMWriterFilter
- *
  */
 
 #include <xercesc/framework/MemBufFormatTarget.hpp>

Modified: xerces/c/trunk/src/xercesc/framework/MemBufInputSource.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/MemBufInputSource.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/MemBufInputSource.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/MemBufInputSource.cpp Thu Jun 16 17:21:06 2005
@@ -15,41 +15,7 @@
  */
 
 /**
- * $Log$
- * Revision 1.7  2004/09/28 02:14:13  cargilld
- * Add support for validating annotations.
- *
- * Revision 1.6  2004/09/08 13:55:57  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.4  2003/05/16 03:11:30  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/05/15 18:26:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:50  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/02/06 07:47:46  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1  2000/01/12 00:13:26  roddey
- * These were moved from internal/ to framework/, which was something that should have
- * happened long ago. They are really framework type of classes.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:10  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:42  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/StdInInputSource.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/StdInInputSource.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/StdInInputSource.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/StdInInputSource.cpp Thu Jun 16 17:21:06 2005
@@ -15,36 +15,7 @@
  */
 
 /**
- * $Log$
- * Revision 1.5  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/12/17 13:58:02  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.3  2003/05/16 03:11:30  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:50  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/02/06 07:47:46  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1  2000/01/12 00:13:26  roddey
- * These were moved from internal/ to framework/, which was something that should have
- * happened long ago. They are really framework type of classes.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:15  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:44:44  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/StdOutFormatTarget.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/StdOutFormatTarget.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/StdOutFormatTarget.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/StdOutFormatTarget.cpp Thu Jun 16 17:21:06 2005
@@ -16,39 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.10  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/02/09 23:01:43  peiyongz
- * Bug#20684: patch from carbe771@student.liu.se (C-J Berg)
- *
- * Revision 1.8  2004/01/29 11:46:29  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/05/29 11:18:37  gareth
- * Added macros in so we can determine whether to do things like iostream as opposed to iostream.h and whether to use std:: or not.
- *
- * Revision 1.6  2003/01/24 20:20:22  tng
- * Add method flush to XMLFormatTarget
- *
- * Revision 1.5  2003/01/09 18:58:29  tng
- * [Bug 15427] DOMWriter dose not flush the output stream.
- *
- * Revision 1.4  2002/11/22 14:25:59  tng
- * Got a number of compilation erros for those non-ANSI C++ compliant compiler like xlC v3.
- * Since the previous fix is just for fixing a "warning", I think it doesn't worth to break users who
- * are not ANSI C++ ready yet.
- *
- * Revision 1.3  2002/11/21 15:45:34  gareth
- * gcc 3.2 now issues a warning for use of iostream.h. Removed the .h and prefixed cout with std::.
- *
- * Revision 1.2  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.1  2002/05/28 22:40:46  peiyongz
- * DOM3 Save Interface: DOMWriter/DOMWriterFilter
- *
  */
 
 #include <xercesc/framework/StdOutFormatTarget.hpp>

Modified: xerces/c/trunk/src/xercesc/framework/URLInputSource.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/URLInputSource.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/URLInputSource.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/URLInputSource.cpp Thu Jun 16 17:21:06 2005
@@ -15,43 +15,7 @@
  */
 
 /**
- * $Log$
- * Revision 1.5  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.3  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/04/25 00:12:34  jasons
- * fairly serious error in the two XMLCh* constructor, the fURL member
- * was being improperly initialized with the (systemID,publicID) instead
- * of (baseId,systemId)
- *
- * Revision 1.1.1.1  2002/02/01 22:21:50  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/02/06 07:47:46  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/15 01:26:16  rahulj
- * Added support for HTTP to the parser using libWWW 5.2.8.
- * Renamed URL.[ch]pp to XMLURL.[ch]pp and like wise for the class name.
- * Only tested under NT 4.0 SP 5.
- * Removed URL.hpp from files where it was not used.
- *
- * Revision 1.1  2000/01/12 00:13:26  roddey
- * These were moved from internal/ to framework/, which was something that should have
- * happened long ago. They are really framework type of classes.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:18  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:44:44  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/Wrapper4DOMInputSource.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/Wrapper4DOMInputSource.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/Wrapper4DOMInputSource.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/Wrapper4DOMInputSource.cpp Thu Jun 16 17:21:06 2005
@@ -15,29 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/17 00:18:33  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.5  2003/05/30 16:11:43  gareth
- * Fixes so we compile under VC7.1. Patch by Alberto Massari.
- *
- * Revision 1.4  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.3  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/07/19 14:57:28  knoaman
- * Add an adoptFlag parameter to the constructor and remove the setter method.
- * Documentation update.
- *
- * Revision 1.1  2002/06/18 20:00:22  knoaman
- * Initial checkin.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/Wrapper4InputSource.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/Wrapper4InputSource.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/Wrapper4InputSource.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/Wrapper4InputSource.cpp Thu Jun 16 17:21:06 2005
@@ -15,29 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/17 00:18:33  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.5  2003/05/30 16:11:43  gareth
- * Fixes so we compile under VC7.1. Patch by Alberto Massari.
- *
- * Revision 1.4  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/07/19 14:57:28  knoaman
- * Add an adoptFlag parameter to the constructor and remove the setter method.
- * Documentation update.
- *
- * Revision 1.2  2002/07/15 18:26:46  tng
- * DOM L3: For consistency, add release() to DOMInputSource and thus Wrapper4InputSource.
- *
- * Revision 1.1  2002/06/18 19:07:07  knoaman
- * Initial checkin.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/XMLAttDefList.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLAttDefList.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLAttDefList.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLAttDefList.cpp Thu Jun 16 17:21:06 2005
@@ -16,16 +16,6 @@
 
 /**
  * $Id$
- * $Log$
- * Revision 1.3  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2004/01/29 11:46:29  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.1  2003/10/10 16:23:29  peiyongz
- * Implementation of Serialization/Deserialization
- *
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/XMLBuffer.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLBuffer.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLBuffer.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLBuffer.cpp Thu Jun 16 17:21:06 2005
@@ -15,48 +15,7 @@
  */
 
 /**
- * $Log$
- * Revision 1.8  2004/12/13 16:36:43  cargilld
- * Performance improvement from Christian Will and bug fix from David Bertoni.
- *
- * Revision 1.7  2004/09/29 20:33:51  peiyongz
- * resize the internal buffer even the handler can successfully flush the buffer
- *
- * Revision 1.5  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/05/15 18:26:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/13 17:07:43  peiyongz
- * using 2 instead of 1.25 to expand capacity
- *
- * Revision 1.1.1.1  2002/02/01 22:21:50  peiyongz
- * sane_include
- *
- * Revision 1.5  2000/08/17 00:04:50  andyh
- * Fix error in growing of XMLBuffer from within ensureCapacity()
- * Fixes crash pointed out by Simon Fell.
- *
- * Revision 1.4  2000/05/15 22:31:11  andyh
- * Replace #include<memory.h> with <string.h> everywhere.
- *
- * Revision 1.3  2000/02/06 07:47:47  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  1999/11/23 01:04:19  roddey
- * Updates to some of the internal VC++ project files and some small
- * fixes to make XMLBuffer correctly character size agnostic.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:29  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:35  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/XMLBufferMgr.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLBufferMgr.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLBufferMgr.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLBufferMgr.cpp Thu Jun 16 17:21:06 2005
@@ -15,39 +15,7 @@
  */
 
 /**
- * $Log$
- * Revision 1.5  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/12/17 00:18:33  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.3  2003/05/15 18:26:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:51  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/05/15 22:31:11  andyh
- * Replace #include<memory.h> with <string.h> everywhere.
- *
- * Revision 1.3  2000/03/02 19:54:24  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.2  2000/02/06 07:47:47  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:30  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:36  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/XMLContentModel.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLContentModel.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLContentModel.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLContentModel.cpp Thu Jun 16 17:21:06 2005
@@ -15,28 +15,7 @@
  */
 
 /**
- * $Log$
- * Revision 1.3  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:51  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/05/28 20:53:35  tng
- * Schema: move static data gInvalidTrans, gEOCFakeId, gEpsilonFakeId to XMLContentModel for others to access
- *
- * Revision 1.2  2000/02/06 07:47:47  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:30  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:37  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/XMLDTDDescription.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLDTDDescription.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLDTDDescription.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLDTDDescription.cpp Thu Jun 16 17:21:06 2005
@@ -16,13 +16,6 @@
 
 /**
  * $Id$
- * $Log$
- * Revision 1.2  2004/09/08 13:55:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2003/10/14 15:16:58  peiyongz
- * Implementation of Serialization/Deserialization
- *
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/XMLGrammarDescription.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLGrammarDescription.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLGrammarDescription.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLGrammarDescription.cpp Thu Jun 16 17:21:06 2005
@@ -16,16 +16,6 @@
 
 /**
  * $Id$
- * $Log$
- * Revision 1.3  2004/09/08 13:55:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2004/01/29 11:46:29  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.1  2003/10/14 15:16:58  peiyongz
- * Implementation of Serialization/Deserialization
- *
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/XMLNotationDecl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLNotationDecl.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLNotationDecl.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLNotationDecl.cpp Thu Jun 16 17:21:06 2005
@@ -15,54 +15,7 @@
  */
 
 /**
- * $Log$
- * Revision 1.12  2004/10/28 20:10:50  peiyongz
- * Data member reshuffle and store/load fNameScopeId
- *
- * Revision 1.11  2004/09/08 13:55:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2003/11/21 22:34:46  neilg
- * More schema component model implementation, thanks to David Cargill.
- * In particular, this cleans up and completes the XSModel, XSNamespaceItem,
- * XSAttributeDeclaration and XSAttributeGroup implementations.
- *
- * Revision 1.9  2003/11/06 15:30:06  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.8  2003/10/10 16:23:29  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.7  2003/10/01 16:32:38  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.6  2003/05/16 21:36:55  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.5  2003/05/15 18:26:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/04/21 20:46:01  knoaman
- * Use XMLString::release to prepare for configurable memory manager.
- *
- * Revision 1.3  2002/11/04 15:00:21  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/22 19:27:41  tng
- * [Bug 11448] DomCount has problems with XHTML1.1 DTD.
- *
- * Revision 1.1.1.1  2002/02/01 22:21:52  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/02/06 07:47:48  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:08:35  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:39  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/XMLRefInfo.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLRefInfo.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLRefInfo.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLRefInfo.cpp Thu Jun 16 17:21:06 2005
@@ -14,17 +14,9 @@
  * limitations under the License.
  */
 
-/**
-  * $Log$
-  * Revision 1.2  2004/09/08 13:55:59  peiyongz
-  * Apache License Version 2.0
-  *
-  * Revision 1.1  2003/09/30 18:14:34  peiyongz
-  * Implementation of Serialization/Deserialization
-  *
-  * $Id$
-  *
-  */
+/*
+ * $Id$
+ */
 
 // ---------------------------------------------------------------------------
 //  Includes

Modified: xerces/c/trunk/src/xercesc/framework/XMLSchemaDescription.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLSchemaDescription.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLSchemaDescription.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLSchemaDescription.cpp Thu Jun 16 17:21:06 2005
@@ -16,13 +16,6 @@
 
 /**
  * $Id$
- * $Log$
- * Revision 1.2  2004/09/08 13:55:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2003/10/14 15:16:58  peiyongz
- * Implementation of Serialization/Deserialization
- *
  */
 
 

Modified: xerces/c/trunk/src/xercesc/framework/XMLValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLValidator.cpp Thu Jun 16 17:21:06 2005
@@ -14,88 +14,9 @@
  * limitations under the License.
  */
 
-/**
-  * $Log$
-  * Revision 1.9  2004/10/20 15:18:20  knoaman
-  * Allow option of initializing static data in XMLPlatformUtils::Initialize
-  *
-  * Revision 1.8  2004/09/08 13:55:59  peiyongz
-  * Apache License Version 2.0
-  *
-  * Revision 1.7  2004/01/09 04:39:56  knoaman
-  * Use a global static mutex for locking when creating local static mutexes instead of compareAndSwap.
-  *
-  * Revision 1.6  2003/12/24 15:24:13  cargilld
-  * More updates to memory management so that the static memory manager.
-  *
-  * Revision 1.5  2003/12/17 00:18:34  cargilld
-  * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
-  *
-  * Revision 1.4  2003/05/15 18:26:07  knoaman
-  * Partial implementation of the configurable memory manager.
-  *
-  * Revision 1.3  2003/03/09 16:38:04  peiyongz
-  * PanicHandler
-  *
-  * Revision 1.2  2002/11/04 15:00:21  tng
-  * C++ Namespace Support.
-  *
-  * Revision 1.1.1.1  2002/02/01 22:21:52  peiyongz
-  * sane_include
-  *
-  * Revision 1.13  2001/11/30 22:18:18  peiyongz
-  * cleanUp function made member function
-  * cleanUp object moved to file scope
-  * double mutex lock removed
-  *
-  * Revision 1.12  2001/11/28 20:32:49  tng
-  * Do not increment the error count if it is a warning.
-  *
-  * Revision 1.11  2001/10/24 23:46:52  peiyongz
-  * [Bug 4342] fix the leak.
-  *
-  * Revision 1.10  2001/06/04 21:07:34  jberry
-  * Increment scanner error count from schema validator, not just in scanner itself.
-  *
-  * Revision 1.9  2001/05/11 13:25:33  tng
-  * Copyright update.
-  *
-  * Revision 1.8  2001/05/03 19:08:58  knoaman
-  * Support Warning/Error/FatalError messaging.
-  * Validity constraints errors are treated as errors, with the ability by user to set
-  * validity constraints as fatal errors.
-  *
-  * Revision 1.7  2001/03/21 21:56:02  tng
-  * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
-  *
-  * Revision 1.6  2000/03/28 19:43:17  roddey
-  * Fixes for signed/unsigned warnings. New work for two way transcoding
-  * stuff.
-  *
-  * Revision 1.5  2000/03/02 19:54:25  roddey
-  * This checkin includes many changes done while waiting for the
-  * 1.1.0 code to be finished. I can't list them all here, but a list is
-  * available elsewhere.
-  *
-  * Revision 1.4  2000/02/06 07:47:49  rahulj
-  * Year 2K copyright swat.
-  *
-  * Revision 1.3  1999/12/08 00:15:06  roddey
-  * Some small last minute fixes to get into the 3.0.1 build that is going to be
-  * going out anyway for platform fixes.
-  *
-  * Revision 1.2  1999/12/02 19:02:56  roddey
-  * Get rid of a few statically defined XMLMutex objects, and lazy eval them
-  * using atomic compare and swap. I somehow let it get by me that we don't
-  * want any static/global objects at all.
-  *
-  * Revision 1.1.1.1  1999/11/09 01:08:37  twl
-  * Initial checkin
-  *
-  * Revision 1.3  1999/11/08 20:44:40  rahul
-  * Swat for adding in Product name and CVS comment log variable.
-  *
-  */
+/*
+ * $Id$
+ */
 
 // ---------------------------------------------------------------------------
 //  Includes

Modified: xerces/c/trunk/src/xercesc/framework/psvi/PSVIAttribute.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/PSVIAttribute.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/PSVIAttribute.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/PSVIAttribute.cpp Thu Jun 16 17:21:06 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.8  2003/12/30 05:58:56  neilg
- * allow schema normalized values to be associated with a PSVIAttribute after it is reset
- *
- * Revision 1.7  2003/12/02 17:37:03  neilg
- * fix compilation problem
- *
- * Revision 1.6  2003/12/02 17:31:42  neilg
- * since there are certain things, such as schemaLocation attributes, that have a datatype and which we nonetheless do not validate, make canonical-value production dependent on validity being valid
- *
- * Revision 1.5  2003/11/28 22:41:04  neilg
- * fix compilation error
- *
- * Revision 1.4  2003/11/28 20:20:54  neilg
- * make use of canonical representation in PSVIAttribute implementation
- *
- * Revision 1.3  2003/11/27 06:10:32  neilg
- * PSVIAttribute implementation
- *
- * Revision 1.2  2003/11/06 21:50:33  neilg
- * fix compilation errors under gcc 3.3.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/PSVIAttribute.hpp>

Modified: xerces/c/trunk/src/xercesc/framework/psvi/PSVIAttributeList.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/PSVIAttributeList.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/PSVIAttributeList.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/PSVIAttributeList.cpp Thu Jun 16 17:21:06 2005
@@ -15,31 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/02/15 19:37:16  amassari
- * Removed cause for warnings in VC 7.1
- *
- * Revision 1.6  2003/12/30 16:48:16  neilg
- * some indices in the PSVIAttributeList were 1 off
- *
- * Revision 1.5  2003/12/20 06:19:38  neilg
- * store name/namespace of corresponding attribute in PSVIAttributeList; not all PSVIAttributes have XSAttributeDeclarations
- *
- * Revision 1.4  2003/12/15 17:23:48  cargilld
- * psvi updates; cleanup revisits and bug fixes
- *
- * Revision 1.3  2003/11/26 16:20:37  neilg
- * more complete implementation of PSVIAttributeList; remove some problematic const-ness
- *
- * Revision 1.2  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/PSVIAttributeList.hpp>

Modified: xerces/c/trunk/src/xercesc/framework/psvi/PSVIElement.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/PSVIElement.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/PSVIElement.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/PSVIElement.cpp Thu Jun 16 17:21:06 2005
@@ -15,27 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/11/28 21:18:31  knoaman
- * Make use of canonical representation in PSVIElement
- *
- * Revision 1.4  2003/11/27 22:52:37  knoaman
- * PSVIElement implementation
- *
- * Revision 1.3  2003/11/21 22:34:45  neilg
- * More schema component model implementation, thanks to David Cargill.
- * In particular, this cleans up and completes the XSModel, XSNamespaceItem,
- * XSAttributeDeclaration and XSAttributeGroup implementations.
- *
- * Revision 1.2  2003/11/06 21:50:33  neilg
- * fix compilation errors under gcc 3.3.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/PSVIElement.hpp>

Modified: xerces/c/trunk/src/xercesc/framework/psvi/PSVIItem.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/PSVIItem.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/PSVIItem.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/PSVIItem.cpp Thu Jun 16 17:21:06 2005
@@ -15,33 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/21 16:09:19  peiyongz
- * only vaild PSVIItem has actual value.
- *
- * Revision 1.7  2004/09/13 21:22:42  peiyongz
- * new method: getActualValue()
- *
- * Revision 1.6  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/11/28 21:18:31  knoaman
- * Make use of canonical representation in PSVIElement
- *
- * Revision 1.4  2003/11/25 16:14:28  neilg
- * move inlines into PSVIItem.hpp
- *
- * Revision 1.3  2003/11/21 22:34:45  neilg
- * More schema component model implementation, thanks to David Cargill.
- * In particular, this cleans up and completes the XSModel, XSNamespaceItem,
- * XSAttributeDeclaration and XSAttributeGroup implementations.
- *
- * Revision 1.2  2003/09/17 17:45:37  neilg
- * remove spurious inlines; hopefully this will make Solaris/AIX compilers happy.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/PSVIItem.hpp>

Modified: xerces/c/trunk/src/xercesc/framework/psvi/XSAnnotation.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSAnnotation.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSAnnotation.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSAnnotation.cpp Thu Jun 16 17:21:06 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/28 02:14:13  cargilld
- * Add support for validating annotations.
- *
- * Revision 1.10  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/04/02 16:51:05  peiyongz
- * Better error report support
- *
- * Revision 1.8  2003/12/19 07:18:56  neilg
- * remove a throw clause inserted during debugging (but should we really swallow this exception?)
- *
- * Revision 1.7  2003/12/15 19:04:55  neilg
- * fix segfault when a writeAnnotation() method was called
- *
- * Revision 1.6  2003/11/27 21:29:05  neilg
- * implement writeAnnotation; thanks to Dave Cargill
- *
- * Revision 1.5  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.4  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.3  2003/11/11 22:48:13  knoaman
- * Serialization of XSAnnotation.
- *
- * Revision 1.2  2003/11/06 19:28:11  knoaman
- * PSVI support for annotations.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSAnnotation.hpp>

Modified: xerces/c/trunk/src/xercesc/framework/psvi/XSAttributeGroupDefinition.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSAttributeGroupDefinition.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSAttributeGroupDefinition.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSAttributeGroupDefinition.cpp Thu Jun 16 17:21:06 2005
@@ -15,33 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/11/21 22:34:45  neilg
- * More schema component model implementation, thanks to David Cargill.
- * In particular, this cleans up and completes the XSModel, XSNamespaceItem,
- * XSAttributeDeclaration and XSAttributeGroup implementations.
- *
- * Revision 1.5  2003/11/21 17:19:30  knoaman
- * PSVI update.
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSAttributeGroupDefinition.hpp>

Modified: xerces/c/trunk/src/xercesc/framework/psvi/XSAttributeUse.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSAttributeUse.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSAttributeUse.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSAttributeUse.cpp Thu Jun 16 17:21:06 2005
@@ -15,34 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/07/06 14:58:15  cargilld
- * Rename VALUE_CONSTRAINT enumeration names to avoid naming conflict with AIX system header which already uses VC_DEFAULT as a macro.  Will need to document that this fix breaks source code compatibility.
- *
- * Revision 1.6  2003/12/17 20:50:34  knoaman
- * PSVI: fix for annotation of attributes in attributeGroup/derived types
- *
- * Revision 1.5  2003/11/21 17:19:30  knoaman
- * PSVI update.
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSAttributeUse.hpp>

Modified: xerces/c/trunk/src/xercesc/framework/psvi/XSComplexTypeDefinition.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSComplexTypeDefinition.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSComplexTypeDefinition.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSComplexTypeDefinition.cpp Thu Jun 16 17:21:06 2005
@@ -15,55 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.15  2004/10/19 11:09:11  cargilld
- * More fixes to derviedFromType.
- *
- * Revision 1.14  2004/10/15 11:15:44  cargilld
- * Fix for jira bug 1234.  Infinite loop in XSComplexTypeDefinition::derviedFromType.
- *
- * Revision 1.13  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.12  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.11  2003/12/24 17:42:02  knoaman
- * Misc. PSVI updates
- *
- * Revision 1.10  2003/12/19 15:09:47  knoaman
- * PSVI: process 'final' information
- *
- * Revision 1.9  2003/12/15 17:23:48  cargilld
- * psvi updates; cleanup revisits and bug fixes
- *
- * Revision 1.8  2003/11/27 16:42:00  neilg
- * fixes for segfaults and infinite loops in schema component model implementation; thanks to David Cargill
- *
- * Revision 1.7  2003/11/25 18:08:31  knoaman
- * Misc. PSVI updates. Thanks to David Cargill.
- *
- * Revision 1.6  2003/11/21 17:19:30  knoaman
- * PSVI update.
- *
- * Revision 1.5  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.4  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.3  2003/11/10 21:56:54  neilg
- * make internal code use the new, stateless, method of traversing attribute lists
- *
- * Revision 1.2  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSComplexTypeDefinition.hpp>

Modified: xerces/c/trunk/src/xercesc/framework/psvi/XSElementDeclaration.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSElementDeclaration.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSElementDeclaration.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSElementDeclaration.cpp Thu Jun 16 17:21:06 2005
@@ -15,49 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.13  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.12  2004/07/06 14:58:15  cargilld
- * Rename VALUE_CONSTRAINT enumeration names to avoid naming conflict with AIX system header which already uses VC_DEFAULT as a macro.  Will need to document that this fix breaks source code compatibility.
- *
- * Revision 1.11  2004/05/04 19:02:40  cargilld
- * Enable IDs to work on all kinds of schema components
- *
- * Revision 1.10  2003/12/15 17:23:48  cargilld
- * psvi updates; cleanup revisits and bug fixes
- *
- * Revision 1.9  2003/12/02 01:27:01  knoaman
- * Properly set fAnnotation data member
- *
- * Revision 1.8  2003/11/25 20:37:40  jberry
- * Cleanup build errors/warnings from CodeWarrior
- *
- * Revision 1.7  2003/11/23 16:20:16  knoaman
- * PSVI: pass scope and enclosing type during construction.
- *
- * Revision 1.6  2003/11/21 17:29:53  knoaman
- * PSVI update
- *
- * Revision 1.5  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.4  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.3  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.2  2003/09/17 17:45:37  neilg
- * remove spurious inlines; hopefully this will make Solaris/AIX compilers happy.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSElementDeclaration.hpp>

Modified: xerces/c/trunk/src/xercesc/framework/psvi/XSFacet.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSFacet.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSFacet.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSFacet.cpp Thu Jun 16 17:21:06 2005
@@ -15,28 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/11/21 17:29:53  knoaman
- * PSVI update
- *
- * Revision 1.4  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.3  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.2  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSFacet.hpp>

Modified: xerces/c/trunk/src/xercesc/framework/psvi/XSIDCDefinition.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/psvi/XSIDCDefinition.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/psvi/XSIDCDefinition.cpp (original)
+++ xerces/c/trunk/src/xercesc/framework/psvi/XSIDCDefinition.cpp Thu Jun 16 17:21:06 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:08  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:46:30  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/15 17:23:48  cargilld
- * psvi updates; cleanup revisits and bug fixes
- *
- * Revision 1.6  2003/11/21 17:29:53  knoaman
- * PSVI update
- *
- * Revision 1.5  2003/11/14 22:47:53  neilg
- * fix bogus log message from previous commit...
- *
- * Revision 1.4  2003/11/14 22:33:30  neilg
- * Second phase of schema component model implementation.  
- * Implement XSModel, XSNamespaceItem, and the plumbing necessary
- * to connect them to the other components.
- * Thanks to David Cargill.
- *
- * Revision 1.3  2003/11/06 15:30:04  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.2  2003/09/17 17:45:37  neilg
- * remove spurious inlines; hopefully this will make Solaris/AIX compilers happy.
- *
- * Revision 1.1  2003/09/16 14:33:36  neilg
- * PSVI/schema component model classes, with Makefile/configuration changes necessary to build them
- *
+ * $Id$
  */
 
 #include <xercesc/framework/psvi/XSIDCDefinition.hpp>



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