| Roxen/6.2.236-git | ||
Roxen Interactive RXML Help
<for></for>
Makes it possible to create loops in RXML.
This tag is cache static (see the <cache> tag) if the compatibility level is set to 2.5 or higher.
Attributes
- from
- from=number
Initial value of the loop variable.
- step
- step=number
How much to increment the variable per loop iteration. By default one.
- to
- to=number
How much the loop variable should be incremented to.
- variable
- variable=name
Name of the loop variable.