Shows the current execution stack of both source and XSL/XQuery nodes. During transformation two stacks are managed: one of source nodes being processed and the other for XSL/XQuery nodes being processed. <oXygen/> shows both node types into one common stack. The source (XML) nodes are preceded by a red color icon while XSL/XQuery nodes are preceded by a green color icon. The advantage of this approach is that you can always see the source scope on which a XSL/XQuery instruction is executed (the last red color node on the stack). The stack is oriented upside down.
Table 11.5. Stack details
Column | Description |
---|---|
# | Order number, represents the depth of the node (0 is the stack base). |
XML/XSL/XQuery Node | Node from source or stylesheet document currently being processed. One particular stack node is the document root, noted as #document. |
Attributes | Attributes of the node (list of id ="value " pairs). |
Resource | Resource file where the node is located. Entire path is available as tooltip. |
![]() | Remarks |
---|---|
|