System functions
Last modified by Assala Chmiti on 2022/06/13 13:18
Introduction:
This page is an introduction to the System functions used in the iXpath application.
Declaration of the system function:
Ex: If the function is called EncodeBase64 and have 3 parameters, it is used with this form in 2 ways differently in:
- The connector(Scenario) : {System.EncodeBase64;Param1;Param1;Param3}.
- An xsl: ixf:EncodeBase64(Param1,Param1,Param3). (Note: if the parameters are strings the ' ' are used. Ex: ixf:EncodeBase64('Param1','Param1','Param3') )