Redirecting XML files?

David Brownell david-b at pacbell.net
Tue May 11 07:11:31 BST 1999


HTTP supports both temporary and permanent redirection; pass the
appropriate response status and a "Location:" header field, and
the client reissues the request. 

I agree with the person who said that mechanism should be used ...
it'll need to be supported anyway, no sense in having two client
side mechanisms to implement and debug (one of which is already
widely deployed).

On the server side, there's the question of how to flag that such
a redirection is needed.  Different servers have different solutions
for that, and I suspect you're trying to avoid needing to spend
the effort in the server to see if it's needed.  You implied there
was structural logic that could be applied to speed things up;
that's the approach I'd take, then!

- Dave

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list