| Attributes |
| var |
| Name of the exported scoped variable to hold the value specified in the action. The type of the scoped variable is whatever type the select expression evaluates to. |
| |
| Required:
true |
| Request-time:
false |
Type:
java.lang.String |
|
| select |
| XPath expression to be evaluated. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| scope |
| Scope for var. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|