Markup Wrapper Rules

This section defines HTML elements that themselves or whose content must be retained as HTML in the converted topics.

Rule Processing

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.

  Note

All name values are matched case-insensitively.

  Caution

It is not recommended that any other elements be added to the currently defined list. While it is possible to pass through HTML using the markup MAML element, it should not be abused nor should it be used where MAML equivalents do exist.

Markup Entries
<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>

See Also