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?


Cheers
Anand



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to