You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2004/04/20 17:26:46 UTC

cvs commit: xml-xerces/c/src/xercesc/framework XMLValidityCodes.hpp

peiyongz    2004/04/20 08:26:46

  Modified:    c/src/xercesc/framework XMLValidityCodes.hpp
  Log:
  XML1.0 3rd: VC: No NOTATION Attribute on EMPTY Element
  
  Revision  Changes    Path
  1.10      +6 -5      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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- XMLValidityCodes.hpp	29 Jan 2004 11:46:29 -0000	1.9
  +++ XMLValidityCodes.hpp	20 Apr 2004 15:26:46 -0000	1.10
  @@ -123,11 +123,12 @@
         , IC_KeyRefOutOfScope                = 106
         , IC_KeyNotFound                     = 107
         , NonWSContent                       = 108
  -      , E_HighBounds                       = 109
  -      , W_LowBounds                        = 110
  -      , W_HighBounds                       = 111
  -      , F_LowBounds                        = 112
  -      , F_HighBounds                       = 113
  +      , EmptyElemNotationAttr              = 109
  +      , E_HighBounds                       = 110
  +      , W_LowBounds                        = 111
  +      , W_HighBounds                       = 112
  +      , F_LowBounds                        = 113
  +      , F_HighBounds                       = 114
       };
   
       static bool isFatal(const XMLValid::Codes toCheck)
  
  
  

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