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

EXPath Archive Module