You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Brian Quinlan <Br...@ActiveState.com> on 2001/02/16 01:24:59 UTC

Halting the interpreter

Hi,

I am using Xalan-C 1.0 and was wondering if there is a structured way to
halt the interpreter. Right now I am implementing a TraceListener and
throwing an exception inside of it to stop the interpreter. Is there a
better way to do it? Ideally, I would get an exception at the level of the
Stylesheet "process" method call with no error messages.

Thanks.