Re: [xml-dev] Who provide for the syntax for "file:///c:/" ?

From
Richard Tobin <>
To
Date
2003-07-17T15:22:25Z
ID
<>
Thread
Re: [xml-dev] Who provide for the syntax for "file:///c:/" ?
I'm not sure what you mean by "who provides for the syntax", but the
"file:///" part of it is defined by RFC2396, and the mapping of the
rest of it - in particular, mapping the device C: to a path segment -
is a convention presumably established by Microsoft.

-- Richard