Control what to do with any other XML tags that have not been specifically processed as XHTML markup.

Possible Choices:

"show"

All unprocessed XML tags will appear in the generated documentation as text.

For example, if in the input data there is:

<tag> blah-blah </tag>
the same you will see in the result documentation.
"process as XHTML"
The unprocessed tags will be treated as XHTML tags.

Note: The "Processing | Descriptions | Tags | XHTML" parameter should be also selected for this.

For example, if in the input data there is:

<i>blah-blah</i>
and the element <i> is in no-namespace, then in the result documentation you will still see (italic text):
blah-blah
"no processing"
Any unprocessed tags will be ignored.

For example, if in the input data there is:

<tag> blah-blah </tag>
in the result documentation you will see only:
blah-blah