22.1. | When I run a transformation in the XSLT Debugger perspective it is very slow. Can I increase the speed? |
Disable rendering of output to the XHTML Output view during the transformation process if the transformation produces HTML or XHTML output. In order to view the output result run the transformation in the Editor perspective with the option "Open in browser" or run it in the Debugger perspective, save the Text output area to a file and use an external browser for viewing. | |
22.2. | Before installing Oxygen XML Editor/Author I had no problems viewing XML files in Internet Explorer but now Internet Explorer opens an XML file in Oxygen XML Editor/Author. How can I view XML files in Internet Explorer again? |
XML files are opened in Oxygen because Internet Explorer uses the Windows file associations for opening files and you associated XML files with Oxygen XML Editor/Author in the installer panel called File Associations. This installer panel displays a warning above the XML file association that XML files will not be viewed correctly in Internet Explorer if you associate them with Oxygen XML Editor/Author. For viewing XML files in Internet Explorer again you have to associate XML files with IE by right-clicking on an XML file in Windows Explorer, selecting Open With -> Choose Program, selecting IE in the list of applications and checking the checkbox "Always use the selected program". Also you have to run the following command from a command line: wscript revert.vbs where revert.vbs is a text file with the following content: function revert() Set objShell = CreateObject("WScript.Shell") objShell.RegWrite "HKCR\.xml\", "xmlfile", "REG_SZ" objShell.RegWrite "HKCR\.xml\Content Type", "text/xml", "REG_SZ" end function revert() | |
22.3. | I associated the |
Associating an extension with <oXygen/> in Eclipse 3.5+ requires three steps: 1. Associate the 2. Associate the 3. Press the OK button of the Eclipse preferences dialog. When a *.ext file is opened the icon of the editor and the syntax highlight should be the same as for XML files opened with the Oxygen XML Editor. |