Bidirectional workers
This section lists the workers that can be applied to both the import as the export process.
XMLChunkXSLTTransformationWorker
nl.planon.morpheus.pnworkers.server.xsltworkers.XMLChunkXSLTTransformationWorker
This worker transforms an XML file using the transformation file supplied in the parameters and converts this to an XML string.
This particular worker operates on one main business object at a time. For a description of these fields, refer to XSL Transformation.
* 
For transformation, Enterprise Talk supports XSLT 2.0 and uses Saxon transformer version Saxon-HE-9.6. This version also supports the ‘URI resolver’.
* 
If the XSLT already provides the right input to the POJO, no further worker is required. However, in most cases, the chunk worker will require a custom Data Reader, because the default Planon Reader assumes that the <document> tag indicates the start of the document and the <businessobjects> tag indicates the main business object entries.
FileXSLTTransformationWorker
nl.planon.morpheus.pnworkers.server.xsltworkers.FileXSLTTransformationWorker
This worker can be used to perform an XSL transformation. This particular worker operates on an entire file.
Typically, this will be the first worker in the worker configuration. For a description of the fields that are available for this worker, refer to XSLT Transformation Worker.
Example import
in=\temp\import\persons.xml,
out=\temp\import\persons_trans.xml,
xslfile=\temp\import\xsl\persons.xsl
Example export
xslfile=c:\showRes\reservation.xsl,
in=c:\showRes\resRaw.xml,
out=c:\showRes\res.xml