Version: 1 Status: new User Page: index.html XML Definition: uri.resolve-uri.xml Function Package: uri.resolve-uri.zip Function Syntaxstring uri:resolve-uri(string, string?) The uri:resolve-uri function resolves its first argument
against the absolute URI in the second argument according to the mechanism
specified in RFC
3986, section 5. If the second argument is not specified, it defaults
to the value of the expression uri:base-uri() . It is an error
if the string value of the first argument is not a valid URI reference or if
the string value of the second argument is not a valid absolute URI.
An implementation of this extension
function
in the EXSLT uri namespace must conform to the behaviour described in this document.
Change HistorySubmitted: 2006-03-18 Creator: John L. Clark(http://infinitesque.net/) Resolves a URI reference against a base URI. CopyrightThis material is in the public domain. |