Wiki source code of InstallApp
Version 1.1 by Outhman Moustaghfir on 2024/02/20 16:37
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Introduction = | ||
2 | |||
3 | InstallApp function in XSLT is designed to install an application in a specified environment. | ||
4 | |||
5 | = Parameters = | ||
6 | |||
7 | * **appName**: represente the name or identifier of the application to be installed. | ||
8 | * **env**: specify the target environment where the application should be installed. | ||
9 | |||
10 | = Uses = | ||
11 | |||
12 | {{code language="XML"}} | ||
13 | <TEST><xsl:value-of select="ixf:InstallApp('appName','envAlias')"></xsl:value-of></TEST> | ||
14 | |||
15 | {{/code}} | ||
16 | |||
17 | === Notes === | ||
18 | |||
19 | * Ensure that the necessary permissions and prerequisites are met for installing applications in the specified environment |