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: The XSL-List Digest V3 #53


> Is there any way in XSL to increment a "counter" variable while processing
> is occurring in order to have access to the variable later on in the
> process?

No, variables in XSLT aren't variable.

You can pass a parameter to a named template that returns a result tree
fragment consisting of a text node that is the number plus 1. Assign it
to a variable and then take the number($foo).

See the variable section of the FAQ,
http://freespace.virgin.net/b.pawson/xsl/N8090.html
questions 14-19.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


 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]