Translations - ONYX - 9.0 - Utilisation - Traitements XSL/14/en

Différence entre versions

De MappingDoc
(Page créée avec « To use XSL Transformation from the Mapping rules engine (Workflow), you need to use a CMD box and call the M-XSLTransform program using the command below: [%PATH_BIN%]/M-... »)
 
(Aucune différence)

Version actuelle datée du 11 décembre 2019 à 14:10

Informations concernant le message (contribuer)

Ce message n’est pas documenté. Si vous savez où ou comment il est utilisé, vous pouvez aider les autres traducteurs en créant sa documentation.

Définition du message (ONYX:9.0:Utilisation:Traitements XSL)
Pour appeler le XSL dans le moteur de règles Mapping (Workflow), il faut utiliser une boite Workflow de type CMD et appeler le programme M-XSLTransform en utilisant la commande suivante :
 [%PATH_BIN%]/M-XSLTransform "[%MAP_FILE_IN%]" "[%PATH_XSL%]/MaFeuilleXSL.xsl" "[%MAP_FILE_OUT%]"
<u>Liste des variables</u> :<br>
- '''PATH_BIN''' : chemin du répertoire des binaires Mapping. (Répertoire Applications sur Onyx Windows ou Bin sur Onyx Linux)<br>
- '''PATH_XSL''' : chemin du répertoire contenant les feuilles XSL.<br>
- '''MAP_FILE_IN''' : chemin + nom du fichier d'entrée de la "boite" du workflow <br>
- '''MAP_FILE_OUT''' : chemin + nom du fichier de sortie de la "boite" du workflow<br>
TraductionTo use XSL Transformation from the Mapping rules engine (Workflow), you need to use a CMD box and call the M-XSLTransform program using the command below:
 [%PATH_BIN%]/M-XSLTransform "[%MAP_FILE_IN%]" "[%PATH_XSL%]/MyXSLsheet.xsl" "[%MAP_FILE_OUT%]"
<u>Supported variables</u>:<br>
- '''PATH_BIN''': path to the folder containing Mapping binaries (Applications folder under Onyx Windows or Bin under Onyx Linux)<br>
- '''PATH_XSL''': path to the folder containing XSL sheets<br>
- '''MAP_FILE_IN''': path + name of the infile specified in the workflow's box<br>
- '''MAP_FILE_OUT''': path + name of the outfile specified in the workflow's box<br>

To use XSL Transformation from the Mapping rules engine (Workflow), you need to use a CMD box and call the M-XSLTransform program using the command below:

[%PATH_BIN%]/M-XSLTransform "[%MAP_FILE_IN%]" "[%PATH_XSL%]/MyXSLsheet.xsl" "[%MAP_FILE_OUT%]"

Supported variables:
- PATH_BIN: path to the folder containing Mapping binaries (Applications folder under Onyx Windows or Bin under Onyx Linux)
- PATH_XSL: path to the folder containing XSL sheets
- MAP_FILE_IN: path + name of the infile specified in the workflow's box
- MAP_FILE_OUT: path + name of the outfile specified in the workflow's box