GetXmlVar
Version 1.1 by Outhman Moustaghfir on 2024/06/20 12:16
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:value-of select="ixf:GetXmlVar('variableName')"></xsl:value-of></TEST>
Return:
The function returns the value of the searched variable.