Gary, Thanks for you help. Yes, there is always a problem when you have to handle exceptions from the third party code. I see that you wrap the exception you received from an extension in TransformerException. Maybe the code that handles the ultimate TransformerException should unwrap.
-- Nicholas Sushkin Open Finance Corporation <http://www.openfinance.com> On Thu, 7 Feb 2002, Gary L Peskin wrote: > Nicholas -- > > Glad you found the problem. The extension mechanism catches the error > and returns only this somewhat unhelpful short message. -EDUMP only > comes into play when the exception makes it all the way back to the > top-level org.apache.xalan.xslt.Process class. The handling of errors > that occur in extensions has gone back and forth and we need to come up > with something coherent and implement it once and for all (or until the > next iteration!). > > Gary
