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
 
<debug> Main RXML parser

 

Sets debugging on or off. When debugging is on many RXML tags will output more detailed error messages. It is equivalent to giving the debug attributes to those tags.

 

Attributes

on
Enables debug mode.

off
Disables debug mode.

 

Example


With debug:
<br><debug on>
<append variable=foo from=bar>

<p>Without debug:
<br><debug off>
<append variable=foo from=bar>

With debug:
Append: from variable doesn't exist

Without debug: