Gentle reminder to all. Anybody who can help me out in zipping files thru cocoon. Please go thru the mail below for my query???
Didn't Jorg Heymans already gave the hint to use the directory generator for this?
Joerg
-----Original Message----- From: Anand Vasudevan
Hi,
I want to zip the entire directory contents and if there are subdirectories then their contents also using Zip Archive Serializer.
<?xml version="1.0" encoding="iso-8859-1"?>
<zip-archive:archive
xmlns:zip-archive="http://apache.org/cocoon/zip-archive/1.0">
<zip-archive:entry name= " " src= "D:\docs"/>
</zip-archive:archive>
In the above code do I have to tediously mention all the files in the directory and the subdirectories(this would
again contain so many files) for zipping the contents of the docs directory?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
