knoaman 2003/03/18 11:42:18
Modified: c/src/xercesc/validators/datatype
DatatypeValidatorFactory.cpp
Log:
Schema Errata E2-18.
Revision Changes Path
1.13 +7 -3
xml-xerces/c/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp
Index: DatatypeValidatorFactory.cpp
===================================================================
RCS file:
/home/cvs/xml-xerces/c/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- DatatypeValidatorFactory.cpp 26 Feb 2003 16:14:27 -0000 1.12
+++ DatatypeValidatorFactory.cpp 18 Mar 2003 19:42:17 -0000 1.13
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.13 2003/03/18 19:42:17 knoaman
+ * Schema Errata E2-18.
+ *
* Revision 1.12 2003/02/26 16:14:27 peiyongz
* Schema Errata E2-43: disallow trailing decimal point and a new pattern added
* to the Integer definition.
@@ -239,11 +242,11 @@
};
//E2-43
-//[+-]?[0-9]+
+//[+\-]?[0-9]+
const XMLCh fgIntegerPattern[] =
{
- chOpenSquare, chPlus, chDash, chCloseSquare, chQuestion,
- chOpenSquare, chDigit_0, chDash, chDigit_9, chCloseSquare, chPlus, chNull
+ chOpenSquare, chPlus, chBackSlash, chDash, chCloseSquare, chQuestion,
+ chOpenSquare, chDigit_0, chDash, chDigit_9, chCloseSquare, chPlus, chNull
};
//"\\i\\c*"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]