Application management : Tools : Enterprise Talk : Worker parameters : XSLT Transformation Worker parameters
XSLT Transformation Worker parameters
Parameter
Description
in
The input file (optional). If not set, the value of the source field specified on the Import Document will be used.
In addition to absolute path names, you can also use relative path names. The location should be relative to the ...\Server\tanuki\appserver\bin folder.
out
The output file. This is a mandatory field.
In addition to absolute path names, you can also use relative path names. The location should be relative to the ...\Server\tanuki\appserver\bin folder.
format
The format of the XSLT result (optional). The default is “xml”; other valid values are "html", "xhtml" and "text".
xsl
A string containing the XSL to apply (optional).
* 
It is not possible to use a comma (,) or an equal sign (=) in the xsl parameter. If you need to use these characters, you can use the xslfile parameter.
xslfile
The file containing the XSL (optional).
You should specify either xsl or xslfile.
In addition to absolute path names, you can also use relative path names. The location should be relative to the ...\Server\tanuki\appserver\bin folder.