XSLT debugger output to source mapping with result-document.

Having trouble installing Oxygen? Got a bug to report? Post it all here.
Hydrogen
Posts: 15
Joined: Fri Jan 27, 2012 11:40 am

XSLT debugger output to source mapping with result-document.

Post by Hydrogen »

The output to source mapping is a useful feature of the XSLT debugger. I can click on a piece of output and will be shown the corresponding data from both the input document and the XSLT stylesheet.

However I am unable to get this to work when the stylesheet uses the <xsl:result-document> instruction. Is this a limitation of the software or am I supposed to do something in a different way?
adrian
Posts: 2879
Joined: Tue May 17, 2005 4:01 pm

Re: XSLT debugger output to source mapping with result-document.

Post by adrian »

Hello,

Currently(v13.2) the files created by <xsl:result-document> are simply opened from the file system. There is no syntax highlight nor other helpers for these files. Syntax highlight is simple to implement, but the back-mapping support in xsl:result-document must be offered by the XSLT engine. We will have to investigate if that's even possible in Saxon 9.

I have logged this as a feature request to our issue tracking tool and it will be analyzed and if found appropriate, it will implemented in a future version of Oxygen.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply