RE: [xml-dev] Namespace URI question

From
Michael Kay <>
To
'Jeff Lowery' <>, 'Richard Tobin' <>,
Date
2002-12-14T00:42:38
ID
<000501c2a309$b4067370$6401a8c0@pcukmka>
Thread
RE: [xml-dev] Namespace URI question
> I came across this namespace declaration in a someone else's 
> document (which I told him to change), but got stuck on the 
> meaning of file:///foo.xsd.  I see now that the third slash 
> means "localhost", which of course I should have known but I 
> got mentally blocked on file path representations.

Forget the idea that namespace names are URIs. There's a lot of wishful
thinking in the spec that says using URIs for namespace names is a good
idea, and indeed a lot of people do use namespace names that look like
URIs, but the bottom line is that they are actually random character
strings and they don't mean anything.

Michael Kay