peiyongz 2004/04/21 10:56:50
Modified: c/src/xercesc/framework XMLValidityCodes.hpp
Log:
xml1.0 3rd edition VC: no more than one attibute of notation type per element,
distinct token for attribute of notation/enumerated type
Revision Changes Path
1.11 +7 -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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- XMLValidityCodes.hpp 20 Apr 2004 15:26:46 -0000 1.10
+++ XMLValidityCodes.hpp 21 Apr 2004 17:56:50 -0000 1.11
@@ -124,11 +124,13 @@
, IC_KeyNotFound = 107
, NonWSContent = 108
, EmptyElemNotationAttr = 109
- , E_HighBounds = 110
- , W_LowBounds = 111
- , W_HighBounds = 112
- , F_LowBounds = 113
- , F_HighBounds = 114
+ , ElemOneNotationAttr = 110
+ , AttrDupToken = 111
+ , E_HighBounds = 112
+ , W_LowBounds = 113
+ , W_HighBounds = 114
+ , F_LowBounds = 115
+ , F_HighBounds = 116
};
static bool isFatal(const XMLValid::Codes toCheck)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]