Implementer Page: uri.resolve-uri.html 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. |