Makes it possible to create loops in RXML.
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.
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.
"=> >
Example
"=> >
|