<append/> or <append></append>
Provided by module: Tags: RXML 2 tags
Appends a value to a variable. The variable attribute and one more is
required.
Attributes
- variable="string"
-
The name of the variable.
- value="string"
-
The value the variable should have appended.
<set variable='var.ris' value='Roxen'/>
<append variable='var.ris' value=' Internet Software'/>
&var.ris; |
Roxen Internet Software |
|
- from="string"
-
The name of another variable that the value should be copied
from.