RE: [xml-dev] Whacky XML editor in Intellij IDEA

From
Michael Kay <>
To
'Michael Champion' <>, 'Elliotte Harold' <>
Date
2004-10-30T23:58:18Z
ID
<20041030235654.CSQU20770.mta10-svc.ntlworld.com@Turtle>
Thread
RE: [xml-dev] Whacky XML editor in Intellij IDEA
> I guess there is still the anomaly that if namespace
> names MUST obey URI syntax, it is very odd that they don't obey URI
> comparison semantics.  Sigh.

Which URI comparison semantics did you have in mind? One that looks up a DNS
name and turns it into an IP address, perhaps?

The TAG did a study of this and found there was no feasible algorithm for
URI equality comparison other than codepoint comparison (which is clearly
wrong, but at least predictable).

Michael Kay