Changes for page SetVar
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
<
>
edited by Outhman Moustaghfir
on 2024/01/22 10:12
on 2024/01/22 10:12
edited by Outhman Moustaghfir
on 2024/01/22 10:18
on 2024/01/22 10:18
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -42,4 +42,8 @@ 42 42 43 43 To retrieve the value of a variable, use the GetVar function: 44 44 45 - 45 +{{code language="XML"}} 46 +<xsl:value-of select="ixf:GetVar('variable_name')"></xsl:value-of> 47 +{{/code}} 48 + 49 +**variable_name**: The name of the variable whose value you want to retrieve.