Is it possible to define variables inside the app.config file?
Maybe like that:
<xsl:variable name="folder">
C:\Data\Log\
</xsl:variable>
... and use it in the app.config in this way:
<file value="$folder\ErrorLog.txt" />
I have some different folders inside my app.config and won't change every path one by one.