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
Saxon availability
Available whether or not support for XPath 3.0 is 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
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.