peiyongz    2004/04/23 14:12:56

  Modified:    c/src/xercesc/framework XMLValidityCodes.hpp
  Log:
  XML1.0-3rd: EMPTY Element can not have content (not even entity references, 
comments, PIs or white space).
  
  Revision  Changes    Path
  1.12      +8 -7      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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- XMLValidityCodes.hpp      21 Apr 2004 17:56:50 -0000      1.11
  +++ XMLValidityCodes.hpp      23 Apr 2004 21:12:56 -0000      1.12
  @@ -124,13 +124,14 @@
         , IC_KeyNotFound                     = 107
         , NonWSContent                       = 108
         , EmptyElemNotationAttr              = 109
  -      , ElemOneNotationAttr                = 110
  -      , AttrDupToken                       = 111
  -      , E_HighBounds                       = 112
  -      , W_LowBounds                        = 113
  -      , W_HighBounds                       = 114
  -      , F_LowBounds                        = 115
  -      , F_HighBounds                       = 116
  +      , EmptyElemHasContent                = 110
  +      , ElemOneNotationAttr                = 111
  +      , AttrDupToken                       = 112
  +      , E_HighBounds                       = 113
  +      , W_LowBounds                        = 114
  +      , W_HighBounds                       = 115
  +      , F_LowBounds                        = 116
  +      , F_HighBounds                       = 117
       };
   
       static bool isFatal(const XMLValid::Codes toCheck)
  
  
  

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

Reply via email to