XSLT Debugger does'nt take transformation scenario

Here should go questions about transforming XML with XSLT and FOP.
tkue
Posts: 2
Joined: Fri Dec 07, 2007 1:34 pm

XSLT Debugger does'nt take transformation scenario

Post by tkue »

I have several transformation scenarios. When I want to debug XSLT it is not at all obvious to me how to take setup from transformation scenario in use for debug session.

Is it really that way that I have to setup the parameters and jar extensions applicable to the transformation again on the XSLT Debugger toolbar? Sorry for trying to be that lazy ;-)

Thanks, Torsten
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

The action Debug Scenario which you can find on the same toolbar and menu as the actions Apply Transformation Scenario and Configure Transformation Scenario switches to the XSLT Debugger perspective and initializes it with the parameters of the current scenario associated with the current document. It is the scenario which is applied by the action Apply Transformation Scenario in the Editor perspective. The initialization sets the XML file, the XSLT one, the XSLT processor, the stylesheet parameters and the extension jars from the scenario. You can find these details in the User Manual.


Regards,
Sorin
tkue
Posts: 2
Joined: Fri Dec 07, 2007 1:34 pm

Post by tkue »

Hello,

thanks for your quick response, it helped me!
I already was in the XSLT Debugger perspective but I were not aware of that action button, because it is grayed out if you are already in the XSLT Debugger perspective.

Best regards, Torsten
Post Reply