Profiling Attributes
The default XSLT transform preserves profiling and metadata attributes as
data-
attributes in the output HTML.Profiling and metadata attributes include
- Attributes from the standard Metadata attribute group.
- Any attribute specializations of @props or @base.
Any such attributes that survive the DITA preprocessing step, including conref processing
and
DITAVAL-based profiling, will be added to the appropriate HTML elements prefixed with
data-
. For example,
<p audience="Expert" importance="urgent">Expert Paragraph</p>
Would be converted into
<p data-audience="Expert" data-importance="urgent">Expert Paragraph</p>