Value = {This}
The special keyword {This} allows you to assign the current element to
the variable, and then later use the variable to reference its
attributes, values or properties.
Example:
$myelement = {this}
The expression stores the current element into the $myelement variable.