The following instructions were written for the Resource perspective, but they will also work in many other perspectives.
To quickly run an XSL transformation on any file that contains XML content, follow these instructions:
The Console view lists the input file names, and the name of the output file, which will be named as follows:
If the Console view is not already open, you can open it by clicking .
The type of output file created is determined by the contents of the <xsl: output> element in your XSL file. Normally, in your <xsl: output> element, you would specify the output method to be XML, HTML, or text.
Your output file will be saved to the same location your XML file is located.