Toutes les traductions

De MappingDoc

Entrez un nom de message ci-dessous pour visualiser toutes les traductions disponibles.

Message

Il existe 2 traductions.

NomMessage actuel
 h anglais (en)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%]"
<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>
 h français (fr)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>