You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by an...@wipro.com on 2004/05/09 14:56:44 UTC

Help Pls Zip Archive Serializer

Gentle reminder to all. Anybody who can help me out in zipping files
thru cocoon. Please go thru the mail below for my query???

Regards
Anand

-----Original Message-----
From: Anand Vasudevan
Sent: Friday, May 07, 2004 5:29 PM
To: users@cocoon.apache.org
Subject: Zip Archive Serializer

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





Confidentiality Notice

The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or Mailadmin@wipro.com immediately
and destroy all copies of this message and any attachments.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Help Pls Zip Archive Serializer

Posted by Joerg Heinicke <jo...@gmx.de>.
On 09.05.2004 14:56, anand.vasudevan@wipro.com wrote:

> 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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org