VoiceXML 2.1 Development Guide Home  |  Frameset Home

  Universal Grammar Modifications  |  TOC  |  ANI Spoofing on the VXML 2.0 platform  

Subdialog Modifications

In theory, good coding dictates that one should declare any <param> as a form-level variable within the subdialog itself, but both the Nuance VWS1.3 browser and the Motorola browser allows a bit of sloppiness in this regard. However, this is mandatory with the Nuance VWS2.0 platform. It is therefore suggested that you always follow the below practice to ensure compatibility across the board:

MyFile.vxml

...
<subdialog name="MySub" src="SubD.vxml">
  <param name="MyPrompt" expr="'here is the first prompt'"/>
..

SubD.vxml

<form id="F1">
  <var name="MyPrompt"/>
  <field>
    <prompt>
      <value expr="MyPrompt"/>
    </prompt>
    ...




  ANNOTATIONS: EXISTING POSTS
0 posts - click the button below to add a note to this page

login

  Universal Grammar Modifications  |  TOC  |  ANI Spoofing on the VXML 2.0 platform  

© 2003-2008 Voxeo Corporation  |  Voxeo IVR  |  VoiceXML & CCXML IVR Developer Site