Perhaps you think it's natural, but in (almost) any procedural language, the
conditional processing comes *outside* the assignment. This makes more
sense to me, and this is why I have a hard time with XSL. :)
Instead of "if x is a, assign c to y, if x is b, assign d to y" it's "assign
y a value: if x is a, then c, if x is b, then d".
I'll get it eventually though. :)
-Kevin
From: David Carlisle <davidc@xxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 13 Jul 2001 10:16:29 +0100
> Why is this variable not in scope outside of the
> xsl:choose?
because elements scope variable bindings in XSL.
This is a FAQ you want the choose inside the variable, not the other way
round. (This is anyway the more natural way, you want to define $rowstyle
with a value depending on some condition)
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Re:
- Kevin Nardi - Fri, 13 Jul 2001 15:22:47 -0400 (EDT) <=
- <Possible follow-ups>
- Hall, Kurt - Fri, 13 Jul 2001 15:33:19 -0400 (EDT)
|
|