Il Gio 01 Apr 2010 14:19:20, RJRAY ha scritto:
Show quoted text> The support of ISO8601 in XML-RPC is already broken, as the author of
> the spec (XML-RPC) detailed the expression of dates incorrectly. I will
> try to handle parsing of all the varieties that are complete expressions
> (that is, I can only use strings that specify full date and time), but I
> will still be limited to only emitting strings that comply with the
> XML-RPC spec.
Hi Randy,
in order to work around the loose XML-RPC spec, I'd follow the Postel's Law
(
http://microformats.org/wiki/be-strict) by accepting any date/time format described by
ISO8601. This would be needed to comply with your POD too, which tells the user to look
elsewhere for the specification for ISO8601.