<
From version < 2.13 >
edited by Outhman Moustaghfir
on 2021/04/27 17:32
To version < 2.15 >
edited by Outhman Moustaghfir
on 2021/04/27 18:34
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -58,9 +58,26 @@
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
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 :
63 63  
65 +{{code language="XML"}}
66 +<xsl:value-of select=" ixf:SetVar('newVar', 'var Number 1')"></xsl:value-of>
64 64  
68 +{{/code}}
65 65  
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 +
66 66  
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian