Form posted from Microsoft Internet Explorer.

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