Marked Section Support in XML
When writing an SGML document as XML, Arbortext Editor resolves all marked sections except CDATA.
• IGNORE marked sections are entirely discarded.
• The contents of INCLUDE and TEMP marked sections are written to the XML file without marked section delimiters.
• CDATA marked sections are written to the XML file with the delimiters <![CDATA[ and ]]> (no parameter entities for, and no spaces around, the status keyword).
• The contents of RCDATA marked sections are written to the XML file without the marked section delimiters, and any embedded left angle brackets (<) are escaped with the sequence <.