peiyongz 2004/04/27 12:16:52 Modified: c/src/xercesc/framework XMLValidityCodes.hpp Log: XML1.0-3rd VC: element content(children) dont allow white space from EntityRef/CharRef Revision Changes Path 1.13 +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.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- XMLValidityCodes.hpp 23 Apr 2004 21:12:56 -0000 1.12 +++ XMLValidityCodes.hpp 27 Apr 2004 19:16:52 -0000 1.13 @@ -127,11 +127,12 @@ , EmptyElemHasContent = 110 , ElemOneNotationAttr = 111 , AttrDupToken = 112 - , E_HighBounds = 113 - , W_LowBounds = 114 - , W_HighBounds = 115 - , F_LowBounds = 116 - , F_HighBounds = 117 + , ElemChildrenHasInvalidWS = 113 + , E_HighBounds = 114 + , W_LowBounds = 115 + , W_HighBounds = 116 + , F_LowBounds = 117 + , F_HighBounds = 118 }; static bool isFatal(const XMLValid::Codes toCheck)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]