${name}

${name} returns the value of the named field in the current data record. The <field> element is one whose name property matches ${name}. If the field’s type property is defined, the value will be an object of the appropriate type.

The following example returns the value of the location field:

${location}