On 12/16/06, Pilani, Rahul <[EMAIL PROTECTED]> wrote:
I am having problem with parsing ISO date formats with apache's XML-RPC library.
The reason is most possibly that "dateTime" in XML-RPC isn't xs:dateTime, in the sense of XML Schema. For reasons I'll never understand the XML-RPC specification limits dateTime to a certain subset of the xs:dateTime syntax. In particular, time zones are forbidden. You have the following options: - Transmit the data as a string and manually convert the calendar values from/to a string. - Reduce your format to the subset, which is permitted by the XML-RPC specification. - If both client and server are using Apache XML-RPC, then you might as well enable extensions and use calendar values. Jochen ---- My wife Mary and I have been married for forty-seven years and not once have we had an argument serious enough to consider divorce; murder, yes, but divorce, never. (Jack Benny) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]