RDF Validator question [Was: Re: Form posted from Microsoft Internet Explorer.]

Hi,

Regarding your question to the RDF validator list:

 http://lists.w3.org/Archives/Public/www-rdf-validator/2002Mar/0369.html

the problem with the RDF is that the content within the rdfs:comment 
property contains XML markup (e.g. <cite> and <a> tags).  This is illegal
content for a propertyElt (rule 6.12):

 http://www.w3.org/TR/REC-rdf-syntax/#grammar

One option is to escape the XML meta characters (e.g. use &lt;cite).

Another option is to change the rdfs:comment property to something like:

 <foo:bar rdf:parseType="Literal">
   ...
   <cite>...</cite>
   <a ....
 </foo:bar>

Regards,

Art Barstow
---

Received on Monday, 11 March 2002 12:39:47 UTC