Re: [xml-dev] Namespace URI question

From
Bjoern Hoehrmann <>
To
Jeff Lowery <>
Date
2002-12-12T00:48:20Z
ID
<>
Thread
Re: [xml-dev] Namespace URI question
* Jeff Lowery wrote:
>I did some research on this, but I'm still a bit puzzled:
>
>xmlns:foo="//foodom.xsd"
>
>Q 1) Is this considered an absolute URI, or relative? 

Relative, see RFC 2396, to be considered absolute, it must start with a
scheme identifier.