Page 1 of 1
XSLT Debugger does'nt take transformation scenario
Posted: Fri Dec 07, 2007 1:41 pm
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
Posted: Fri Dec 07, 2007 2:06 pm
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
Posted: Fri Dec 07, 2007 2:24 pm
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