 |
<awizard>
<cache>
<crypt>
<debug>
<gauge>
<maketag>
<nooutput>
<noparse>
<set-max-cache>
<trace>
 |
Programming tags
Programming tags are tags that can be used for advanced RXML such as
making web applications. There are also tags of interest to module
programmers. For anyone interested in combining programming with RXML
there is the <pike> tag that lets you put pike code into RXML
pages.
The Programming tags are:
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> |
|
<noparse> |
|
<set-max-cache> |
Sets the maximum time this document can be cached in any ram
caches.
|
<trace> |
|
|
|