Re: [xml-dev] Relative URLs using the file scheme?

From
Elliotte Rusty Harold <>
To
, Xml-Dev <>
Date
2002-10-16T11:49:15Z
ID
<p04330106b9d30244eae7@[192.168.254.4]>
Thread
Re: [xml-dev] Relative URLs using the file scheme?
At 1:23 PM +0200 10/16/02, james anderson wrote:


>i've wondered about forms such as 
>"file://C:/Files/Schemas/test.xsd", which specifies a "host" "C:". 
>is there any concensus on how such designators whould be
>interpreted in os/language contexts which include the notion of 
>logical hosts and or devices?
>

I don't think it qualifies as a host according to RFC 2396. This states:

The host is a domain name of a network host, or its IPv4 address as a
    set of four decimal digit groups separated by ".".  Literal IPv6
    addresses are not supported.

There's no room for another kind of host.
-- 

+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold |  | Writer/Programmer |
+-----------------------+------------------------+-------------------+
|          XML in a  Nutshell, 2nd Edition (O'Reilly, 2002)          |
|              http://www.cafeconleche.org/books/xian2/              |
|  http://www.amazon.com/exec/obidos/ISBN%3D0596002920/cafeaulaitA/  |
+----------------------------------+---------------------------------+
|  Read Cafe au Lait for Java News:  http://www.cafeaulait.org/      |
|  Read Cafe con Leche for XML News: http://www.cafeconleche.org/    |
+----------------------------------+---------------------------------+