This repository was archived by the owner on Sep 24, 2018. It is now read-only.
XMLGregorianCalendar parsing enhancements #4
Open
Description
Submitted by David Bau, entered initially by Joe Fialli
Rather than having eight separate parsing functions, (for all of the g*, date,
dateTime
datatypes), there simply should be one parsing function that can accept all the
forms
(with any of the five subfields Y/M/D/time/timezone omitted); this is simple
to implement; it would be a simpler API; it is a nice solution for unions;
and validators could use a getXmlSchemaType() method to verify that the
proper form were loaded.
Environment
Operating System: All
Platform: All
Affected Versions
[2.0 draft]