Re: comment: time zone file doesn't parse as RDF/XML

Hi Dan,

Thank you for pointing that out. The "compDate" datatype will be replaced with
the standard "xsd:date" datatype.

Thanks!

Feng

Quoting Dan Connolly <connolly@w3.org>:

> 
> In this world timezone file...
> 
> http://www.isi.edu/~pan/damltime/timezone-world.owl
> 
> I see ...
>     <tzont:DLSstartDate rdf:parseType="Literal"
> rdf:datatype="&dte;compDate">
>       <dte:year>2003</dte:year>
>       <dte:month>04</dte:month>
>       <dte:day>06</dte:day>
>     </tzont:DLSstartDate>
> 
> I'm not sure what you're trying to say there;
> parseType and datatype are exclusive. (parseType="Literal"
> actually sets the datatype to XML).
> 
> 
> You can check this with the RDF validator...
> http://www.w3.org/RDF/Validator/
> 
> Error: {E201} Syntax error when processing attribute rdf:datatype. In
> this context, the following attributes are not allowed together:
> rdf:parseType='Literal', rdf:datatype[Line = 242, Column = 78]
> Error: {E201} Syntax error when processing attribute rdf:datatype. In
> this context, the following attributes are not allowed together:
> rdf:parseType='Literal', rdf:datatype[Line = 247, Column = 76]
> Error: {E201} Syntax error when processing attribute rdf:datatype. In
> this context, the following attributes are not allowed together:
> rdf:parseType='Literal', rdf:datatype[Line = 256, Column = 78]
> ...
> 
> 
> -- 
> Dan Connolly, W3C http://www.w3.org/People/Connolly/
> D3C2 887B 0F92 6005 C541  0875 0F91 96DE 6E52 C29E
> 
> 

Received on Friday, 30 June 2006 14:33:29 UTC