Wiki source code of GetVar
Version 2.1 by Outhman Moustaghfir on 2024/02/20 15:39
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Introduction = | ||
2 | |||
3 | Retrieves the value of a variable stored in the list. | ||
4 | |||
5 | = Parameters = | ||
6 | |||
7 | * **"Variable Name":** Mandatory. | ||
8 | |||
9 | = Uses = | ||
10 | |||
11 | {{code language="XML"}} | ||
12 | <TEST><xsl:value-of select="ixf:GetVar('variableName')"></xsl:value-of></TEST> | ||
13 | {{/code}} | ||
14 | |||
15 | = Return: = | ||
16 | |||
17 | The function returns the value of the searched variable. |