Julian Reschke wrote:
> 
> Robert Sayre wrote:
> 
>> On 8/2/05, James Cerra <[EMAIL PROTECTED]> wrote:
>>
>>> Neither of those are strictly legal, since white space is illegal in
>>> both IRI
>>> and RFC 3339 (dates) I think.  However they are legal with the Relax
>>> NG grammer
>>> used.
>>
>> Yes, they are. Relax NG regex matching strips leading and trailing
>> whitespace. Atom Processors will do the same, so we should fix it.
>> "Comparison operations MUST be based solely on the IRI character
>> strings", and the URI specs have always suggested that you should
>> strip leading and trailing space.
>>
>> Robert Sayre
> 
> Me confused.
> 
> In
> 
> atomDateConstruct =
>    atomCommonAttributes,
>    xsd:dateTime
> 
> (<http://www.atompub.org/2005/07/11/draft-ietf-atompub-format-10.html#rfc.section.3.3>),
>  how exactly does this allow whitespace around the xsd:datetime value???

Take a look at sections 3.2.7.6 and 4.3.6 of XML Schema Part 2:
Datatypes Second Edition, W3C Recommendation 28 October 2004.

- Sam Ruby

Reply via email to