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 04:56:50 UTC

svn commit: r191054 [15/15] - in /xerces/c/branches/xerces-2.7: Projects/MacOS/ Projects/MacOS/CodeWarrior/XercesLib/ Projects/Win32/BCB4/Xerces-all/ Projects/Win32/BCB5/Xerces-all/ scripts/ src/xercesc/com/ src/xercesc/dom/ 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/MsgLoaders/Win32/ src/xercesc/util/NetAccessors/Socket/ src/xercesc/util/NetAccessors/WinSock/ src/xercesc/util/NetAccessors/libWWW/ src/xercesc/util/Platforms/AIX/ 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/OS2/ src/xercesc/util/Platforms/OS390/ src/xercesc/util/Platforms/OS400/ src/xercesc/util/Platforms/OpenServer/ src/xercesc/util/Platforms/PTX/ src/xercesc/util/Platforms/QNX/ src/xercesc/util/Platforms/Solaris/ src/xercesc/util/Platforms/Tandem/ src/xercesc/util/Platforms/UnixWare/ src/xercesc/util/Platforms/Win32/ src/xercesc/util/Transcoders/Cygwin/ src/xercesc/util/Transcoders/ICU/ src/xercesc/util/Transcoders/Iconv/ src/xercesc/util/Transcoders/Iconv390/ src/xercesc/util/Transcoders/Iconv400/ src/xercesc/util/Transcoders/IconvFBSD/ src/xercesc/util/Transcoders/IconvGNU/ src/xercesc/util/Transcoders/Uniconv390/ src/xercesc/util/Transcoders/Win32/ 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/ tools/IANACharset/ tools/ICUData/ tools/NLS/Xlat/

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaValidator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaValidator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaValidator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/SchemaValidator.hpp Thu Jun 16 19:56:35 2005
@@ -15,121 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.27  2004/09/08 13:56:57  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.26  2004/03/01 21:06:38  knoaman
- * Fix for UPA checking
- *
- * Revision 1.25  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.24  2003/12/03 20:00:27  neilg
- * PSVI fix:  cannot allow validator to reset its element content buffer before exposing it to the application
- *
- * Revision 1.23  2003/11/28 21:18:32  knoaman
- * Make use of canonical representation in PSVIElement
- *
- * Revision 1.22  2003/11/27 22:52:37  knoaman
- * PSVIElement implementation
- *
- * Revision 1.21  2003/11/27 06:10:31  neilg
- * PSVIAttribute implementation
- *
- * Revision 1.20  2003/11/24 05:13:20  neilg
- * expose validator that actually validated attribute.  Clean up union handling
- *
- * Revision 1.19  2003/10/05 02:09:37  neilg
- * the validator now keeps track of the current complex and simple type (including if this is an xsi:type).  This allows both the validator and the scanner to know what the current type is, without the need to modify the element declaration each time an xsi:type is seen
- *
- * Revision 1.18  2003/08/14 03:01:04  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.17  2003/05/18 14:02:08  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.16  2003/05/16 21:43:21  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.15  2003/05/16 03:15:51  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.14  2003/05/15 18:57:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.13  2003/01/20 19:04:48  knoaman
- * Fix for particle derivation checking.
- *
- * Revision 1.12  2003/01/13 20:16:51  knoaman
- * [Bug 16024] SchemaSymbols.hpp conflicts C++ Builder 6 dir.h
- *
- * Revision 1.11  2003/01/09 22:34:54  tng
- * [Bug 14955] error validating parser.
- *
- * Revision 1.10  2002/11/07 21:57:37  tng
- * Fix the following Schema Test Failures:
- * 1. Typo when comparing miscFlags with FIXED
- * 2. If xsi:type is specified, need to validate using that xsitype validator even if the type was any
- * 3. Need to check ID/IDREFs for element value
- * 4. Need to duplicate attribute id for wildcard scenario.
- *
- * Revision 1.9  2002/11/04 14:49:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.8  2002/09/04 18:17:41  tng
- * Do not set IDREF to used during prevalidation.
- *
- * Revision 1.7  2002/07/11 18:55:45  knoaman
- * Add a flag to the preContentValidation method to indicate whether to validate
- * default/fixed attributes or not.
- *
- * Revision 1.6  2002/06/17 18:09:29  tng
- * DOM L3: support "datatype-normalization"
- *
- * Revision 1.5  2002/05/22 20:54:14  knoaman
- * Prepare for DOM L3 :
- * - Make use of the XMLEntityHandler/XMLErrorReporter interfaces, instead of using
- * EntityHandler/ErrorHandler directly.
- * - Add 'AbstractDOMParser' class to provide common functionality for XercesDOMParser
- * and DOMBuilder.
- *
- * Revision 1.4  2002/04/19 13:33:23  knoaman
- * Fix for bug 8236.
- *
- * Revision 1.3  2002/04/01 15:47:06  knoaman
- * Move Element Consistency checking (ref to global declarations) to SchemaValidator.
- *
- * Revision 1.2  2002/03/25 20:25:32  knoaman
- * Move particle derivation checking from TraverseSchema to SchemaValidator.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:47  peiyongz
- * sane_include
- *
- * Revision 1.8  2001/11/13 13:25:08  tng
- * Deprecate function XMLValidator::checkRootElement.
- *
- * Revision 1.7  2001/06/05 16:51:21  knoaman
- * Add 'const' to getGrammar - submitted by Peter A. Volchek.
- *
- * Revision 1.6  2001/05/11 15:17:48  tng
- * Schema: Nillable fixes.
- *
- * Revision 1.5  2001/05/11 13:27:37  tng
- * Copyright update.
- *
- * Revision 1.4  2001/05/03 20:34:45  tng
- * Schema: SchemaValidator update
- *
- * Revision 1.3  2001/04/19 18:17:40  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.2  2001/03/30 16:35:20  tng
- * Schema: Whitespace normalization.
- *
- * Revision 1.1  2001/03/21 21:56:33  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp Thu Jun 16 19:56:35 2005
@@ -15,33 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:57  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/03/03 23:04:17  peiyongz
- * deallocate fNamespace when loaded
- *
- * Revision 1.6  2003/12/24 15:24:16  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.5  2003/10/17 21:17:12  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.4  2003/10/14 15:22:28  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.3  2003/07/31 17:14:27  peiyongz
- * Grammar embed grammar description
- *
- * Revision 1.2  2003/06/20 22:19:12  peiyongz
- * Stateless Grammar Pool :: Part I
- *
- * Revision 1.1  2003/06/20 18:40:28  peiyongz
- * Stateless Grammar Pool :: Part I
- *
  * $Id$
