Using the tiled editor

The editor that opens during an XSL transformation debug session contains two tiles: the left tile contains the XSL source and the right tile contains the XML input. The XSL and XML that display in the editor reflect the currently selected stack frame.

During a debug session, only one instance of the editor will be open at any given time. If the XSL or XML file changes during the debug session, the editor will only display the changed file. Similarly, if your XSLT callsinclude or import files, when the debug session stops in a location within the called file, the called file will display in the editor and the original XSL file will not.

Files that are open in the editor can be edited, unless they are generated files. Changes made to the files will not affect the current debug session. To see the affect of changes that you make to files in the editor, terminate the current debug session and relaunch it.

While you are working in the editor (either in the XSL file or the XML input file), the Outline view displays the outline for the currently selected view in the editor.


Feedback