fn:resolve-uri(string $relative) → string
Function signature
$relative |
xs:string |
Result |
xs:string |
Resolves a relative URI against the base URI from the static context
fn:resolve-uri(string $relative, string $base) → string
Function signature
$relative |
xs:string |
$base |
xs:string |
Result |
xs:string |
Resolves a relative URI against a given base URI
Note:Current WD still describes the second argument as having type xs:anyURI