<cset> ... </cset>
|
 |
<cset> is defined in the Main RXML parser module.
Sets a variable to the contents of the tag.
|
|
Attributes
- variable=variable
-
The variable to set.
Example
source code
|
<cset variable=foo>
Hello World
</cset>
<insert variable=foo>
|
 |
|
result
|
Hello World
|
|
|