tng 2003/01/03 12:10:00
Modified: c/src/xercesc/util XMLUni.cpp XMLUni.hpp
Log:
New feature StandardUriConformant to force strict standard uri conformance.
Revision Changes Path
1.25 +15 -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.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- XMLUni.cpp 20 Dec 2002 22:10:21 -0000 1.24
+++ XMLUni.cpp 3 Jan 2003 20:09:59 -0000 1.25
@@ -1021,6 +1021,20 @@
, chLatin_c, chDash, chLatin_o, chLatin_f, chLatin_s, chNull
};
+//Xerces: http://apache.org/xml/features/standard-uri-conformant
+const XMLCh XMLUni::fgXercesStandardUriConformant[] =
+{
+ 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_s, chLatin_t, chLatin_a, chLatin_n, chLatin_d
+ , chLatin_a, chLatin_r, chLatin_d, chDash, chLatin_u, chLatin_r, chLatin_i
+ , chDash, chLatin_c, chLatin_o, chLatin_n, chLatin_f, chLatin_o, chLatin_r
+ , chLatin_m, chLatin_a, chLatin_n, chLatin_t, chNull
+};
+
//Property
//Xerces: http://apache.org/xml/properties/schema/external-schemaLocation
1.23 +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.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- XMLUni.hpp 20 Dec 2002 22:10:21 -0000 1.22
+++ XMLUni.hpp 3 Jan 2003 20:09:59 -0000 1.23
@@ -244,6 +244,7 @@
static const XMLCh fgXercesUseCachedGrammarInParse[];
static const XMLCh fgXercesScannerName[];
static const XMLCh fgXercesCalculateSrcOfs[];
+ static const XMLCh fgXercesStandardUriConformant[];
// SAX2 features/properties names
static const XMLCh fgSAX2CoreValidation[];
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]