Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
  Variable tags
  URL tags
  If tags
  Graphics tags
  Database tags
  LDAP
  Programming tags
    <catch>
    <throw>
    <cgi>
    <crypt>
    <debug>
    <default>
    <for>
    <gauge>
    <nooutput>
    <noparse>
    <pike>
    <random>
    <realfile>
    <scope>
    <sed>
    <strlen>
    <trace>
    <vfs>
    <wizard>
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<catch> </> Main RXML parser

 

This tag does normally just pass along it's contents. However, in case there are an error in the RXML evaluation of the contents, or a <throw> tag is evaluated, only the error messages will be returned.

 

Example


<catch>
<h1>Hello World</h1>

<throw>Error dude.</throw>
</catch>

Error dude.