Default XSLT debugger transformation engine?

Having trouble installing Oxygen? Got a bug to report? Post it all here.
Zenethian
Posts: 4
Joined: Wed May 14, 2008 5:56 pm

Default XSLT debugger transformation engine?

Post 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!
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Default XSLT debugger transformation engine?

Post 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
Post Reply