Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to programm loops using XSLT

51828Mar 14 2002
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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 11 2002
Added on Mar 14 2002
3 comments
484 views