Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
  Variable tags
  URL tags
  If tags
    <if>
    <else>
    <elseif>
    <true>
    <false>
  Graphics tags
  Database tags
  LDAP
  Programming tags
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<else> </> Main RXML parser

 

Show the contents if the previous <if> tag didn't, or if there was a <false> above. The result is undefined if there has been no <if>, <true> or <false> tag above.

 

Example


<false>
<else>
Show this.
</else>

Show this.