The setUsingNext tag Set's an attribute on each of a set of nodes using an XPath expression sourced by each node's successor node
| Attribute | Kind | Required | Purpose |
|---|---|---|---|
| select | nodes | yes | An XPath expression that resolves to a collection of nodes |
| name | string | yes | The name of an attribute to be set on each of the nodes. |
| var | string | yes | The name to associate with the next node for use in the value attribute |
| value | string | yes | An XPath expression |
| last | string | yes | An XPath expression used to resolve a value for the last node |
<c:setUsingNext select=“” name=“” var=“” value=“” last=“” >
Return to index