order of configuration is:
1.) project name and step name matches
2.) step name matches and project is *
3.) project name matches and step name is *
4.) project name and step name are *
<!-- which projects to use for (can be more then one, otherwise use *) -->
<template file="/opt/digiverso/goobi/xslt/docket.xsl" />
<!-- mimeType: image/tiff or application/pdf -->
<!-- filename: name of the output file-->
<!-- folder: name of the output folder, e.g. 'master' or 'media' -->
<output mimeType="image/tiff" filename="00000000.tif" folder="master" />
<!-- Set the number of dots per inch for the output file here. Common values are 300 or 600 -->
<dotsPerInch>150</dotsPerInch>