DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17427>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17427 Date validation is not working Summary: Date validation is not working Product: Xerces-C++ Version: 2.1.0 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Validating Parser (Schema) (Xerces 1.5 or up only) AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Using DOMBuilder::parseURI to parse an XML file with a valid schema (according to xsv) I get the folloing error message in my error file: Datatype error: Type:InvalidDatatypeValueException, Message:Value ' 2000-01-01 ' is not in enumeration . The element type is an xsd:date. I belive the date to be valid. This error did not occur in version 1.6 using DOMParser::parse using the same XML file and schema. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
