- From: RJ Auburn <rj@voxeo.com>
- Date: Mon, 26 Apr 2010 05:48:44 +0800
- To: Chris Davis <davisc@iivip.com>
- Cc: www-voice <www-voice@w3.org>, W3C Voice Browser Working Group <w3c-voice-wg@w3.org>
Chris: Thanks for pointing this out. We have tracked this as ISSUE-680. We will get this resolved in the test suite shortly. RJ --- 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 Apr 15, 2010, at 11:47 PM, Chris Davis wrote: > Hello www-voice, > > There are some missing + symbols in the javascript of 6_1.txml of http://www.w3.org/Voice/2009/ccxml-irp/ccxml10-irp-20100331.zip > > line 477 reads: > <conf:fail reason="'expr of ccxml.exit : ' event$.expr + ' does not match the expr of exit tag (oops!) '"/> > but should be > <conf:fail reason="'expr of ccxml.exit : ' + event$.expr + ' does not match the expr of exit tag (oops!) '"/> > > Same type of error on line 489: > <conf:fail reason="'reason of ccxml.exit : ' event$.reason + ' does not match the real exit reason (must be exit) '"/> > needs to be > <conf:fail reason="'reason of ccxml.exit : ' + event$.reason + ' does not match the real exit reason (must be exit) '"/> > > The missing + symbols cause the javascript to explode. > > Thanks > > -- > Chris Davis > Interact Incorporated R&D > 512-502-9969x117 > > >
Received on Sunday, 25 April 2010 21:49:22 UTC