Wiki source code of GetVar
Version 1.1 by Outhman Moustaghfir on 2024/02/20 15:38
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 | * **"Parent" (Optional):** | ||
9 | |||
10 | = Uses = | ||
11 | |||
12 | {{code language="XML"}} | ||
13 | <TEST><xsl:value-of select="ixf:GetVar('variableName')"></xsl:value-of></TEST> | ||
14 | {{/code}} | ||
15 | |||
16 | = Return: = | ||
17 | |||
18 | The function returns the value of the searched variable. |