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, 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.
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;