[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: return?

Subject: Re: return?
From: Frederic Laurent <fl@xxxxxxxxxxxxx>
Date: Wed, 26 Nov 2003 11:10:27 +0100
xsl return
Bruno LLopes wrote:
> Hi,
>     Is possible in xslt use a return instruction when some condition occur
>     and stop de verificaction  of  the remaining code
>     like this
>      <xsl:if test="string-length($str) <= 4>
>         (terminate verificaction) <xsl:return /> (?)
> </xsl:if>


yes you can
the <xsl:message/> can log a message and terminate the process

so 
<xsl:message terminate="yes">String too short...</xsl:message>

will stop the XSLT processor (can depend on processor implementation)

HTH

Frédéric
-- 
XPath free testing software :  http://lantern.sourceforge.net
Frédéric Laurent                     http://www.opikanoba.org

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


Current Thread
  • RE: return?
    • JOHN MARSHALL - Tue, 25 Nov 2003 21:49:03 -0500 (EST)
      • <Possible follow-ups>
      • Frederic Laurent - Wed, 26 Nov 2003 05:10:37 -0500 (EST) <=

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.