Incorrect treatment of literals in the RDF valiator

report=I believe that the object of this triple should have lexical form 
consisting of two spaces, followed by a less-than sign, followed by b/, 
followed by a greater-than sign, and finishing with two spaces.
RDF=<?xml version="1.0">
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
xmlns:foo="http://a.ex/a#">
   <rdf:Description>
     <foo:a 
rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral"> 
&lt;b/&gt;  </foo:a>
   </rdf:Description>
</rdf:RDF>

Received on Thursday, 7 August 2003 14:38:15 UTC