Test an XPath enabling expression
that you created in a user-defined pattern to check that it works
correctly.
Before you begin
Complete
the following tasks:
Procedure
To test your XPath expression:
- If the Enable tab in the Edit
Parameter window is not already open, complete the following
steps to open the tab:
- In the Pattern
Configuration tab of
the Pattern Authoring editor, select the parameter containing the
XPath expression that you want to test and click Edit.
The Edit Parameter window opens.
- Click the Enable tab.
- To test the expression, click Evaluate.
The expression is evaluated by using the values in the
Test
Values column of the Pattern Parameters section, and the
result is shown in the
Result field. The result
shows whether the parameter is enabled or disabled, and the value
of the expression is shown in parentheses. If the value is
true, the associated parameter
is enabled; if the value is
false,
the parameter is disabled. Use the following table to determine the
value of your XPath expression.
Result data type |
Evaluates to True |
Evaluates to False |
Boolean |
true |
false |
Numeric |
Any non-zero value |
0 or 0.0 |
String |
Any string that returns true with a match that is not
case-sensitive |
Any string that does not return true with a match that is not
case-sensitive |
- To change the test value for a parameter, select
the parameter in the Pattern Parameters section and enter the required
test value in the Test value field. Click Set.
The new test value is shown in the Pattern Parameters
section.
- Repeat steps 2 and 3, as required, to test the XPath expression.
- When you have finished testing the expression, click OK.
The Edit Parameter window closes.