Hello,
I'm writing an export filter for Writer that needs to produce
TWO files:
- the transformation itself
- a list of errors / problems found in the source document.
To produce the second file I use the function "xsl:result-document".
When used with no path information, this function produces a
file in the directory
{OOo-install-dir}/program
(where the end user is unlikely to go find it ;-)
Of course, I would like for this file to be written in the
same directory as the result of main transformation, which
is chosen by the user when running the filter.
Is there a way to know what this directory is from within
the XSLT? (runtime parameter?)
Thanks,
Regards,
EB