RoxenCMS 5.4Web Developer ManualFlow Tags

   

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

Flow Tags

Flow tags control and guide 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 do not take any attributes that process or find 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.