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

RE: variable going out of scope in a for-each loop?

Subject: RE: variable going out of scope in a for-each loop?
From: "Oleg Tkachenko" <olegt@xxxxxxxxxxxxx>
Date: Mon, 10 Dec 2001 00:55:18 +0200
xsl end for each loop
>      <xsl:for-each select="cell">
>          <xsl:if test="number(.)=number(.)">
>            We have a number here 
>          <xsl:choose>
>            <xsl:when test="position() mod 2 = 0">
>              mod 2 = 0!
>              <xsl:variable name="aantal_uren">
>                <xsl:value-of select="."/>
>              </xsl:variable>
>              The value of the aantal_uren is: <xsl:value-of 
> select="$aantal_uren"/>||
>              The value of the uur_tarief is: <xsl:value-of 
> select="$uur_tarief"/>||
>            </xsl:when>

Oops, $aantal_uren is gone :(

>            <xsl:otherwise>
>              mod 2 != 0!
>              <xsl:variable name="uur_tarief">
>                <xsl:value-of select="."/>
>              </xsl:variable>
>              The value of the aantal_uren is: <xsl:value-of 
> select="$aantal_uren"/>||

Here must be syntax error - unresolved variable reference.

> Now, as soon as I loop form the first number containing cell to 
> the next, the 
> value defined in the previous-sibling seems to go out of scope viz.
Moreover, a scope of local variable is its parent element boundaries, so when you declare variable within <xsl:when> element, you lose it after </xsl:when> end tag.

> why?
Perhaps because the processor you are using is trying to be xslt1.0 rec compliant :)

---
Oleg Tkachenko,
Multiconn International, Israel 


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


Current Thread

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.