On 2/12/06, Jörn Nettingsmeier <[EMAIL PROTECTED]> wrote: > i still want to include the metadata in my pipeline. Is there some xmap > setting that will make the pipeline continue if a generator fails?
See <map:handle-errors> http://cocoon.apache.org/2.1/userdocs/concepts/errorhandling.html There are examples in publication-sitemap.xmap in the default pub. You can only have one <map:handle-errors> per <map:pipeline>, so you probably want to wrap your <map:match>: <map:pipeline> <map:match></map:match> <map:match></map:match> (Optional additional matches using the same error handling.) <map:handle-errors> </map:handle-errors> </map:pipeline> <map:pipeline> ... Another pipeline with different error handling. solprovider --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
