You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Stefano Mazzocchi <st...@apache.org> on 2003/03/25 16:25:23 UTC

another question on treeprocessor

is error-handling inherited?

if not, why?

if so, are there any drawbacks?

TIA

Stefano.


Re: another question on treeprocessor

Posted by Vadim Gritsenko <va...@verizon.net>.
Stefano Mazzocchi wrote:

> is error-handling inherited?


Only when <map:mount /> is inside pipeline containing error handler; 
then this handler is "inherited", so to speak. Anything else is a bug.

AFAIK, 2.0 compiled sitemap is 99.9% bug-less (and 0.1% takes "views 
must start from the last label" TODO item), so you can play with it. 
Treeprocessor is not complete yet (see bug on action sets, and same TODO 
item).


Vadim