zipFilePath | Full pathname of the zip file. |
nodes | The node set. |
<xsl:variable name="VarZipListAsXML">
<wwzip:File source = "C:\some\directory\alpha.txt" zip-directory="directory" />
<wwzip:File source = "C:\some\directory\beta.txt" zip-directory="directory" />
<wwzip:File source = "C:\some\directory\gamma.txt" zip-directory="directory" />
<wwzip:File source = "C:\some\directory\last\gamma.txt" zip-directory="directory\last" />
</xsl:variable>
<xsl:variable name = "VarZipList" select="wwzip:ZipAddWithoutCompression('C:\some\archive.zip', msxsl:node-set($VarZipListAsXML)/*" />