arch:entries-map
Returns the entry descriptors for all the entries found within the archive as a map, optionally each with their content.
entries-map($archive as xs:base64Binary) ➔ map(xs:string,map(xs:string,item()*))
Arguments | |||
| $archive | xs:base64Binary | The archive to be read or altered |
Result | map(xs:string,map(xs:string,item()*)) |
entries-map($archive as xs:base64Binary, $return-content as xs:boolean) ➔ map(xs:string,map(xs:string,item()*))
Arguments | |||
| $archive | xs:base64Binary | The archive to be read or altered |
| $return-content | xs:boolean | Content is returned for the entries when true() |
Result | map(xs:string,map(xs:string,item()*)) |
Namespace
http://expath.org/ns/archive