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

Summary

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  
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian