 |
RXML 2.0 parser
RXML 2.0 tags
Accessed counter
Advanced wizards
Countdown
Folding lists
Indirect href
Kill frame
SED
SSI support
Spell checker
Tablify
WAP WML helper
Wizard generator
 |
RXML 2.0 parser
This module handles RXML parsing of pages. Other modules can provide
additional tags that will be parsed. Most common RXML tags is provided by
the RXML 2.0 tags module. This module provide some fundamental tags;
<case>, <cond>, <comment>,
<define>, <elif>, <else>,
<elseif>, <emit>, <eval>,
<false>, <help>, <if>,
<nooutput>, <noparse>, <number>,
<strlen>, <then>, <trace>,
<true>, <undefine> and <use>.
Variables
- RXML Errors:Log RXML parse errors
- If set, all RXML parse errors will be logged in the debug log.
- RXML Errors:Log RXML run errors
- If set, all RXML run errors will be logged in the debug log.
- Parse files with exec bit
- If set, files with the exec bit set will be parsed. If not set and the Require exec bit to parse option is set, no parsing will occur.
- RXML Errors:Quiet RXML parse errors
- If set, RXML parse errors will not be shown in a page unless debug has been turned on with <debug on> or with the debug prestate.
- RXML Errors:Quiet RXML run errors
- If set, RXML run errors will not be shown in a page unless debug has been turned on with <debug on> or with the debug prestate.
- Require exec bit to parse
- If set, files has to have a execute bit (any of them) set to be parsed. The exec bit is the one set by chmod +x filename
- Extensions to parse
- Files with these extensions will be parsed. Note: This module must be reloaded before a change to this setting take effect.
|
|