Changes for page 3. Variables
Last modified by Outhman Moustaghfir on 2024/01/23 13:58
<
>
edited by Outhman Moustaghfir
on 2021/04/27 18:34
on 2021/04/27 18:34
edited by Outhman Moustaghfir
on 2021/04/27 17:22
on 2021/04/27 17:22
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -58,26 +58,8 @@ 58 58 59 59 == Local variables == 60 60 61 -Local variable is a type of variable that can be newly created and used for a certain need. 62 62 63 -So as to create a local variable "newVar" with a value equals to "var number 1", we should write this piece of XSL code : 64 64 65 -{{code language="XML"}} 66 -<xsl:value-of select=" ixf:SetVar('newVar', 'var Number 1')"></xsl:value-of> 67 67 68 -{{/code}} 69 69 70 -The call of this new variable in the scnario is similar to previous system variables: **${newVar}.** 71 - 72 -To get 'newVar' from XSL file : 73 - 74 -{{code language="XML"}} 75 -<xsl:value-of select="ixf:getVar('Var')"></xsl:value-of> 76 -{{/code}} 77 - 78 - 79 - 80 - 81 - 82 - 83 83