RE: [xsl] Variables

Subject: RE: [xsl] Variables
From: "Martinez, Brian" <brian.martinez@xxxxxxxx>
Date: Wed, 12 Feb 2003 08:01:06 -0700
> From: Stevenson Ngila [mailto:Stevenson@xxxxxxxxxxxxxxxxxxxxxx]
> Sent: Wednesday, February 12, 2003 7:34 AM
> Subject: [xsl] 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