Debugging XSLT that Call Java Extensions
It is possible to debug XSLT that call Java extensions. This is achieved through a transformation scenario in which the Java extensions are specified, and the debugging can be done based upon the same scenario.
To debug XSLT with Java extensions, follow this procedure:
- Create an XSLT transformation
scenario for your XSLT document (select
Configure Transformation Scenario(s)
action from the toolbar, then click New, and select XSLT
transformation). - In the New scenario dialog box, click the Extensions button (in the XSLT tab), specify the Java extensions (JAR libraries) that are needed, and click OK.
- Once you are finished configuring the transformation scenario, click OK, then select Save and close.
- Use the
Debug scenario
action on the toolbar and the debugging will be based upon the same transformation
scenario you just configured and saved.
Tip: You could achieve this during a typical debugging
process by specifying the Java extensions using the
Edit extensions
button on the debugger control toolbar.
Edit extensions
button on the debugger control toolbar.