docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 3.3Web Developer ManualFlow Tags
Copyright © 2004, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<catch>
<cond>
<for>
<throw>

<for></for>

Provided by module: Tags: RXML 2 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.