Subject: RE: Throw Exception When the node contains invalid for that context in XSLT to Java
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 28 Mar 2007 21:02:32 +0100
|
Use <xsl:message terminate="yes"/>
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: Senthilkumaravelan K [mailto:skumaravelan@xxxxxxxxxxxxxx]
> Sent: 28 March 2007 19:04
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Throw Exception When the node contains invalid
> for that context in XSLT to Java
>
> 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
|