> Another thing that I would like to see, from the standpoint a heavy user of > XML datatypes, is a compliant ISO xxxx Date encoder/decoder. I'm not sure > if this is an orthodox view of codecs, but I see Base64 as a > datatype<->string mapping (byte[]), and a date codec is also a > datatype<->string mapping (java.lang.Date).
Please see if the IsoDateTool in the commons ruppert might be a starting point to takeover to the codec package: http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/rupert/src/java/org/apache/commons/rupert/christoph/IsoDateTool.java Some functions from org.apache.commons.rupert.nathan.DateTool also could be merged in. -- :) Christoph Reck -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
