Author: cargilld
Date: Sat Oct 15 11:48:58 2005
New Revision: 321438

URL: http://svn.apache.org/viewcvs?rev=321438&view=rev
Log:
Message update for qname fix and xercesc-1515.

Modified:
    xerces/c/trunk/src/xercesc/framework/XMLErrorCodes.hpp

Modified: xerces/c/trunk/src/xercesc/framework/XMLErrorCodes.hpp
URL: 
http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLErrorCodes.hpp?rev=321438&r1=321437&r2=321438&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLErrorCodes.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLErrorCodes.hpp Sat Oct 15 11:48:58 
2005
@@ -325,7 +325,8 @@
       , InvalidElementName                 = 308
       , InvalidAttrName                    = 309
       , InvalidEntityRefName               = 310
-      , F_HighBounds                       = 311
+      , DuplicateDocTypeDecl               = 311
+      , F_HighBounds                       = 312
     };
 
     static bool isFatal(const XMLErrs::Codes toCheck)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to