Hello all,
I am developing a structured app in which I need to split my FM file into a number of separate XML output files. Using xsl:result-document works fine outside of FM, but when using the same XSL from inside FM there are no result documents. I tried to run this on a network drive and on a local drive, but that does not seem to make a difference. I did switch the default XSLT processor in the maker.ini file to use the Saxon XSL 2 processor, so that cannot be the problem. I am guessing it has something to do with the Windows privileges in creating new files but how can those be different for the program when it creates a new file and the same program running an XSLT processor that creates a new file.
If anyone has used xsl:result-document succesfully in the postprocessing of FM, let me know what the trick was.
Jang