Another odd thing with same-document references

Consider this document which is located at http://example.org/foo.xml:

<foo href="http://example.org/foo.xml">
 <bar xml:base="http://example.org/bar.xml" href="http://example.org/foo.xml"/>
</foo>

If I interpret RFC3986 correctly, the first href is a same-document
reference but the second isn't, even though it refers to the same
document.

-- Richard

Received on Wednesday, 31 May 2006 17:01:26 UTC