Changes for page GetXmlVar
Last modified by Outhman Moustaghfir on 2024/06/20 12:25
edited by Outhman Moustaghfir
on 2024/06/20 12:18
on 2024/06/20 12:18
edited by Outhman Moustaghfir
on 2024/06/20 12:16
on 2024/06/20 12:16
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,4 @@ 1 -= Introduction = 1 += Introduction = 2 2 3 3 Retrieves the value of an xml variable stored in the list. 4 4 ... ... @@ -9,14 +9,9 @@ 9 9 = Uses = 10 10 11 11 {{code language="XML"}} 12 -<TEST><xsl: copy-of12 +<TEST><xsl:value-of select="ixf:GetXmlVar('variableName')"></xsl:value-of></TEST> 13 13 {{/code}} 14 14 15 -(% class="wikigeneratedid" %) 16 -= Note: = 17 - 18 -For getXmlVar, you need to use copy-of instead of value-of. 19 - 20 20 = Return: = 21 21 22 22 The function returns the value of the searched variable.