Detailed Workflow for XSL Transformer Development¶
Figure: Overview of workflow
Step 1 Model |
Most of the model values are filled in by default. |
* |
|
Step 2 Implement |
A skeleton file will be generated based on the model in the previous step. > ![]() > > Figure: Created XSL skeleton file. |
* |
|
Step 3 Dependencies |
Not applicable for XSL transformers. |
* |
|
Step 4 Build |
This step will run tests and build the resulting xml, this can then be deployed into the application server with Solution Manager. > ![]() > > Figure: Build output. |
* |
|
Step 5 Show Result |
This step will open the resulting xml in the editor window, as well as in the Files explorer window. > ![]() > > Figure: Created xml artifact. |
Basic Workflow see: Working with XSL Transformer Development