Open multiple results of transformation

Having trouble installing Oxygen? Got a bug to report? Post it all here.
ra0543
Posts: 80
Joined: Wed Jan 14, 2009 12:50 pm

Open multiple results of transformation

Post by ra0543 »

I have an XLST transformation that uses two xsl:result-document elements to produce two result documents. When I create a transformation scenario, is it possible to set it up so that both result documents are opened in the editor when the transformation ends?
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: Open multiple results of transformation

Post by adrian »

Hi,

Unfortunately this is not possible. The "Open in editor" flag from the output settings of the transformation scenario only allows the opening of the result of the stylesheet itself(not result-document).

Something similar to what you want is available in the Debugger perspective(Window -> Open perspective -> XSLT Debugger) or, even better, you can debug your scenario(Document -> Transformation -> Debug Scenario).
If you use Saxon 9 as the engine, each document created with an xsl:result-document is opened in the Output panel on the right of the debugger.

I'll add an improvement request to support this in the Editor perspective as well.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
martindholmes
Posts: 178
Joined: Wed Apr 20, 2005 5:43 pm
Location: Victoria, BC, Canada

Re: Open multiple results of transformation

Post by martindholmes »

Was any progress made on this? I could really use this functionality.
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: Open multiple results of transformation

Post by adrian »

Hi,

No progress yet on this feature request. I've added another vote.

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