<for></for>
Provided by module: Tags: RXML tags
Makes it possible to create loops in RXML.
Note!
|
This tag is cache static (see the <cache> tag)
if the compatibility level is set to 2.5 or higher.
|
Attributes
- from="number"
-
Initial value of the loop variable.
- step="number"
-
How much to increment the variable per loop iteration. By default one.
- to="number"
-
How much the loop variable should be incremented to.
- variable="name"
-
Name of the loop variable.