tng         2002/11/05 13:41:39

  Modified:    c/src/xercesc/framework XMLErrorCodes.hpp
                        XMLValidityCodes.hpp
  Log:
  New Messages for misc. Oasis test fixes.
  
  Revision  Changes    Path
  1.7       +3 -1      xml-xerces/c/src/xercesc/framework/XMLErrorCodes.hpp
  
  Index: XMLErrorCodes.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLErrorCodes.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XMLErrorCodes.hpp 4 Nov 2002 15:00:21 -0000       1.6
  +++ XMLErrorCodes.hpp 5 Nov 2002 21:41:39 -0000       1.7
  @@ -303,7 +303,9 @@
         , BadSchemaLocation                  = 287
         , NoGrammarResolver                  = 288
         , SchemaScanFatalError               = 289
  -      , F_HighBounds                       = 290
  +      , IllegalRefInStandalone             = 290
  +      , PEBetweenDecl                      = 291
  +      , F_HighBounds                       = 292
       };
   
       static bool isFatal(const XMLErrs::Codes toCheck)
  
  
  
  1.3       +1 -1      xml-xerces/c/src/xercesc/framework/XMLValidityCodes.hpp
  
  Index: XMLValidityCodes.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLValidityCodes.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLValidityCodes.hpp      4 Nov 2002 15:00:21 -0000       1.2
  +++ XMLValidityCodes.hpp      5 Nov 2002 21:41:39 -0000       1.3
  @@ -93,7 +93,7 @@
         , GenericError                       = 77
         , ElementNotQualified                = 78
         , ElementNotUnQualified              = 79
  -      , IllegalRefInStandalone             = 80
  +      , VC_IllegalRefInStandalone          = 80
         , NoDefAttForStandalone              = 81
         , NoAttNormForStandalone             = 82
         , NoWSForStandalone                  = 83
  
  
  

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

Reply via email to