xsl-list
[Top] [All Lists]

Re: [xsl] Throw Exception When the node contains invalid for that context in XSLT to Java

2007-03-29 11:56:22
Senthilkumaravelan Krishnanatham wrote:
You mean error method in Errorlistner, during the xsl:message terminate =yes ,it is not throwing any exception.

No, Florent means the same I wrote earlier in response to this thread: the error() XPath 2.0 function. It will raise an XPath exception.

terminate="yes" will terminate your transformation. I don't believe it says anything about throwing an exception. You can check the Saxon documentation (if you use Saxon) in how to respond to messages. I am not sure if you can "catch" whether the message is send with a terminate="yes", I remember a thread in the Saxon list about it a while ago, that says that it is not possible: https://sourceforge.net/mailarchive/forum.php?thread_name=458FC5FE.80609%40i-hypergrid.com&forum_name=saxon-help.

But this gets Saxon specific. Better ask it on the Saxon list.

I am still struggling to get the exception part of it.

who said there's an exception? It is written to System.err. That's all.




On Mar 29, 2007, at 3:53 AM, Florent Georges wrote:


  error() can be of help too, depending on the real requirements.

  Regards,

--drkm



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--