Push Xml Reference; Character Set And Character Entities; Xml Declaration - Avaya 16-300272 User Manual

Broadcast server user guide release 2.1 (service pack)
Table of Contents

Advertisement

Appendix A
Push XML API

Push XML Reference

Push XML Reference

Character Set and Character Entities

XML Declaration

64
Broadcast Server User Guide
The following topics provide a detailed description of the Push XML:
Subscribers, page 69
The Push XML API supports the UNICODE character set. Use character
entity references to escape the following special characters.
Character
& (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.
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 Entity
&amp;
&apos;
&gt;
&lt;
&quot;

Advertisement

Table of Contents
loading

Table of Contents