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:
|