- *
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XSDErrorReporter.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XSDErrorReporter.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XSDErrorReporter.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XSDErrorReporter.cpp Thu Jun 16 19:56:35 2005
@@ -14,58 +14,9 @@
  * limitations under the License.
  */
 
-/**
-  * $Log$
-  * Revision 1.15  2004/10/20 15:19:07  knoaman
-  * Allow option of initializing static data in XMLPlatformUtils::Initialize
-  *
-  * Revision 1.14  2004/09/08 13:56:57  peiyongz
-  * Apache License Version 2.0
-  *
-  * Revision 1.13  2004/07/22 15:37:18  knoaman
-  * Use file static instance instead of local static instance
-  *
-  * Revision 1.12  2004/01/09 22:41:58  knoaman
-  * Use a global static mutex for locking when creating local static mutexes instead of compareAndSwap
-  *
-  * Revision 1.11  2003/12/24 15:24:16  cargilld
-  * More updates to memory management so that the static memory manager.
-  *
-  * Revision 1.10  2003/03/09 17:05:01  peiyongz
-  * PanicHandler
-  *
-  * Revision 1.9  2003/01/13 16:13:37  knoaman
-  * We should load the validation message set.
-  *
-  * Revision 1.8  2003/01/09 15:30:09  tng
-  * Performance: construct message loader only when required.
-  *
-  * Revision 1.7  2002/12/04 02:32:43  knoaman
-  * #include cleanup.
-  *
-  * Revision 1.6  2002/11/27 18:05:38  tng
-  * Schema Fix: cast the toEmit back to XMLErrs:Codes so that it can be caught by the Scanner properly.
-  *
-  * Revision 1.5  2002/11/15 21:58:04  peiyongz
-  * Leave thread safety issue to message loader
-  *
-  * Revision 1.4  2002/11/04 14:49:42  tng
-  * C++ Namespace Support.
-  *
-  * Revision 1.3  2002/09/24 20:12:48  tng
-  * Performance: use XMLString::equals instead of XMLString::compareString
-  *
-  * Revision 1.2  2002/05/22 20:54:14  knoaman
-  * Prepare for DOM L3 :
-  * - Make use of the XMLEntityHandler/XMLErrorReporter interfaces, instead of using
-  * EntityHandler/ErrorHandler directly.
-  * - Add 'AbstractDOMParser' class to provide common functionality for XercesDOMParser
-  * and DOMBuilder.
-  *
-  * Revision 1.1  2002/03/21 15:34:40  knoaman
-  * Add support for reporting line/column numbers of schema errors.
-  *
-  */
+/*
+ * $Id$
+ */
 
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XSDLocator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XSDLocator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XSDLocator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XSDLocator.cpp Thu Jun 16 19:56:35 2005
@@ -14,21 +14,9 @@
  * limitations under the License.
  */
 
