[
Lists Home |
Date Index |
Thread Index
]
- From: John Cowan <cowan@locke.ccil.org>
- To: xml-dev@ic.ac.uk
- Date: Sun, 20 Sep 1998 17:31:31 -0400 (EDT)
Paul Prescod scripsit:
> All of this talk of identifiers has made me wonder if there is any good
> reason that a URL in XML code should be restricted to "safe",
> "non-reserved" characters. Wouldn't it make more sense to require the XML
> processor to do the necessary escaping before transmitting the URL across
> the wire? It seems simpler to let the processing software deal with it
> rather than forcing the human to do so (the current case).
The trouble is that "http://whoever.net/foo?bar" doesn't mean the
same thing as "http://whoever.net/foo%3Fbar"; the latter induces the
server to look for a file named "foo?bar", whereas the former queries
the resource "foo" with the request "bar".
--
John Cowan cowan@ccil.org
e'osai ko sarji la lojban.
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
- Follow-Ups:
- Re: URLs
- From: Paul Prescod <papresco@technologist.com>
- References:
- URLs
- From: Paul Prescod <papresco@technologist.com>
|