<insert/>
Provided by module: RXML 2 tags
Inserts the value of a variable.
Attributes
- variable="string"
-
The name of the variable.
- scope="string"
-
The name of the scope, unless given in the variable attribute.
- index="number"
-
If the value of the variable is an array, the element with this
index number will be inserted. 1 is the first element. -1 is the last
element.
- split="string"
-
A string with which the variable value should be splitted into an
array, so that the index attribute may be used.