David Nicol wrote:
> <?xml version="1.0" encoding="UTF-8"?>
> <vxml xmlns="http://www.w3.org/2001/vxml";
>       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>       xsi:schemaLocation="http://www.w3.org/2001/vxml
>                           http://www.w3.org/TR/voicexml20/vxml.xsd";
>       version="2.0">
> <form>
>   <subdialog name="sub" src="#s"/>
>   <block>
>     and back again
>   </block>
> </form>
> <form id="s">
>   <block>
>      <prompt>there</prompt>
>      <return/>
>   </block>
> </form>

<form>
<subdialog name="treasure" src="#round" />
<block>
One ring. Just one ring.
</block>

<form id="round">
<prompt>What is in my pocket?</prompt>
<return />
</form>

> </vxml>
> _______________________________________________
> kc mailing list
> [email protected]
> http://mail.pm.org/mailman/listinfo/kc
> 


-- 
Five minutes of Silence,
Meditate. Breathe. Be Alive.
_______________________________________________
kc mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/kc

Reply via email to