xsl-list
[Top] [All Lists]

Re: [xsl] Sum in conjunction with string splitting?

2006-09-09 11:47:16
"David" == David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--