com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl class expects a gMonth to folow "--%M--%z" (see line 400), but according to the XML Schema spec errata E2-12 [1], the correct lexical space is now "--%M%z".
The implemenation needs to be updated to work with this errata.
For the backward compatibility purpose, it is probably also desirable to keep accepting "--%M--%z", as well.
[1] http://www.w3.org/2001/05/xmlschema-errata#e2-12
###@###.### 2005-1-26 17:38:46 GMT
The implemenation needs to be updated to work with this errata.
For the backward compatibility purpose, it is probably also desirable to keep accepting "--%M--%z", as well.
[1] http://www.w3.org/2001/05/xmlschema-errata#e2-12
###@###.### 2005-1-26 17:38:46 GMT
- relates to
-
JDK-6360782 Validator should report error on incorrect gMonth datatype representation.
-
- Resolved
-