Nortel Networks Broadcast Server warranty Push XML Reference, Character Set and Character Entities

Models: Broadcast Server

1 84
Download 84 pages 54.53 Kb
Page 72
Image 72

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)

'

 

 

> (greater-than sign)

>

 

 

< (less-than sign)

<

 

 

" (straight double-quote)

"

 

 

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.

64Broadcast Server User Guide

Page 72
Image 72
Nortel Networks Broadcast Server warranty Push XML Reference, Character Set and Character Entities, XML Declaration