Note
All name values are matched case-insensitively.
This section defines HTML elements that themselves or whose content must be retained as HTML in the converted topics.
Certain HTML elements may need special handling in order to replace them in a MAML topic or they may need to be left as-is. This section lets you define such elements. When converted, the affected element is wrapped in a MAML markup element preceded by a "<!-- TODO: -->" comment. During the review process, you can decide whether to keep the element or remove it in favor or some alternate content.
The entries consist of Tag elements with a name attribute that defines the HTML element to be wrapped.
<MarkupWrapper>
<Tag name="applet" />
<Tag name="bgsound" />
<Tag name="button" />
<Tag name="embed" />
<Tag name="fieldset" />
<Tag name="form" />
<Tag name="frameset" />
<Tag name="iframe" />
<Tag name="ilayer" />
<Tag name="input" />
<Tag name="label" />
<Tag name="layer" />
<Tag name="map" />
<Tag name="noembed" />
<Tag name="nolayer" />
<Tag name="noscript" />
<Tag name="object" />
<Tag name="script" />
<Tag name="select" />
<Tag name="sound" />
<Tag name="textarea" />
<Tag name="xml" />
</MarkupWrapper>