peiyongz 2004/04/13 09:54:35
Modified: c/src/xercesc/util XMLUni.cpp XMLUni.hpp
Log:
IdentityConstraintChecking
Revision Changes Path
1.40 +18 -1 xml-xerces/c/src/xercesc/util/XMLUni.cpp
Index: XMLUni.cpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLUni.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- XMLUni.cpp 1 Apr 2004 21:55:43 -0000 1.39
+++ XMLUni.cpp 13 Apr 2004 16:54:35 -0000 1.40
@@ -1024,6 +1024,23 @@
, chLatin_e, chLatin_c, chLatin_k, chLatin_i, chLatin_n, chLatin_g, chNull
};
+//Xerces: http://apache.org/xml/features/validation/identity-constraint-checking
+const XMLCh XMLUni::fgXercesIdentityConstraintChecking[] =
+{
+ chLatin_h, chLatin_t, chLatin_t, chLatin_p, chColon, chForwardSlash
+ , chForwardSlash, chLatin_a, chLatin_p, chLatin_a, chLatin_c, chLatin_h
+ , chLatin_e, chPeriod, chLatin_o, chLatin_r, chLatin_g, chForwardSlash
+ , chLatin_x, chLatin_m, chLatin_l, chForwardSlash, chLatin_f, chLatin_e
+ , chLatin_a, chLatin_t, chLatin_u, chLatin_r, chLatin_e, chLatin_s
+ , chForwardSlash, chLatin_v, chLatin_a, chLatin_l, chLatin_i, chLatin_d
+ , chLatin_a, chLatin_t, chLatin_i, chLatin_o, chLatin_n, chForwardSlash
+ , chLatin_i, chLatin_d, chLatin_e, chLatin_n, chLatin_t, chLatin_i
+ , chLatin_t, chLatin_y, chDash , chLatin_c, chLatin_o, chLatin_n, chLatin_s
+ , chLatin_t, chLatin_r, chLatin_a, chLatin_i, chLatin_n, chLatin_t
+ , chDash, chLatin_c, chLatin_h, chLatin_e, chLatin_c, chLatin_k, chLatin_i
+ , chLatin_n, chLatin_g, chNull
+};
+
//Xerces: http://apache.org/xml/features/nonvalidating/load-external-dtd
const XMLCh XMLUni::fgXercesLoadExternalDTD[] =
{
1.35 +2 -1 xml-xerces/c/src/xercesc/util/XMLUni.hpp
Index: XMLUni.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLUni.hpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- XMLUni.hpp 1 Apr 2004 21:55:43 -0000 1.34
+++ XMLUni.hpp 13 Apr 2004 16:54:35 -0000 1.35
@@ -244,6 +244,7 @@
static const XMLCh fgXercesDynamic[];
static const XMLCh fgXercesSchema[];
static const XMLCh fgXercesSchemaFullChecking[];
+ static const XMLCh fgXercesIdentityConstraintChecking[];
static const XMLCh fgXercesSchemaExternalSchemaLocation[];
static const XMLCh fgXercesSchemaExternalNoNameSpaceSchemaLocation[];
static const XMLCh fgXercesSecurityManager[];
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]