| SAXONICA | 
fn:resolve-uri($relative as xs:string()) → anyURI
Function signature
| $relative | xs:string | 
| Result | xs:anyURI | 
Resolves a relative URI against the base URI from the static context
fn:resolve-uri($relative as xs:string, $base as xs:string) → anyURI
Function signature
| $relative | xs:string | 
| $base | xs:string | 
| Result | xs:anyURI | 
Resolves a relative URI against a given base URI