Debugging XSLT
Using the XSLT DebuggerTo debug an XSLT file:
The XSLT program, the input XML file, and the results of the transformation appear simultaneously. By default, Komodo splits the Editor pane horizontally.
A yellow arrow on the breakpoint margin shows the current line of execution in both the XSLT and XML file. Breakpoints can be set in the both files before starting the debugging session, or while stepping through the code.
Using a Remote XML Input FileTo debug using an XML file on a remote server, enter the full URL to the file in the Select the input XML file field (for example, http://www.example.org/input_file.xml). XSLT Stepping BehaviorStepping behavior in the XSLT file is similar to the standard stepping behavior described in Debugger Stepping Behavior, but the terminology for describing XSLT is slightly different than that used for scripting languages.
Though the current line is highlighted in both the XSLT and XML files, the stepping behavior is only applicable to the XSLT file.
|