| CallXML 3.0 Development Guide | Home | Frameset Home |
|



<?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<callxml version="3.0">
<prompt> element can have several different attributes, but for now we'll just use using the "value" attribute which indicates where the audio file is located. Note that when we use the <prompt> element to output an audio file, we don't have to declare the '.wav' file extension. Also note that if we don't have an existing file called 'helloworld.wav', then the CallXML 3.0 platform will output the contents of the 'value' tag via text-to-speech. Pretty cool, huh?
<?xml version="1.0" encoding="UTF-8" ?>
<callxml version="2.0">
<prompt value="helloworld"/>
<?xml version="1.0" encoding="UTF-8" ?>
<callxml version="3.0">
<prompt value="helloworld"/>
</callxml>
| ANNOTATIONS: EXISTING POSTS |
| login |
|