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 output

  • A RESULT_FILEEXT parameter to know the extension of the output

  • A 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:

Last updated