xsl-list
[Top] [All Lists]

RE: Variables

2003-02-12 08:01:06
From: Stevenson Ngila 
[mailto:Stevenson(_at_)epr(_dot_)footman-walker(_dot_)com]
Sent: Wednesday, February 12, 2003 7:34 AM
Subject: [xsl] Variables

How can i perform the following operation in xslt.

<xsl:if test=(_at_)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(_dot_)martinez(_at_)trip(_dot_)com |
| 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



<Prev in Thread] Current Thread [Next in Thread>