Tuesday, May 2, 2006, 9:12:56 PM, James Snell wrote:

> Does your implementation properly handle the following (contrived) example:

> <entry xml:base="http://example.org/foo/bar";>
> ...
> <link href="../comments.xml" rel="replies" />
> <thr:replies href="http://EXAMPLE.org:80/foo/bar/../comments.xml"; ... />
> ...
> </entry>

I don't think you should do URI normalisation. The ref is being used
as an identifier, you don't do protocol level normalisation on
namespace URIs or Atom ids why do it here? The draft should specify
character-by-character comparison of the resolved URI's.

[Er, I mean IRI. Everyone's using IRI datatypes, right?...]

-- 
Dave

Reply via email to