-/**
-  * $Log$
-  * Revision 1.4  2004/09/08 13:56:57  peiyongz
-  * Apache License Version 2.0
-  *
-  * Revision 1.3  2002/11/04 14:49:42  tng
-  * C++ Namespace Support.
-  *
-  * Revision 1.2  2002/05/27 18:44:07  tng
-  * To get ready for 64 bit large file, use XMLSSize_t to represent line and column number.
-  *
-  * Revision 1.1  2002/03/21 15:34:40  knoaman
-  * Add support for reporting line/column numbers of schema errors.
-  *
-  */
+/*
+ * $Id$
+ */
 
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XUtil.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XUtil.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XUtil.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XUtil.cpp Thu Jun 16 19:56:35 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2002/11/04 14:49:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/09/24 20:12:48  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.3  2002/05/21 19:31:45  tng
- * DOM Reorganization: modify to use the new DOM interface and remove obsolete code in XUtil.
- *
- * Revision 1.2  2002/02/06 22:21:49  knoaman
- * Use IDOM for schema processing.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/12/05 20:12:30  knoaman
- * Use getLocalName instead of getNodeName.
- *
- * Revision 1.5  2001/11/02 14:13:45  knoaman
- * Add support for identity constraints.
- *
- * Revision 1.4  2001/05/11 13:27:39  tng
- * Copyright update.
- *
- * Revision 1.3  2001/05/03 21:02:40  tng
- * Schema: Add SubstitutionGroupComparator and update exception messages.  By Pei Yong Zhang.
- *
- * Revision 1.2  2001/04/04 18:02:04  tng
- * Schema: include failure on Unix for XUtil.cpp.  Fixed by Pei Yong Zhang.
- *
- * Revision 1.1  2001/03/30 16:06:00  tng
- * Schema: XUtil, added by Pei Yong Zhang
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XUtil.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XUtil.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XUtil.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XUtil.hpp Thu Jun 16 19:56:35 2005
@@ -15,34 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2004/01/29 11:52:31  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.4  2002/11/04 14:49:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/05/21 19:31:45  tng
- * DOM Reorganization: modify to use the new DOM interface and remove obsolete code in XUtil.
- *
- * Revision 1.2  2002/02/06 22:21:49  knoaman
- * Use IDOM for schema processing.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/11/02 14:13:45  knoaman
- * Add support for identity constraints.
- *
- * Revision 1.2  2001/05/11 13:27:39  tng
- * Copyright update.
- *
- * Revision 1.1  2001/03/30 16:06:00  tng
- * Schema: XUtil, added by Pei Yong Zhang
- *
+ * $Id$
  */
 
 #if !defined(XUTIL_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XercesAttGroupInfo.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XercesAttGroupInfo.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XercesAttGroupInfo.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XercesAttGroupInfo.cpp Thu Jun 16 19:56:35 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/11/20 17:06:05  knoaman
- * PSVI: store name and namespace information
- *
- * Revision 1.7  2003/11/13 23:20:47  peiyongz
- * initSize
- *
- * Revision 1.6  2003/10/17 21:17:12  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.5  2003/10/14 15:22:28  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/15 18:57:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 14:49:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/09/24 20:12:48  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/11/20 20:21:49  knoaman
- * Add check for attribute derviation ok when redefining attribute group by restriction.
- *
- * Revision 1.3  2001/11/20 15:57:04  knoaman
- * Add check for multiple attributes with type derived from ID.
- *
- * Revision 1.2  2001/08/09 15:23:17  knoaman
- * add support for <anyAttribute> declaration.
- *
- * Revision 1.1  2001/07/31 15:26:54  knoaman
- * Added support for <attributeGroup>.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XercesElementWildcard.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XercesElementWildcard.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XercesElementWildcard.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XercesElementWildcard.cpp Thu Jun 16 19:56:35 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 14:49:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/11/21 14:30:13  knoaman
- * Fix for UPA checking.
- *
- * Revision 1.2  2001/08/22 16:58:27  tng
- * typo: the type should be t1/t2, not w1/w2.
- *
- * Revision 1.1  2001/08/21 15:58:42  tng
- * Schema: New files XercesElementWildCard.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XercesElementWildcard.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XercesElementWildcard.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XercesElementWildcard.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XercesElementWildcard.hpp Thu Jun 16 19:56:35 2005
@@ -15,24 +15,8 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 14:49:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/11/21 14:30:13  knoaman
- * Fix for UPA checking.
- *
- * Revision 1.1  2001/08/21 15:58:42  tng
- * Schema: New files XercesElementWildCard.
- *
-
-*/
+ * $Id$
+ */
 
 
 #if !defined(XERCESELEMENTWILDCARD_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XercesGroupInfo.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XercesGroupInfo.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XercesGroupInfo.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/XercesGroupInfo.cpp Thu Jun 16 19:56:35 2005
