xml:base and rdf:parseType="Literal"

Jeremy,

I came across this in some RDF Stuart has written:

<rdf:Description rdf:about="http://example.org/"
                  xml:base="http://example/org/base/">
   <rdf:value rdf:parseType="Literal">
     <a href="foo">link</a>
   </rdf:value>
</rdf:Description>

I wasn't sure whether the xml:base had any effect on the href.

Brian

Received on Monday, 8 April 2002 06:20:09 UTC