docs.roxen.com
main | demo | docs
download | community | pike
© 2000 Roxen Internet Software
Suggestions, Comments or Complaints
manuals@roxen.com

DocsRoxen2.0Web Site Creator ManualFlow tags
   

  • <catch>
  • <cond>
  • <for>
  • <throw>
  • <for></for>

    Makes it possible to create loops in RXML.

    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.