Avaya 16-300272 User Manual

Page of 82
Appendix A
Push XML API
Push XML Reference
Broadcast Server User Guide
64
Push XML Reference
The following topics provide a detailed description of the Push XML:
Character Set and Character Entities
The Push XML API supports the UNICODE character set. Use character 
entity references to escape the following special characters.
For more information on character references and character entities, refer 
to XML reference documentation.
XML Declaration
The Push XML string should begin with the following XML declaration:
<?xml version="1.0" encoding="utf-8"?>
The XML declaration must not be preceded by comments, whitespace, or 
processing instructions.
Character
Character Entity
& (ampersand)
&amp;
‘ (apostrophe)
&apos;
> (greater-than sign)
&gt;
< (less-than sign)
&lt;
" (straight double-quote)
&quot;