File specifications
This section explains the specifications of the object xml files that are required to be generated to monitor the application data.
The data in these files should not have characters that are considered ‘special’ in XML. Instead, to handle these characters, replace them with an XML character reference as shown in this table:
Field | Character reference | XML character reference |
---|---|---|
Ampersand | & | & |
Left angle bracket | < | < |
Right angle bracket | > | > |
Straight quotation mark | “ | " |
Apostrophe | ‘ | ' |