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.
|