Re: Comparing URLs

Henrik Frystyk Nielsen <frystyk@w3.org> writes:

> You can have a look at the URI canonicalization function in
> 
> 	http://www.w3.org/Library/src/HTParse.html

This seems to just operate on the path portion of the url. Is there a
function which takes a url like:

	http://www/some/./path/

and turns it into:

	http://www.w3.org:80/some/path/

-Tom

Received on Thursday, 25 March 1999 12:51:44 UTC