 |
<append>
<dec>
<define>
<inc>
<insert>
<scope>
<set>
<undefine>
<unset>
<use>
 |
Variable tags
Variable tags can be used to create dynamic web pages as well as
making web pages that are easier to maintain. The tags have one thing
in common, they store and retrieve information from different places:
- Variables
- Form variables, as well as variables
created with tags like <set> and <cset>. Variables
are the backbone of RXML programming.
- Defines
- Defines or macros are fully internal to the server.
They are mostly used for to save authors typing repetitive blocks of
text.
- Tags
- It is possible to define new tags, or to
redefine an existing HTML tag.
- Packages
- Packages are ready-to-use defines and tags
provided by the administrator of the server.
The Variable tags are:
Name | Description
|
<append> |
Appends a value to a variable. The variable attribute and one more is
required.
|
<dec> |
Subtracts 1 from a variable.
|
<define> |
|
<inc> |
Adds 1 to a variable.
|
<insert> |
Inserts a file, variable or other object into a webpage.
|
<scope> |
Creates a different variable scope.
|
<set> |
Sets a variable.
|
<undefine> |
|
<unset> |
Unsets a variable, i.e. removes it.
|
<use> |
|
|
|