RE: variable incrementing problems

Subject: RE: variable incrementing problems
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 29 Jun 1999 17:40:38 +0100
> Ok. Thanks for answer. I am solved my problem now.
> But how can I increment value already existing variable?

In standard XSLT, you can't. You have to learn how to do side-effect-free
programming.

I find it difficult too, so I added an xsl:assign statement in SAXON XSL.
I'm trying to resist using it though, because it's a good idea to stick to
the standard, and there's usually a way of achieving what you want without
it.

Mike Kay


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


Current Thread