W3C home > Mailing lists > Public > w3c-wai-er-ig@w3.org > May 2004

FW: [www-rdf-validator] <none>

From: Shadi Abou-Zahra <shadi@w3.org>
Date: Fri, 21 May 2004 22:27:13 +0200
To: "'WAI ER IG List'" <w3c-wai-er-ig@w3.org>
Cc: "'Emmanuel Pietriga'" <epietriga@nuxeo.com>
Message-ID: <006001c43f72$00a76ad0$18570742@K2>

hey,

emmanuel from MIT who is working on the RDF validator found a bug in the
EARL schema. it's a non-closed tag, nothing major...


>> the shema i plugged into the validator is located at
>> <http://www.w3.org/TR/EARL10/#schema-rdf> and i've pasted 
>> it below as well.
> 
> Ok, I eventually identified the error, which is just an XML 
> well-formedness problem :
> 
> <rdfs:Class rdf:about="&earl;TestMode" rdfs:label="TestMode">
>       <rdfs:subClassOf rdf:resource="&rdf;Resource">
> </rdfs:Class>
> 
> should be
> 
> <rdfs:Class rdf:about="&earl;TestMode" rdfs:label="TestMode">
>       <rdfs:subClassOf rdf:resource="&rdf;Resource" />
> </rdfs:Class>
> 
> I am writing a more complete answer for the list as there is 
> a real problem here with the validator.


regards,
  shadi
Received on Friday, 21 May 2004 16:27:09 GMT

This archive was generated by hypermail 2.2.0 + w3c-0.30 : Thursday, 9 June 2005 12:10:42 GMT