arch:extract-map
Returns a copy of $entries
with the content entries set to binary or decoded
string data for the appropriate entry in the archive.
extract-map($archive as xs:base64Binary, $entries as map(xs:string,map(xs:string,item()?))) ➔ map(xs:string,map(xs:string,item()?))
Arguments | |||
| $archive | xs:base64Binary | The archive to be read or altered |
| $entries | map(xs:string,map(xs:string,item()?)) | The names of the entries required |
Result | map(xs:string,map(xs:string,item()?)) |
Namespace
http://expath.org/ns/archive
Links to specifications
Saxon availability
Requires support for XPath 3.0 to be enabled. Implemented since Saxon 9.6. Requires Saxon-PE or Saxon-EE. Available for Java and C/C++ only (not .NET).