Temporary Logs
Intermediate files generated during TAL are in the following location:
WORK/Applications/ContentManager/Work/PreProcessing/TransfomationDriver/TASKID/
If a transform customization needs to produce temporary files, you might be able to use the existing translationXML parameter to access this temporary folder path:
<!-- This global parameter is piggy-backing on existing translationXML parameter,
so we can locate a work folder path -->
<xsl:variable name="tempFolderPath" select="substring-before($translationXML,'IMANTranslation.xml')"/>