This view is useful at the end of the transformation and shows the whole stack of XSLT templates/XQuery elements that generated a specific area of the output. It provides context data in addition to the highlight of the XML element and the XSLT template/XQuery element available in the editor panel and in the Stack view and Trace view.
The contextual menu contains one action: Go to, which moves the selection in the editor panel to the line containing the XSLT element that is displayed on the selected line from the view.
Column | Description |
---|---|
# | The order number in the stack of XSLT templates/XQuery elements. Number 0 corresponds to the bottom of the stack in the status of the XSLT/XQuery processor. The highest number corresponds to the top of the stack. |
XSL/XQuery Node | The name of an XSLT template/XQuery element that participated in the generation of the selected output area. |
Attributes | The attributes of the XSLT template/XQuery node. |
Resource | The name of the file containing the XSLT template/XQuery element. |