Subject: Re: Sum in conjunction with string splitting?
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 09 Sep 2006 07:04:22 +0100
|
>>>>> "David" == David Carlisle <davidc@xxxxxxxxx> writes:
David> doesn't have the scheme:authority//path syntax it can't be
David> a hierarchical URI so if you used such a URI as a base you
David> shouldn't be able to resolve relative URI agaisnt that
No - the authority can be omitted.
>From RFC3986:
URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]
hier-part = "//" authority path-abempty
/ path-absolute
/ path-rootless
/ path-empty
so this one breaks down as scheme -> C
hier-part -> / path-absolute
--
Colin Adams
Preston Lancashire
|