This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Re:


Kevin,
Think of
var c = ( 
	a > 1 ? x : y 
	);

Ciao Chris

XML/XSL Portal 
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@lists.mulberrytech.com
>[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Kevin Nardi
>Sent: 13 July 2001 20:17
>To: xsl-list@lists.mulberrytech.com
>Subject: [xsl] Re: 
>
>
>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@nag.co.uk>
>>Reply-To: xsl-list@lists.mulberrytech.com
>>To: xsl-list@lists.mulberrytech.com
>>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
>
>

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]