3.8. OPT attributes
3.8.1. opt:attributes-build
3.8. OPT attributes
« Previous
3.8.2. opt:attributes-ignore
Next »

3.8.1. opt:attributes-build

Versionssince 2.0.1

Builds the tag attributes from a container:

<div opt:attributes-build="$attributeList">
    ...
</div>

The container element index is taken as an attribute name, and the element value - as the value. The attribute can be combined with opt:attributes-ignore to provide a list of ignored container elements:

<div opt:attributes-build="$attributeList" opt:attributes-ignore="$ignoreList">
    ...
</div>

See also:

3.8.1. opt:attributes-build
3.8. OPT attributes
« Previous
3.8. OPT attributes
Next »
3.8.2. opt:attributes-ignore