expath-zip:entries

Returns an XML representation of the directory structure of the entries in a ZIP file. For details of the structure, see the EXPath zip specification at http://expath.org/spec/zip.

entries($href as xs:anyURI) ➔ element(zip:file)

Arguments

 

$href

xs:anyURI

The URI of the ZIP file

Result

element(zip:file)

Details

Namespace: http://expath.org/ns/zip

Notes on the Saxon implementation

Implemented since Saxon 9.5; available whether or not support for XPath 3.0 is enabled. The Saxon implementation requires the TagSoup parser to be present on the classpath.

The EXPath ZIP module and its implementation should not be considered as stable.