Janet Yvan wrote: > Hi all. > > > > In my webapp, I have to deal with externally generated data. These data > are not every time valid XML, so I need to catch parsing exceptions and > then to continue generating my page. So I designed a special pipeline > which was meant to handle parse errors. When I directly call the > pipeline, the errors are caught and an empty page is generated. But when > I try to load the whole page, it sends me a parse error … I don’t > understand why … >
Try declaring your map:handle-errors in the pipeline that handles the aggregation. HTH Jorg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
