Thanks Robby & Francesco!

That been said, the use case is a bit special.
In my case the sitemap would have gone involved.
I did not split it up and here's what I did:

public class mycomponent implements Starter, Finisher
{

ZipOutputStream zip_out = new ZipOutputStream(outputStream);
    compose and add requested entries
zip_out.close();
}

and just added setOutputStream() and getContentType()

The question is often where you want to put the complexity.
Granted, defeats a bit the purpose of a pipeline, but it works ;-)

Jos

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

Reply via email to