Page 1 of 1

Debugger XSLT - Multiple output documents not displayed dynamically during transformation

Posted: Fri Nov 20, 2020 9:13 pm
by arkamy
Hi,
I found this text in Oxygen Help
Multiple Output Documents in XSLT 2.0 and XSLT 3.0
For XSLT 2.0 and XSLT 3.0 stylesheets that store the output in multiple files by using the xsl:result-document instruction, the content of the file created in this way is displayed dynamically while the transformation is running in an output view. There is one view for each xsl:result-document instruction so that the output is not mixed while still being presented in multiple views.
But it's not working for me. The view opened for my xsl:result-document is only refreshed once at the end of the instruction.
Tested in oxygen 17 to 23.0

A bug ? Something I done wrong ? I have several versions of Oxygen in my PC, could it be related to this issue ?

Thanks

Re: Debugger XSLT - Multiple output documents not displayed dynamically during transformation

Posted: Mon Nov 23, 2020 12:25 pm
by adrian
Hi,

I'm afraid the documentation team got ahead of the development team. I've logged an issue to correct the documentation.
The view opened for my xsl:result-document is only refreshed once at the end of the instruction.
That is correct, the contents of files created by xsl:result-document are only displayed when the debugger has finished. Currently there is no back-mapping of the contents of these files, which is also the reason the contents are not displayed dynamically. So, the files are actually loaded from the file system after the XSLT debugger engine has finished writing and closed the files.

We have an issue logged to support this for some time. I've added your report.

Regards,
Adrian

Re: Debugger XSLT - Multiple output documents not displayed dynamically during transformation

Posted: Sat Nov 28, 2020 12:08 pm
by arkamy
Ok. Thanks Adrian
Any way to follow the issue in your bug traking ?

Re: Debugger XSLT - Multiple output documents not displayed dynamically during transformation

Posted: Wed Dec 02, 2020 10:14 am
by adrian
Hi,

Our bug tracking system is not publicly available. For future reference it is issue EXM-23211. We will notify this thread when it is implemented.

Regards,
Adrian