Hi Aldo, CAstor is supporting all XML Schema date/time types as long as you use the SourceGenerator. If you are not using XML schemas with Castor but still want to parse special date format, you have to modify the code....take a look at org.exolab.castor.xml.handlers.DateFieldHandler, it might help you.
Arnaud -> -----Original Message----- -> From: Adalbert Wysocki [mailto:[EMAIL PROTECTED]] -> Sent: Wednesday, November 07, 2001 7:42 AM -> To: [EMAIL PROTECTED] -> Subject: [castor-dev] Dates formats for the unmarshalling -> -> -> Hi all, -> -> Is it possible for the castor unmarshaller to parse several date -> formats for -> attributes having the date type and to map them on the java.lang.Date -> object? -> -> Thanks for your help -> -> Aldo -> -> Adalbert Wysocki, software engineer -> <mailto:[EMAIL PROTECTED]> -> phone: +33 (0)1 71.00.68.67 -> fax: +33 (0)1 71.00.68.02 -> -> ----------------------------------------------------------- -> If you wish to unsubscribe from this mailing, send mail to -> [EMAIL PROTECTED] with a subject of: -> unsubscribe castor-dev ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
