setVariable Tag

The setVariable tag Sets a context variable to the resolved value of an XPath expression.

Attribute Kind Required Purpose
select node yes An XPath expression
var node yes The name of a context variable to be associated with the resolved value of the XPath expression.

Full Form

<c:setVariable select=“” var=“” >

Usage and Samples

Return to index