The set tag allows to affect a value to a variable. The value of a variable can be tested with the xpp:ifeq tag.
set
<xpp:set name="VARIABLE" value="VALUE"/>
Sets the variables named NAME with the value VALUE.