How to programm loops using XSLT
Hi,
could anybody give me an short example of xslt code for the following problem.
Now i have something like that in my xslt file:
<TimeInterval value="{./TIMEMWH1}"/>
<TimeInterval value="{./TIMEMWH2}"/>
...
how can i put this into a loop and change just the sequence in
{./TIMEMWH...} to repeate the insert e.g. 100 times.
So, how can i programm loops in xslt and how can i implement a counter.
Thanks
Mario