Represents the CoreMedia RichText 1.0 DTD as required for configuration
of General HTML Support feature. It follows a similar structure as the
original DTD. Note that ambiguous attributes like xml:lang and lang
are only handled for one attribute name. Mapping to this one attribute name
has to be done in data-processing.
HTML Data Layer Takes the Lead: It is important to mention that, while
the configuration is based on the subsequent representation of CoreMedia
RichText after data-processing, which in general is an HTML
representation.
Example: To store the attribute xlink:actuate unknown to HTML, we
expect it to be mapped to data-xlink-actuate for HTML. That is why
the configuration adds the known attribute data-xlink-actuate for
element <a>, for example.
Represents the CoreMedia RichText 1.0 DTD as required for configuration of General HTML Support feature. It follows a similar structure as the original DTD. Note that ambiguous attributes like
xml:langandlangare only handled for one attribute name. Mapping to this one attribute name has to be done in data-processing.HTML Data Layer Takes the Lead: It is important to mention that, while the configuration is based on the subsequent representation of CoreMedia RichText after data-processing, which in general is an HTML representation.
Example: To store the attribute
xlink:actuateunknown to HTML, we expect it to be mapped todata-xlink-actuatefor HTML. That is why the configuration adds the known attributedata-xlink-actuatefor element<a>, for example.