Trimming whitespace off literals

report=The triple table in the output incorrectly trims whitespace off 
literals.
The initial and final whitespace is part of the literal.
N-triples output is correct.

Jeremy

RDF=<?xml version="1.0">
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/">
  <rdf:Description rdf:about="http://www.w3.org/">
    <dc:title> World Wide Web Consortium </dc:title> 
  </rdf:Description>
</rdf:RDF>
  

Received on Monday, 12 May 2003 16:14:29 UTC