- From: Clark, John USA <jclark@nps.edu>
- Date: Wed, 27 Oct 2004 11:55:12 -0700
- To: <www-rdf-validator@w3.org>
report=This looks like a problem with the parsing of the xml:base on the second statement, which, since it is a relative URI, should take into account the previous base URI in scope at that point.
RDF=<?xml version="1.0">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:types="http://example.org/types/"
xml:base="http://example.org/">
<types:A rdf:about=""/>
<types:B rdf:about="" xml:base="subdir/"/>
</rdf:RDF>
Received on Wednesday, 27 October 2004 18:55:15 UTC