Commons Suggestion: XsDateTimeFormat
Jochen Wiedmann <[email protected]>
| Newsgroups | gmane.text.xml.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
the ws-jaxme distribution contains the following classes:
org.apache.ws.jaxme.xs.util.XsDateTimeFormat
org.apache.ws.jaxme.xs.util.XsDateFormat
org.apache.ws.jaxme.xs.util.XsTimeFormat
They can be used to convert ISO 8601 compliant strings into
java.util.Calendar objects. Obviously one could easily add wrappers that
support java.util.Date, java.sql.Time, etc.
As these are of general use (for example, they might be used in XML-RPC,
SOAP implementations, and the like) I would like to suggest that these be
moved to xml-commons and be distributed as a jar file
"xml-commons-schematypes.jar" or something similar. How about that?
Jochen