NativeXml Help
Content
|
Index
|
Reference
cXmlEscapePhrases
Unit: NativeXml
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 "<") this could cause the new "&" in "<" to be replaced by "&";