RE: [xsl] System.exit()

Subject: RE: [xsl] System.exit()
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Thu, 27 Mar 2003 10:48:36 -0000
> Leena Kulkarni wrote:
> > Is there something like System.exit() in XSL?
> 
> <xsl:message terminate="yes">oh no!</xsl:message>
> 

Though you should be aware that because XSLT is a non-sequential
language, the semantics of this aren't very precise. It tells the
processor that it has to stop, but it doesn't say anything about when it
has to stop, because instructions can be executed in any order.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread