<attribute>

Mechanism to add attributes to tags while maintaining valid XML. <attribute> can contain other tags, such as <if> , for conditional processing.

<attribute> attribute
Attribute Allowed Values Requirements Description
name %attributename Required Name of the attribute to add to the parent node.

Example

Copy Code
<a>
<attribute name="href">
<expression name="href">url</expression>
</attribute>
A link
</a>