Changes for page 3. Variables
Last modified by Outhman Moustaghfir on 2024/01/23 13:58
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 - Documentation.iXPath.User Guide.The iXPath BPMN.WebHome1 +User Guide.The iXPath BPMN.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.a chmiti1 +XWiki.omoustaghfir - Content
-
... ... @@ -68,7 +68,8 @@ 68 68 1**. **iXEnv**: used especially when the developper wants to switch the environment and use another scenario in another environment. It is a variable that precise the name of the new environment 69 69 1**. [[image:1649942613906-103.png]] 70 70 71 -== == 71 +(% class="wikigeneratedid" id="H" %) 72 +When you change the environment, make sure to verify that the variable iXSwitchEnv has the value true. 72 72 73 73 == __Local variables__ == 74 74 ... ... @@ -79,10 +79,12 @@ 79 79 80 80 81 81 {{code language="XML"}} 82 -<xsl:value-of select=" ixf:SetVar('newVar', 'var Number 1')"></xsl:value-of> 83 +<xsl:value-of select=" ixf:SetVar('newVar', 'var Number 1','false')"></xsl:value-of> 83 83 84 84 {{/code}} 85 85 87 +=== === 88 + 86 86 The call of this new variable in the scenario is similar to previous system variables: **${newVar}.** 87 87 88 88 To get 'newVar' inside an XSL file :