System functions
Version 1.1 by Assala Chmiti on 2021/12/13 15:14
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') )