Escaping Characters that Look Like Markup
Arbortext Editor escapes the sequence ]]> in an XML document by writing the sequence ]]> when it is not a marked section end.
Arbortext Editor escapes percent signs (%) and ampersands (&) within entity values in an XML document by writing % and & respectively when they are not used as delimiters. Arbortext Editor escapes left angle brackets ( <) and ampersands (&) within attribute values in an XML document by writing < and & respectively, when they are not used as delimiters.
Arbortext Editor escapes left angle brackets (<) and ampersands (&) within PCDATA in an XML document by writing < and & respectively, when they are not used as delimiters. (This behavior is the same as Arbortext Editor's support for an SGML document.)