XML FOR DOMINO
Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]
XML processors must accept any characters in the Char range. So nonxmlchar elements are elements that processors are not required to accept.
For more information on Char, see http://www.w3.org/TR/REC-xml#charsets.
Containment Hierarchy
Contained by: <java>, <javascript>, <lotusscript>, text, %richtext.nonhot.inline;
Syntax
<!ELEMENT nonxmlchar EMPTY>
Attributes
<!ATTLIST nonxmlchar
value