file:resolve-path
Transforms a relative path into an absolute operating system path.
resolve-path($path as xs:string, $base as xs:string?:=()) ➔ xs:string
Arguments | ||||
| $path | xs:string | Path to file/directory | |
| $base | xs:string? | := () | Base path. (New in EXPath 4.0. Not yet implemented in Saxon.) |
Result | xs:string | |||
Namespace
http://expath.org/ns/file
Links to specifications
Saxon availability
Available in XPath 2.0 and later versions. Implemented since Saxon 9.5. Requires Saxon-PE or Saxon-EE. Available for all platforms.