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

Subject: [xsl] Throw Exception When the node contains invalid for that context in XSLT to Java
From: "Senthilkumaravelan K" <skumaravelan@xxxxxxxxxxxxxx>
Date: Wed, 28 Mar 2007 11:04:28 -0700
Hi
I would like to know ,is there any way I can define exception rules in
XSLT and throw them back to Java wolrd during transform process.

say  I have a node in my XML
<myvalue>Y</myvalue >
If the the text value of myvalue Node is "N" I need to throw an
exceptinon to Java world
during my XSLT transformation otherwise prodcue the output .


Please advise.


Regards,
Senthil

Current Thread