Use the XSLT Context view
The XSLT Context view shows the current context of the XML input file for the selected stack frame. The view displays the current node set and position for the selected stack frame.
The view contains a table with three columns:
- The Index column shows the position of the node in the node set. The current node is indicated with an arrow to the left of it.
- The Node column contains the name of the node.
- The Location column displays the filename that the node id located in, along with the line number of the node. To have this column display the full path of the XML input file, click the Show Full Path Names button or right-click inside the view and choose Show Full Path Names from the pop-up menu.
You can use the XSLT Context view to go to the location of a node in the editor. To do this, do one of the following:
- Double-click the node.
- Right-click the node and choose Go to File from the pop-up menu.
- Select the node and choose the Go to File button.
This action will cause the starting line of the selected node to display in the editor.