- From: RJ Auburn <rj@voxeo.com>
- Date: Thu, 3 Jun 2010 08:33:22 -0400
- To: Petr Kuba <kuba@optimsys.cz>
- Cc: www-voice <www-voice@w3.org>, W3C Voice Browser Working Group <w3c-voice-wg@w3.org>
tracked as ISSUE-712 --- RJ Auburn CTO, Voxeo Corporation tel:+1-407-418-1800 Come join us at our Voxeo Customer Summit June 21st – June 23rd at the Hard Rock Hotel Register today for your All Access Pass: http://www.voxeo.com/summits/customer On May 28, 2010, at 5:30 AM, Petr Kuba wrote: > Hello www-voice, > > In 7_4.vxml, <form> element contains child element <prompt> which is invalid. It is necessary to encapsulate <prompt> into <block>: > > <?xml version="1.0" encoding="UTF-8" ?> > <vxml version="2.0" xmlns="http://www.w3.org/2001/vxml" xml:lang="en-US"> > <var name= "data" expr="'HiFolks'"/> > <catch event="connection.disconnect.hangup"> > <exit namelist="data"/> > </catch> > <form> > <block> > <prompt> > <break time="10s"/> > </prompt> > </block> > </form> > </vxml> > > > Thanks, > Petr > > -- > Petr Kuba, Project Manager > OptimSys, s.r.o > kuba@optimsys.cz > Tel: +420 541 143 065 > Fax: +420 541 143 066 > http://www.optimsys.cz >
Received on Thursday, 3 June 2010 12:33:58 UTC