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>
  • Flow tags

    Flow tags controls and guides the flow of RXML code through conditions and error checking. Like the If tags these tags can be used to create advanced dynamic pages. These tags are unlike the If tags as they don't take any attributes that processes or finds information, only attributes that affect the tag itself.

    The tags <throw> and <catch> for instance, are used to help programmers more easily debug their code.

    The flow tags are:

    Name Description  
    <catch>   Evaluates the RXML code, and, if nothing goes wrong, returns the parsed contents.  
    <cond>  This tag makes a boolean test on a specified list of cases.  
    <for>   Makes it possible to create loops in RXML.  
    <throw>   Throws a text to be catched by <catch>.