arch:extract-binary

Returns the sequence of requested entries from the archive as binary data.

extract-binary($archive as xs:base64Binary, $entries as xs:string*) ➔ xs:base64Binary*

Arguments

 

$archive

xs:base64Binary

The archive to be read or altered

 

$entries

xs:string*

The names of the entries required

Result

xs:base64Binary*

Namespace

http://expath.org/ns/archive

Links to specifications

EXPath Archive Module