arch:extract-text-map
Returns the sequence of requested entries from the archive as decoded string data.
extract-text-map($archive as xs:base64Binary, $entries as map(xs:string,map(xs:string,item()?))) ➔ xs:string*
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 | xs:string* |
extract-text-map($archive as xs:base64Binary, $entries as map(xs:string,map(xs:string,item()?)), $encoding as xs:string) ➔ xs:string*
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 |
| $encoding | xs:string | The encoding to use for decoding or encoding text |
Result | xs:string* |
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).
Notes on the Saxon implementation
Supported encodings are: UTF-8
, UTF-16
, ISO-8859-1
and US-ASCII
.