Aastra Telecom 57I User Manual

Page of 818
How to Create an XML Application
41-001160-00, Release 2.1, Rev 04
G-3
Creating an XML Application
Appendix G
How to Create an XML Application
Overview
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.
Support of Virtual Web Servers
The IP phones support the configuration of a web sever to host multiple websites 
with different content. With this feature, the webserver looks at the Host header in 
the incoming HTTP request sent by the browser to determine which website the 
phone is trying to access.
Character
Description
Escape Sequence
&
Ampersand
&
"
Quote
"
Apostrophe
'
<
Left angle bracket
&lt;
>
Right angle bracket
&gt;