XMLTRANS Workflow Application
Overview
The XMLTRANS workflow application transforms any XML document to any kind of other format using an XSLT sheet.
How it works
The WorkflowGen engine calls the XMLTRANS application with the context and the parameters. XMLTRANS uses the context and the parameters to get the following:
An XML file to convert
An XSLT file to convert the XML file to any kind of output
A
RESULT
parameter to receive the outputA
RESULT_FILEEXT
parameter to know the extension of the outputA
RESULT_MIMETYPE
parameter to know the MIME type of the output
After XMLTRANS gathers this information, it’s ready to make the transformation, and then returns the context to WorkflowGen so that the workflow can continue.
Possible execution errors
The following errors can occur during the execution of the transactions:
Code | Description |
| The |
| The |
| The |
| The XML file is not a valid XML document |
| The XSLT file was not found |
| The XML file was not found |
| Cannot write the output to the |
| Cannot read the XML file. Verify that the folder security settings are correct. |
| The XSLT file is not a valid XSLT transformation style sheet |
| The received context was not valid |
| If |
Last updated