Wiki source code of System functions
Last modified by Assala Chmiti on 2022/06/13 13:18
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | == Introduction: == |
2 | |||
3 | This page is an introduction to the System functions used in the iXpath application. | ||
4 | |||
5 | |||
6 | == Declaration of the system function: == | ||
7 | |||
8 | Ex: If the function is called __**EncodeBase64**__ and have __**3 parameters**__, it is used with this form in 2 ways differently in: | ||
9 | |||
10 | * The connector(Scenario) : {System.EncodeBase64;Param1;Param1;Param3}. | ||
11 | * An xsl: ixf:EncodeBase64(Param1,Param1,Param3). (Note: if the parameters are strings the ' ' are used. Ex: ixf:EncodeBase64('Param1','Param1','Param3') ) | ||
12 | |||
13 | |||
14 |