@@ -15,49 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:56:58  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2003/11/20 17:06:05  knoaman
- * PSVI: store name and namespace information
- *
- * Revision 1.10  2003/11/13 23:20:47  peiyongz
- * initSize
- *
- * Revision 1.9  2003/10/29 16:21:52  peiyongz
- * don't own the element list pointed to by fElements
- *
- * Revision 1.8  2003/10/17 21:17:12  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.7  2003/10/14 15:22:28  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.6  2003/05/18 14:02:08  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.5  2003/05/15 18:57:27  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2002/11/04 14:49:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/04/01 15:47:06  knoaman
- * Move Element Consistency checking (ref to global declarations) to SchemaValidator.
- *
- * Revision 1.2  2002/03/25 20:25:32  knoaman
- * Move particle derivation checking from TraverseSchema to SchemaValidator.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/08/24 20:36:37  knoaman
- * Add support for <redefine>.
- *
- * Revision 1.1  2001/07/24 18:33:46  knoaman
- * Added support for <group> + extra constraint checking for complexType
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/FieldActivator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/FieldActivator.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/FieldActivator.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/FieldActivator.cpp Thu Jun 16 19:56:35 2005
@@ -15,40 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2005/01/07 15:28:49  amassari
- * Removed warnings
- *
- * Revision 1.9  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/12/17 01:13:10  cargilld
- * Fix memhandlertest failure (memory not deleted).
- *
- * Revision 1.7  2003/12/17 00:18:41  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.6  2003/12/16 18:41:15  knoaman
- * Make IC_Field stateless
- *
- * Revision 1.5  2003/05/22 02:10:52  knoaman
- * Default the memory manager.
- *
- * Revision 1.4  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/27 05:56:19  knoaman
- * Identity Constraint: handle case of recursive elements.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/FieldValueMap.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/FieldValueMap.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/FieldValueMap.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/FieldValueMap.cpp Thu Jun 16 19:56:35 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2005/01/07 15:28:49  amassari
- * Removed warnings
- *
- * Revision 1.8  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2003/10/01 16:32:42  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.6  2003/05/22 02:10:52  knoaman
- * Default the memory manager.
- *
- * Revision 1.5  2003/05/18 14:02:09  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:59  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_Field.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_Field.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_Field.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_Field.cpp Thu Jun 16 19:56:35 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/01/29 11:52:32  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.6  2003/12/16 18:41:15  knoaman
- * Make IC_Field stateless
- *
- * Revision 1.5  2003/10/14 15:24:23  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.4  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/01/13 16:30:19  knoaman
- * [Bug 14469] Validator doesn't enforce xsd:key.
- *
- * Revision 1.2  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/11/15 17:10:19  knoaman
- * Particle derivation checking support.
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_Key.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_Key.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_Key.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_Key.cpp Thu Jun 16 19:56:35 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/10/14 15:24:23  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.3  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_KeyRef.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_KeyRef.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_KeyRef.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_KeyRef.cpp Thu Jun 16 19:56:35 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/10/14 15:24:23  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.3  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_Selector.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_Selector.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_Selector.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_Selector.cpp Thu Jun 16 19:56:35 2005
@@ -15,37 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/10/14 15:24:23  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/01/13 16:30:19  knoaman
- * [Bug 14469] Validator doesn't enforce xsd:key.
- *
- * Revision 1.3  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/27 05:56:19  knoaman
- * Identity Constraint: handle case of recursive elements.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/11/23 18:35:33  tng
- * Eliminate Warning from AIX xlC 3.6:1540-399: (W) "XMLAttr" is undefined.  The delete operator will not call a destructor.
- *
- * Revision 1.2  2001/11/15 17:10:19  knoaman
- * Particle derivation checking support.
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_Unique.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_Unique.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_Unique.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IC_Unique.cpp Thu Jun 16 19:56:35 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/10/14 15:24:23  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.3  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IdentityConstraint.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IdentityConstraint.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IdentityConstraint.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IdentityConstraint.cpp Thu Jun 16 19:56:35 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/01/29 11:52:32  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.9  2003/11/14 22:35:09  neilg
- * changes in support of second phase of XSModel implementation; thanks to David Cargill
- *
- * Revision 1.8  2003/11/13 23:21:41  peiyongz
- * initSize
- *
- * Revision 1.7  2003/10/17 21:18:04  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.6  2003/10/14 15:24:23  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/10/01 16:32:42  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.4  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/09/24 19:57:20  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.1.1.1  2002/02/01 22:22:50  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/11/15 17:10:19  knoaman
- * Particle derivation checking support.
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp Thu Jun 16 19:56:35 2005
@@ -16,14 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.2  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2004/04/13 16:41:16  peiyongz
- * IdentityConstraintHandler
- *
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IdentityConstraintHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IdentityConstraintHandler.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IdentityConstraintHandler.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/IdentityConstraintHandler.hpp Thu Jun 16 19:56:35 2005
@@ -16,14 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.2  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2004/04/13 16:41:17  peiyongz
- * IdentityConstraintHandler
- *
- *
  */
 
 #if !defined(IDENTITYCONSTRAINT_HANDLER_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/ValueStore.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/ValueStore.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/ValueStore.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/ValueStore.cpp Thu Jun 16 19:56:35 2005
