> From: Stevenson Ngila [mailto:Stevenson@xxxxxxxxxxxxxxxxxxxxxx]
> Sent: Wednesday, February 12, 2003 7:34 AM
> Subject: Variables
>
> How can i perform the following operation in xslt.
>
> <xsl:if test=@steve != 0>
> x= x + 1
> </xsl:if>
>
> where x is a variable.
All right, who wants this one? ;-)
Just kidding. You can't update XSLT variables once they are bound.
Thinking you need to be able to increment/decrement variables usually
indicates you're attempting a procedural approach to your problem, which
will translate poorly into XSLT. Perhaps if you explained what you want to
do, we could help you with an XSLT approach.
cheers,
b.
| brian martinez brian.martinez@xxxxxxxx |
| senior gui programmer 303.708.7248 |
| trip network, inc. fax 303.790.9350 |
| 6436 s. racine cir. englewood, co 80111 |
| http://www.cheaptickets.com/ http://www.trip.com/ |
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: Variables, (continued)
- Martinez, Brian - Wed, 12 Feb 2003 09:59:56 -0500 (EST) <=
|
|