[xsl] Way to terminate the xslt process

Subject: [xsl] Way to terminate the xslt process
From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Wed, 16 May 2007 14:25:27 +0530
Dear List-

Is there a way by which we can terminate the process of XSLT something like below:

<xsl:choose>
<xsl:when test="article">
...
</xsl:when>
<xsl:otherwise>termination statement</xsl:otherwise>
</xsl:choose>

Regards,
JSR

Current Thread