Show TOC

 Call ViewLocate this document in the navigation structure

Use

This view contains a tabular overview of the calls between different named blocks in an XSLT program. For example, if you set a breakpoint in a statement from a template that itself is called by another template, this call will be recorded in a "call stack". Using this view, you can trace the sequence of reciprocal calls between different statement blocks and the call hierarchy.

Activities
  1. To open the call view, in the debugger, choose the  Call Stack pushbutton.

  2. Set a line breakpoint in an XSL template that itself is called by another template.

  3. Choose  Continue until the execution stops at the breakpoint you have set.

The system displays the call list in a table with details about the correspond blocks.

Note

Double-click a line in the table to access the corresponding line in the XSLT program.