Translations - ONYX - 9.0 - Utilisation

Traitements XSL/14/en

De MappingDoc
Révision datée du 11 décembre 2019 à 14:10 par Rdal (discussion | contributions) (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-... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

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