xsl-list
[Top] [All Lists]

RE: System.exit()

2003-03-27 03:48:36
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(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


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



<Prev in Thread] Current Thread [Next in Thread>