| CCXML 1.0-W3C Development Guide | Home | Frameset Home |
|
<?xml version="1.0" encoding="UTF-8"?>
<ccxml> element pair. This will contain all other CCXML elements, which essentially defines the start and end of our CCXML document.
<?xml version="1.0" encoding="UTF-8"?>
<ccxml version="1.0">
</ccxml>
<?xml version="1.0" encoding="UTF-8"?>
<ccxml version="1.0">
<var name="MyVariable" expr="'This is a CCXML Variable'"/>
</ccxml>
<?xml version="1.0" encoding="UTF-8"?>
<ccxml version="1.0">
<var name="MyVariable" expr="'This is a CCXML Variable'"/>
<log expr="'*** Hello World. I just made a variable: ' + MyVariable + ' ***'"/>
</ccxml>
<log> tag is subject to the same rules regarding ECMAScript expressions as <var> because of the "expr" attribute. Don't be scared. Remember that we aren't actually outputting any audio for this tutorial, and when we call in to test the application, we will hear dead silence, followed by a hang-up: This is normal, as our method of verifying that our code works is via the logging stream.<exit> tag will terminate the session, resulting in a hangup on all lines. This tag is critical and should, if you are a highly skilled, phone-markup coder, be included in every script. Applications that do not have an <exit> point may never be terminated, resulting in a dead session. Thick-necked thugs may ring your door-bell to deliver a heavy sack beating should these dead sessions accumulate too often. Definite "termination behavior" for each CCXML session is always a good idea. It improves your document and your longevity.
<?xml version="1.0" encoding="UTF-8"?>
<ccxml version="1.0">
<var name="MyVariable" expr="'This is a CCXML Variable'"/>
<log expr="'*** Hello World. I just made a variable: ' + MyVariable + ' ***'"/>
<exit/>
</ccxml>
<exit>| ANNOTATIONS: EXISTING POSTS |
mtatum111
|
|
| have you heard anything about a certification tests for ccxml? Just wondering if there was anything in the pipeline that you might have heard about this since we have a certification test for vxml.
Thanks for any info. Melissa |
|
jdyer
|
|
| Hi Melissa,
At this time a CCXML certification exam is unlikely, especially since the VoiceXML certification exam covers a lot of CCXML material. However with SCXML's ( http://www.w3.org/TR/2005/WD-scxml-20050705/ ) release 'coming soon to a theater near you', this may very well change; I think only time will tell on this one. I hope that helps, and I apologize if I was not able to give you more definitive information on this question. If we can be of any other assistance please don't hesitate to let us know! Regards, John Dyer Customer Engineer Voxeo Support |
|
mtatum111
|
|
| John, thanks for the info. With scxml coming along, do you think that there will be a certification for scxml then...
|
|
jdyer
|
|
| Hi Melissa,
I am afraid I don't have any solid info on this for you as well, I would expect it would be at least a few years until something like this. Again, I have to leave you with a "only time will tell" for this one as well... On another note, I did want to congratulate you on your VoiceXML certification, nicely done! Regards, John Dyer Customer Engineer Voxeo Support |
|
mtatum111
|
|
| John, thanks for the info. Also, voxeo was a great help while I was studying for my vxml certification. Y'all are the best! | |
nileshpundkar
|
|
| Please tell me is there any certification exam for VXML, CCXML and schedule if you know.
thank you. |
|
voxeoJeffK
|
|
| Hello,
You will want to check the VoiceXML forum, and the Prometric site for information regarding VXML developer certification in your region: http://vxmlforum.com/certification/developer.html http://www.prometric.com/default.htm The VoiceXML Certification does cover CCXMl as well. Good luck! Jeff Kustermann Voxeo Support |
| login |
|