Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.0
-
None
-
Operating System: Windows XP
Platform: PC
-
17427
Description
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.