GetXmlVar
Last modified by Outhman Moustaghfir on 2024/06/20 12:25
Introduction
Retrieves the value of an xml variable stored in the list.
Parameters
- "Variable Name": The name of the variable whose value you want to retrieve (Mandatory).
Uses
<TEST><xsl:copy-of select="ixf:GetXmlVar('variableName')"></xsl:value-of></TEST>
Note:
To retrieve the value of a variable with XML content, you need to use copy-of instead of value-of.
Return:
The function returns the value of the searched variable.
Exemple:
to retrieve the value of a variable with xml as value
The result should look like this: