INPUT /  OUTPUT /  LANGUAGE






for tag

Transient logic tag

Creates a loop in the document tree. Code inside the loop is invoked repeatedly for a specified number of iterations.

Sample usage

<i:for 1 limit=10 do=i> yields the list of numbers 1 2 3 4 5 6 7 8 9 10

Fields

Primary field

The counter value of the current iteration. Can be initialised to the required starting value. The default starting value is 1.

Secondary fields

Notes