
Call View
This view contains a tabular overview of the calls between different named blocks within an XSLT program. For example, if you set a breakpoint in a statement within a template that itself is called by another template, this call will be recorded in a "call stack".
With this view, you can trace the sequence of reciprocal calls between different statement blocks and thus also the call hierarchy.
Using the Call View
The system displays the call list in a table with details of the correspond blocks.


Double click a line in the table to get the corresponding line of the XSLT program. The system then positions the cursor on this line.