Page 1 of 1
					
				Open multiple results of transformation
				Posted: Wed Oct 19, 2011 2:10 pm
				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?
			 
			
					
				Re: Open multiple results of transformation
				Posted: Wed Oct 19, 2011 3:06 pm
				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
			 
			
					
				Re: Open multiple results of transformation
				Posted: Fri Jul 10, 2015 1:23 am
				by martindholmes
				Was any progress made on this? I could really use this functionality.
			 
			
					
				Re: Open multiple results of transformation
				Posted: Fri Jul 10, 2015 2:57 pm
				by adrian
				Hi,
No progress yet on this feature request. I've added another vote.
Regards,
Adrian