<attribute>

Description

This tag specifies a single attribute (or translated attribute) to add to the translated tag.

Parent

attributes

Type

Block tag.

Required

Yes (at least one).

Values

The attributeName="attributeValue" specification sets an attribute to a value. Typically, the attribute name is fixed, and the value contains some parameter references that are extracted by the parameter patterns, as shown in the following example:

<attribute>SOURCE="@@rs@@"</attribute><attribute>BINDING="@@col@@"</attribute>

or

<attribute> mmTranslatedValueDynValue="VALUE={@@rs@@.@@col@@}"</attribute>