Re: [xsl] Breaking from the loop (for-each or apply-template)

Subject: Re: [xsl] Breaking from the loop (for-each or apply-template)
From: Kenneth Stephen <marvin.the.cynical.robot@xxxxxxxxx>
Date: Fri, 12 Aug 2005 10:31:44 -0500
Oleg,

    If you really really want to stop execution dead in its tracks,
use <xsl:message terminate="yes">Place your message here</xsl:message>
. I have to warn you that the actual output the user sees in this case
will not be very user friendly - especially if your XSLT processor is
Xalan.

Regards,
Kenneth

On 8/12/05, Oleg Konovalov <olegkon@xxxxxxxxx> wrote:

>
> But that Date is extremely important to business, so what I am
> trying to do is to break out of creating insert and show the
> user an error message to fix XLS file.

Current Thread