NativeXml Help
cXmlEscapePhrases
cXmlEscapePhrases: array[0..cEscapeCount - 1] of Utf8String  = ('&', '<', '>', '''', '"');
Description
These are phrases that must be escaped. Note that "&" is first since when another would be replaced first (eg ">" by "&lt;") this could cause the new "&" in "&lt;" to be replaced by "&amp;";