| Smartsite SXML |
|
|---|---|
<se:for from="0" to="10" step="3">
{this.index()}
</se:for>
|
|
| Example Result |
|
|---|---|
0 3 6 9 |
|
| Smartsite SXML |
|
|---|---|
<se:for from="0" to="10" step="3">
{this.index()}
</se:for>
|
|
| Example Result |
|
|---|---|
0 3 6 9 |
|