XPath Watch (XWatch) View

The XWatch view shows XPath expressions evaluated during the debugging process. Expressions are evaluated dynamically as the processor changes its source context.

When you type an XPath expression in the Expression column, Oxygen XML Developer supports you with syntax highlight and content completion assistance.

The XPath watch view

Table 1. XWatch columns
Column Description
Expression XPath expression to be evaluated (XPath 1.0 or 2.0 compliant).
Value Result of XPath expression evaluation. Value has a type (see the possible values in the section Variables View). For Node Set results, the number of nodes in the set is shown in parenthesis.
Important: Remarks about working with the XWatch view: