arch:entries
Returns the set of entry descriptors for all the entries found within the archive.
entries($archive as xs:base64Binary) ➔ element(arch:entry)*
Arguments | |||
| $archive | xs:base64Binary | The archive to be read or altered |
Result | element(arch:entry)* |
Namespace
http://expath.org/ns/archive
Links to specifications
Notes on the Saxon implementation
The specification is not finalised regarding using element and attribute options to control archive manipulation. If you are using XPath 3.0+, then we suggest using the map-based equivalent function arch:entries-map(), which is much more likely to be stable.