| Name | Description
|
| <awizard> | |
| <cache> |
This simple tag RXML parse its contents and cache them using the
normal Roxen memory cache. |
| <crypt> |
Encrypts the contents as a Unix style password. |
| <debug> |
Helps debugging RXML-pages as well as modules. |
| <gauge> |
Measures how much CPU time it takes to run its contents through the
RXML parser. |
| <maketag> | Makes it possible to create tags. |
| <nooutput> |
The contents will not be sent through to the page. |
| <noparse> |
The contents of this container tag won't be RXML parsed. |
| <pike> | This tag makes it possible to insert pike code
directly in the document. |
| <set-max-cache> |
Sets the maximum time this document can be cached in any ram
caches. |
| <trace> |
Executes the contained RXML code and makes a trace report about how
the contents are parsed by the RXML parser. |