Re: Issue trying to extract errors from XSLTs in Java

2007-12-14 Thread stephen . p . harper
e trying to extract errors from XSLTs in Java Hi, Stephen. [EMAIL PROTECTED] wrote on 2007-12-11 11:09:58 AM: > So here is my code. In my stylesheet I throw an error for whatever reason: > > Error thrown > > And in my Java code I attempt to catch and extact the er

Re: Issue trying to extract errors from XSLTs in Java

2007-12-13 Thread Henry Zongaro
Hi, Stephen. [EMAIL PROTECTED] wrote on 2007-12-11 11:09:58 AM: > So here is my code. In my stylesheet I throw an error for whatever reason: > > Error thrown > > And in my Java code I attempt to catch and extact the error message: > > } catch (TransformerException e) { > log.debug

Issue trying to extract errors from XSLTs in Java

2007-12-11 Thread stephen . p . harper
Hi, I am having an issue when I attempt to throw an error from a stylesheet, terminate, and then capture the error in a TransformerException in Java and extact it into a meaningful error message. I checked the mailing archive and it was suggested in 2002 that this functionality could be imple