Re: Absolute "file:" URLs under Windows95

RFC 1738 has been updated by RFC 2396 but unfortunately neither have a
very practical definition of file: URIs (and file: is kind of strange in
the first place). Personally I like file:/D:/foo instead of file:///D:/foo
as is in fact unambiguous (and legal) and I think supported by most
clients.

There are a couple of functions in libwww that might do what you want, see
section "Conversion between URLs and Local File Names" in

    http://www.w3.org/Library/src/HTWWWStr.html

Henrik Frystyk Nielsen,
mailto:frystyk@microsoft.com

> That is also the formal standard, IETF RFC 1738:
>
> http://www.ietf.org/rfc/rfc1738.txt
>
> I think it is very important that Amaya adhere closely to the Internet
> specifications. Unless it does so, it would lose much of its value as a
> tool for Web designers who are interested in creating well-behaved
> (standards-compliant) sites.

Received on Thursday, 9 March 2000 00:29:51 UTC