Aastra Telecom 480I User Manual

Page of 504
How to Create an XML Application
G-2
41-001129-00 Rev 09, Release 1.4.1  
IP Phone Administrator Guide
Appendix G
How to Create an XML Application
This Appendix describes how to create an XML application for your IP phones. 
Sections in this appendix include:
 
XML format
The text in the Aastra XML objects must be compliant with XML 
recommendations and special characters must be escape encoded. The default 
character set for the XML API is ISO-8859-1.
Creating XML Objects
This section describes how to create XML objects.
The Aastra IP phone XML API supports four proprietary objects that allow the 
creation of menu screens, message screens, input screens, and directory screens:
Character
Description
Escape Sequence
&
Ampersand
&
"
Quote
"
Apostrophe
'
<
Left angle bracket
&lt;
>
Right angle bracket
&gt;