ZipExtension
 
urn:WebWorks-XSLT-Extension-Zip
Functions
void Zip (string zipFilePath, object nodes)
Create a zip archive containing a list of files.
void ZipAdd (string zipFilePath, object nodes)
Add a list of files to a zip archive.
void ZipAddWithoutCompression (string zipFilePath, object nodes)
Add a list of files to a zip archive without compressing any files.
void ZipDirectory (string zipFilePath, string directoryPath)
Zip a directory and recursively include sub-directories without compressing any files.
void ZipDirectoryWithoutCompression (string zipFilePath, string directoryPath)
Zip a directory and recursively include sub-directories without compressing any files.
void ZipExtract (string zipFilePath, string targetDirectory)
Extract contents of a zip archive to a specified directory location.
void ZipWithoutCompression (string zipFilePath, object nodes)
Create a zip archive containing a list of files without compressing any files.
 
Detailed Description
urn:WebWorks-XSLT-Extension-Zip
Allow XSL transforms to handle zip archives.
 
Member Function Documentation
Was this helpful?
Last modified date: 10/14/2020