@@ -15,49 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/01/29 11:52:32  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.9  2003/12/17 00:18:41  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.8  2003/12/16 18:41:15  knoaman
- * Make IC_Field stateless
- *
- * Revision 1.7  2003/05/18 14:02:09  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.6  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2002/12/04 02:32:43  knoaman
- * #include cleanup.
- *
- * Revision 1.4  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/09/24 19:57:20  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.2  2002/02/18 06:26:50  jberry
- * Quiet codewarrior compiler warnings
- *
- * Revision 1.1.1.1  2002/02/01 22:22:51  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/12/06 17:03:37  knoaman
- * Identity Constraint: fix for xpath expressions containing union operator(s).
- *
- * Revision 1.2  2001/11/20 20:32:52  knoaman
- * Bypass validating element's simple content if it's empty and element is nillable.
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/ValueStoreCache.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/ValueStoreCache.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/ValueStoreCache.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/ValueStoreCache.cpp Thu Jun 16 19:56:35 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2003/12/17 00:18:41  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/10/01 16:32:42  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.8  2003/05/26 22:05:01  knoaman
- * Pass the memory manager to XMLString::replicate.
- *
- * Revision 1.7  2003/05/18 14:02:09  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.6  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/08/28 13:41:20  knoaman
- * missing type info.
- *
- * Revision 1.3  2002/08/27 05:56:19  knoaman
- * Identity Constraint: handle case of recursive elements.
- *
- * Revision 1.2  2002/08/26 23:48:09  knoaman
- * Fix for ValueStore's null pointer.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:51  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathMatcher.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathMatcher.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathMatcher.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathMatcher.cpp Thu Jun 16 19:56:35 2005
@@ -15,49 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2004/01/29 11:52:32  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.10  2003/12/17 00:18:41  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/10/01 16:32:42  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.8  2003/05/18 14:02:09  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.7  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  2003/01/13 20:16:52  knoaman
- * [Bug 16024] SchemaSymbols.hpp conflicts C++ Builder 6 dir.h
- *
- * Revision 1.5  2003/01/13 16:30:19  knoaman
- * [Bug 14469] Validator doesn't enforce xsd:key.
- *
- * Revision 1.4  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/08/27 05:56:19  knoaman
- * Identity Constraint: handle case of recursive elements.
- *
- * Revision 1.2  2002/02/18 06:26:50  jberry
- * Quiet codewarrior compiler warnings
- *
- * Revision 1.1.1.1  2002/02/01 22:22:51  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/11/15 17:10:19  knoaman
- * Particle derivation checking support.
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathMatcherStack.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathMatcherStack.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathMatcherStack.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathMatcherStack.cpp Thu Jun 16 19:56:35 2005
@@ -15,28 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/10/01 16:32:42  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.4  2003/05/18 14:02:09  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.3  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:51  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathSymbols.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathSymbols.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathSymbols.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathSymbols.cpp Thu Jun 16 19:56:35 2005
@@ -15,19 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 14:47:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:51  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XercesXPath.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XercesXPath.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XercesXPath.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XercesXPath.cpp Thu Jun 16 19:56:35 2005
@@ -15,67 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.17  2005/04/07 15:30:57  knoaman
- * Update chars table with an NCName char mask instead of an XML letter mask
- *
- * Revision 1.16  2005/01/07 15:28:49  amassari
- * Removed warnings
- *
- * Revision 1.15  2004/12/28 16:35:57  amassari
- * Store fAxisType as an integer, not as a XMLCh (bug# 1177)
- *
- * Revision 1.14  2004/09/08 13:56:59  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  2004/01/29 11:52:32  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.12  2003/12/17 00:18:41  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.11  2003/10/17 21:18:04  peiyongz
- * using XTemplateSerializer
- *
- * Revision 1.10  2003/10/14 15:24:23  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.9  2003/10/01 16:32:42  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.8  2003/05/18 14:02:09  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.7  2003/05/16 21:43:22  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.6  2003/05/15 18:59:34  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2002/12/20 22:10:48  tng
- * XML 1.1
- *
- * Revision 1.4  2002/12/04 18:21:23  knoaman
- * Identity constraint fix.
- *
- * Revision 1.3  2002/11/04 14:47:42  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/10/30 21:52:01  tng
- * [Bug 13641] compiler-generated copy-constructor for QName doesn't do the right thing.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:51  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/11/15 17:10:19  knoaman
- * Particle derivation checking support.
- *
- * Revision 1.2  2001/11/07 14:25:36  knoaman
- * Fix compliation error on Unix.
- *
- * Revision 1.1  2001/11/02 14:08:40  knoaman
- * Add support for identity constraints.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/tools/IANACharset/IANACharset.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/tools/IANACharset/IANACharset.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tools/IANACharset/IANACharset.cpp (original)
+++ xerces/c/branches/xerces-2.7/tools/IANACharset/IANACharset.cpp Thu Jun 16 19:56:35 2005
@@ -16,19 +16,7 @@
 
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/01/29 15:00:01  knoaman
- * [Bug 15787] Reduce array size to reduce memory footprint.
- *
- * Revision 1.2  2002/11/04 15:24:50  tng
- * C++ Namespace Support.
- *
- * Revision 1.1  2002/07/18 20:15:32  knoaman
- * Initial checkin: feature to control strict IANA encoding name.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/tools/IANACharset/IANACharset_ErrHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/tools/IANACharset/IANACharset_ErrHandler.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tools/IANACharset/IANACharset_ErrHandler.hpp (original)
+++ xerces/c/branches/xerces-2.7/tools/IANACharset/IANACharset_ErrHandler.hpp Thu Jun 16 19:56:35 2005
@@ -15,16 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/05 22:14:31  tng
- * Explicit code using namespace in application.
- *
- * Revision 1.1  2002/07/18 20:15:32  knoaman
- * Initial checkin: feature to control strict IANA encoding name.
- *
+ * $Id$
  */
 
 #include <xercesc/util/XercesDefs.hpp>

Modified: xerces/c/branches/xerces-2.7/tools/ICUData/ICUData.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/tools/ICUData/ICUData.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tools/ICUData/ICUData.cpp (original)
+++ xerces/c/branches/xerces-2.7/tools/ICUData/ICUData.cpp Thu Jun 16 19:56:35 2005
@@ -16,14 +16,7 @@
 
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2000/03/17 23:58:00  roddey
- * New utility for munging ICU UCM files and spitting out tables for
- * our intrinsic encoders.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat.cpp (original)
+++ xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat.cpp Thu Jun 16 19:56:35 2005
@@ -16,86 +16,7 @@
 
 
 /*
- * $Log$
- * Revision 1.22  2004/12/06 11:45:14  cargilld
- * Add check to Xlat to see if message text is greater than 128 characters.
- *
- * Revision 1.21  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.20  2004/05/05 10:53:08  amassari
- * Make it compile again on Windows
- *
- * Revision 1.19  2004/04/20 15:30:49  peiyongz
- * to generate code for private default constructor
- *
- * Revision 1.18  2003/05/14 19:11:34  gareth
- * Added code creation for new method that returns error serverity the DOM way.
- *
- * Revision 1.17  2003/04/14 08:41:00  gareth
- * Xlat now works under linux - Big thanks to Neil Graham (I no longer have to find a windows box). Still slight problems working with glibc before 2.2.4 (If you mess up the parameters it seg faults due to handling of wprintf)
- *
- * Revision 1.16  2002/12/12 23:40:39  peiyongz
- * normlize locale string.
- *
- * Revision 1.15  2002/11/12 17:24:58  tng
- * DOM Message: add new domain for DOM Messages.
- *
- * Revision 1.14  2002/11/04 15:24:50  tng
- * C++ Namespace Support.
- *
- * Revision 1.13  2002/09/30 22:09:58  peiyongz
- * To generate icu resource file (in text) for error message.
- *
- * Revision 1.12  2002/07/04 17:40:07  tng
- * Use new DOM in Xlat.
- *
- * Revision 1.11  2002/03/01 16:18:38  tng
- * Nest entire code in an inner block so that reference counting should recover
- * all document and DOMString storage when this block exits.
- *
- * Revision 1.10  2002/02/07 16:19:40  knoaman
- * sane_include update.
- *
- * Revision 1.9  2002/02/01 23:48:37  peiyongz
- * sane_include
- *
- * Revision 1.8  2001/05/03 19:09:36  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  2000/03/18 00:00:58  roddey
- * Improved error reporting
- *
- * Revision 1.6  2000/03/03 01:29:36  roddey
- * Added a scanReset()/parseReset() method to the scanner and
- * parsers, to allow for reset after early exit from a progressive parse.
- * Added calls to new Terminate() call to all of the samples. Improved
- * documentation in SAX and DOM parsers.
- *
- * Revision 1.5  2000/03/02 19:55:52  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/14 19:25:44  roddey
- * Fixed some small bugs in how it used strings returned from DOM calls.
- *
- * Revision 1.3  2000/02/06 07:48:41  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/05 20:24:58  roddey
- * Some changes to simplify life for the Messge Catalog message loader. The formatter
- * for the message loader now spits out a simple header of ids that allows the loader to
- * be independent of hard coded set numbers.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:12  twl
- * Initial checkin
- *
- * Revision 1.5  1999/11/08 20:42:04  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat.hpp (original)
+++ xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat.hpp Thu Jun 16 19:56:35 2005
@@ -15,44 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2003/04/14 08:41:00  gareth
- * Xlat now works under linux - Big thanks to Neil Graham (I no longer have to find a windows box). Still slight problems working with glibc before 2.2.4 (If you mess up the parameters it seg faults due to handling of wprintf)
- *
- * Revision 1.8  2002/11/05 22:10:06  tng
- * Explicit code using namespace in application.
- *
- * Revision 1.7  2002/09/30 22:09:58  peiyongz
- * To generate icu resource file (in text) for error message.
- *
- * Revision 1.6  2002/07/04 17:40:07  tng
- * Use new DOM in Xlat.
- *
- * Revision 1.5  2002/02/01 23:48:37  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/05/03 19:09:38  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.3  2000/03/02 19:55:53  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:48:41  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:14  twl
- * Initial checkin
- *
- * Revision 1.4  1999/11/08 20:42:05  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_CppSrc.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_CppSrc.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_CppSrc.cpp (original)
+++ xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_CppSrc.cpp Thu Jun 16 19:56:35 2005
@@ -15,44 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2003/04/14 08:41:00  gareth
- * Xlat now works under linux - Big thanks to Neil Graham (I no longer have to find a windows box). Still slight problems working with glibc before 2.2.4 (If you mess up the parameters it seg faults due to handling of wprintf)
- *
- * Revision 1.8  2002/12/12 19:30:48  peiyongz
- * Message file name changed.
- *
- * Revision 1.7  2002/11/12 17:24:58  tng
- * DOM Message: add new domain for DOM Messages.
- *
- * Revision 1.6  2002/11/04 15:24:50  tng
- * C++ Namespace Support.
- *
- * Revision 1.5  2002/07/31 18:39:53  tng
- * [Bug 3788] very long lines in CppErrMsgs_EN_US.hpp causes problems for OS390 compiler.
- *
- * Revision 1.4  2000/03/02 19:55:53  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.3  2000/02/06 07:48:41  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/05 20:24:58  roddey
- * Some changes to simplify life for the Messge Catalog message loader. The formatter
- * for the message loader now spits out a simple header of ids that allows the loader to
- * be independent of hard coded set numbers.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:16  twl
- * Initial checkin
- *
- * Revision 1.4  1999/11/08 20:42:05  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_CppSrc.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_CppSrc.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_CppSrc.hpp (original)
+++ xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_CppSrc.hpp Thu Jun 16 19:56:35 2005
@@ -15,32 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/04/14 08:41:00  gareth
- * Xlat now works under linux - Big thanks to Neil Graham (I no longer have to find a windows box). Still slight problems working with glibc before 2.2.4 (If you mess up the parameters it seg faults due to handling of wprintf)
- *
- * Revision 1.4  2000/03/02 19:55:53  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.3  2000/02/06 07:48:41  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/05 20:24:58  roddey
- * Some changes to simplify life for the Messge Catalog message loader. The formatter
- * for the message loader now spits out a simple header of ids that allows the loader to
- * be independent of hard coded set numbers.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:18  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:42:05  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_ErrHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_ErrHandler.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_ErrHandler.hpp (original)
+++ xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_ErrHandler.hpp Thu Jun 16 19:56:35 2005
@@ -15,30 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2002/11/05 22:10:06  tng
- * Explicit code using namespace in application.
- *
- * Revision 1.4  2002/02/01 23:48:37  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:55:53  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:48:41  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:20  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:42:05  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #include <xercesc/util/XercesDefs.hpp>

Modified: xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_Formatter.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_Formatter.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_Formatter.hpp (original)
+++ xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_Formatter.hpp Thu Jun 16 19:56:35 2005
@@ -15,29 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2000/03/02 19:55:53  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.3  2000/02/06 07:48:41  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/05 20:24:58  roddey
- * Some changes to simplify life for the Messge Catalog message loader. The formatter
- * for the message loader now spits out a simple header of ids that allows the loader to
- * be independent of hard coded set numbers.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:22  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:42:06  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_ICUResourceBundle.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_ICUResourceBundle.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_ICUResourceBundle.cpp (original)
+++ xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_ICUResourceBundle.cpp Thu Jun 16 19:56:35 2005
@@ -16,26 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.6  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/04/14 08:41:00  gareth
- * Xlat now works under linux - Big thanks to Neil Graham (I no longer have to find a windows box). Still slight problems working with glibc before 2.2.4 (If you mess up the parameters it seg faults due to handling of wprintf)
- *
- * Revision 1.4  2002/12/17 17:39:09  tng
- * Xlat: generate icu message file with array format as default.
- *
- * Revision 1.3  2002/12/12 23:40:38  peiyongz
- * normlize locale string.
- *
- * Revision 1.2  2002/11/05 21:15:16  peiyongz
- * generate correct <locale>.txt file
- *
- * Revision 1.1  2002/09/30 22:09:28  peiyongz
- * To generate icu resource file (in text) for error message.
- *
- *
  */
 
 

Modified: xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_ICUResourceBundle.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_ICUResourceBundle.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_ICUResourceBundle.hpp (original)
+++ xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_ICUResourceBundle.hpp Thu Jun 16 19:56:35 2005
@@ -16,14 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.2  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2002/09/30 22:09:28  peiyongz
- * To generate icu resource file (in text) for error message.
- *
- *
  */
 
 #ifndef ICU_RESBUND_FORMATTER_H

Modified: xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_MsgCatalog.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_MsgCatalog.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_MsgCatalog.cpp (original)
+++ xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_MsgCatalog.cpp Thu Jun 16 19:56:35 2005
@@ -15,47 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/05/05 15:36:14  amassari
- * The XercesMessages_xx.Msg file was created with a lowercase extension
- *
- * Revision 1.9  2003/04/14 08:41:00  gareth
- * Xlat now works under linux - Big thanks to Neil Graham (I no longer have to find a windows box). Still slight problems working with glibc before 2.2.4 (If you mess up the parameters it seg faults due to handling of wprintf)
- *
- * Revision 1.8  2002/12/12 19:30:48  peiyongz
- * Message file name changed.
- *
- * Revision 1.7  2002/11/08 17:06:15  peiyongz
- * to build -miconv on hpux
- *
- * Revision 1.6  2002/11/04 15:24:50  tng
- * C++ Namespace Support.
- *
- * Revision 1.5  2000/03/02 19:55:53  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:48:42  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.3  2000/01/05 20:24:58  roddey
- * Some changes to simplify life for the Messge Catalog message loader. The formatter
- * for the message loader now spits out a simple header of ids that allows the loader to
- * be independent of hard coded set numbers.
- *
- * Revision 1.2  1999/12/20 22:51:09  roddey
- * Updated to deal with the new transcoder interface.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:24  twl
- * Initial checkin
- *
- * Revision 1.5  1999/11/08 20:42:06  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_MsgCatalog.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_MsgCatalog.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_MsgCatalog.hpp (original)
+++ xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_MsgCatalog.hpp Thu Jun 16 19:56:35 2005
@@ -15,32 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2000/03/02 19:55:53  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:48:42  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.3  2000/01/05 20:24:58  roddey
- * Some changes to simplify life for the Messge Catalog message loader. The formatter
- * for the message loader now spits out a simple header of ids that allows the loader to
- * be independent of hard coded set numbers.
- *
- * Revision 1.2  1999/12/20 22:51:09  roddey
- * Updated to deal with the new transcoder interface.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:27  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:42:06  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_Types.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_Types.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_Types.hpp (original)
+++ xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_Types.hpp Thu Jun 16 19:56:35 2005
@@ -15,24 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2000/03/02 19:55:54  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:48:42  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:28  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:42:06  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_Win32RC.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_Win32RC.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_Win32RC.cpp (original)
+++ xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_Win32RC.cpp Thu Jun 16 19:56:35 2005
@@ -15,35 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/04/14 08:41:00  gareth
- * Xlat now works under linux - Big thanks to Neil Graham (I no longer have to find a windows box). Still slight problems working with glibc before 2.2.4 (If you mess up the parameters it seg faults due to handling of wprintf)
- *
- * Revision 1.5  2002/11/12 17:24:58  tng
- * DOM Message: add new domain for DOM Messages.
- *
- * Revision 1.4  2000/03/02 19:55:54  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.3  2000/02/06 07:48:42  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/05 20:24:58  roddey
- * Some changes to simplify life for the Messge Catalog message loader. The formatter
- * for the message loader now spits out a simple header of ids that allows the loader to
- * be independent of hard coded set numbers.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:30  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:42:07  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_Win32RC.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_Win32RC.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_Win32RC.hpp (original)
+++ xerces/c/branches/xerces-2.7/tools/NLS/Xlat/Xlat_Win32RC.hpp Thu Jun 16 19:56:35 2005
@@ -15,29 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:57:07  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2000/03/02 19:55:54  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.3  2000/02/06 07:48:42  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/05 20:24:58  roddey
- * Some changes to simplify life for the Messge Catalog message loader. The formatter
- * for the message loader now spits out a simple header of ids that allows the loader to
- * be independent of hard coded set numbers.
- *
- * Revision 1.1.1.1  1999/11/09 01:01:32  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:42:07  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 



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