Debugger XSLT - Multiple output documents not displayed dynamically during transformation

Oxygen general issues.
arkamy
Posts: 3
Joined: Fri Nov 20, 2020 8:41 pm

Debugger XSLT - Multiple output documents not displayed dynamically during transformation

Post 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
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

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

Post 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
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
arkamy
Posts: 3
Joined: Fri Nov 20, 2020 8:41 pm

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

Post by arkamy »

Ok. Thanks Adrian
Any way to follow the issue in your bug traking ?
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

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

Post 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
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply