You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2005/10/15 20:49:00 UTC

svn commit: r321438 - /xerces/c/trunk/src/xercesc/framework/XMLErrorCodes.hpp

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: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org