Re: How to aggregate stream from ExceptionGenerator

2008-03-17 Thread Mark Lundquist
On Mar 10, 2008, at 11:19 PM, [EMAIL PROTECTED] wrote: Yes, you can aggregate error messages. Just move the content generation with to another pipeline with its own error-handling. Error-handling can happen at different levels. I use it at the level, but remember reading about other

Re: How to aggregate stream from ExceptionGenerator

2008-03-10 Thread solprovider
Yes, you can aggregate error messages. Just move the content generation with to another pipeline with its own error-handling. Error-handling can happen at different levels. I use it at the level, but remember reading about other levels. You can have multiple elements in an XMAP, each w

Re: How to aggregate stream from ExceptionGenerator

2008-03-10 Thread Joerg Heinicke
On 10.03.2008 12:24, Mark Lundquist wrote: So, how do I handle the stream that comes out of ExceptionGenerator? I can't aggregate it like I do with a resource that I can invoke. The problem is with getting the nav tree document into the stream. Why? You should be able to set up a pipeline i

How to aggregate stream from ExceptionGenerator

2008-03-10 Thread Mark Lundquist
Okay, this is probably a retarded question, but... Most of my Cocoon applications are websites that pull content documents through XSLT templates to add styling/layout markup (and navigation menus) before serializing to HTML. So the main pipeline starts off with an aggregator that pulls in