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: Equivalent of a Global Counter


> I thought about using parameters for this, but it wouldn't work.
> I need to generate some data in tags, and the data is a 
> number which needs to increment for every element encountered.

you can usually achieve this using some combination of position(), count(),
or xsl:number. If not, you need a recursive template that calls itself with
a parameter that is incremented on each call.

Mike Kay 


 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]