Appendix A Push XML API
Push XML Reference
Push XML Reference
The following topics provide a detailed description of the Push XML:
•Character Set and Character Entities, page 64
•XML Declaration, page 64
•ManagePushMessage, page 65
•ManageDistributionLists, page 68
•ServerRegistration, page 69
•Subscribers, page 69
•PushMessageResponse, page 70
Character Set and Character Entities
The Push XML API supports the UNICODE character set. Use character entity references to escape the following special characters.
Character | Character Entity |
|
|
& (ampersand) | & |
|
|
‘ (apostrophe) | ' |
|
|
> | > |
|
|
< | < |
|
|
" (straight | " |
|
|
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"
The XML declaration must not be preceded by comments, whitespace, or processing instructions.