INPUT /  OUTPUT /  LANGUAGE






for 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

Notes