Page 1 of 1
Default XSLT debugger transformation engine?
Posted: Wed May 14, 2008 6:14 pm
by Zenethian
Is there a way to set the default transformation engine when bringing up the XSLT debugger perspective when using the Eclipse plugin version in 9.2? I use Xalan, but every time it comes up, it's defaulted to Saxon 6.5.5.
Thanks!
Re: Default XSLT debugger transformation engine?
Posted: Thu May 15, 2008 10:52 am
by sorin_ristache
Hello,
You should switch to the Oxygen XSLT Debugger perspective with the action Debug Scenario available on the same toolbar with the action Apply Transformation Scenario. This action sets the parameters of the scenario to the debugger perspective. The transformer of the scenario is set in the Transformer combo box of the debugger control bar. You can use a generic scenario which has the XML URL parameter set to ${currentFileURL} so that it can be applied to many XML documents.
Regards,
Sorin