Re: Zip File Generator

2003-03-07 Thread Antonio Gallardo
> > Le Vendredi, 7 mars 2003, à 14:05 Europe/Zurich, Sylvain Wallez a écrit > : > >> ...The JDK natively suppors the "jar:" protocol with URLs of the form >> "jar:!/"(see [1]) and as such is available in Cocoon. > > Wow, I didn't know that this was a standard JDK feature, thanks for > pointing it o

Re: Zip File Generator

2003-03-07 Thread Bertrand Delacretaz
Le Vendredi, 7 mars 2003, à 14:05 Europe/Zurich, Sylvain Wallez a écrit : ...The JDK natively suppors the "jar:" protocol with URLs of the form "jar:!/"(see [1]) and as such is available in Cocoon. Wow, I didn't know that this was a standard JDK feature, thanks for pointing it out! Now I unders

Re: Zip File Generator

2003-03-07 Thread Sylvain Wallez
Bertrand Delacretaz wrote: Le Vendredi, 7 mars 2003, à 09:41 Europe/Zurich, Upayavira a écrit : With the protocol, it shows you how to add a protocol to Cocoon of the form: zip://[EMAIL PROTECTED]://www.newserver.com/news_2001.zip or zip://people/[EMAIL PROTECTED] There is a jar: protocol

Re: Zip File Generator

2003-03-07 Thread Bertrand Delacretaz
Le Vendredi, 7 mars 2003, à 09:41 Europe/Zurich, Upayavira a écrit : With the protocol, it shows you how to add a protocol to Cocoon of the form: zip://[EMAIL PROTECTED]://www.newserver.com/news_2001.zip or zip://people/[EMAIL PROTECTED] There is a jar: protocol (or Source?) in Cocoon already

Re: Zip File Generator

2003-03-07 Thread Upayavira
> I'm wonderning how one could read a file that is compressed/archived > e.g. zip. Let's say I have a XML file that is compressed and so I > would like to uncompress it and then use this file in the normal file > generator in a pipeline. Is this possible and how? I also looked > whether I could us

Zip File Generator

2003-03-07 Thread Peter Klotz
Hi, I'm wonderning how one could read a file that is compressed/archived e.g. zip. Let's say I have a XML file that is compressed and so I would like to uncompress it and then use this file in the normal file generator in a pipeline. Is this possible and how? I also looked whether I could use a r