On Feb 11, 2004, at 8:04 AM, Lionel Crine wrote:


I need more explanation about the exception.

in this page : http://cocoon.apache.org/2.1/userdocs/concepts/errorhandling.html

There is this example which interested but it's not working because class="SAXException" does not exists.


<map:selector name="exception" src="org.apache.cocoon.selection.ExceptionSelector">
<exception name="processing" class="ProcessingException" unroll="true"/>
<exception name="sax" class="SAXException"/>

Try "org.xml.sax.SAXException"


~ml


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to