- From: Baggia Paolo <paolo.baggia@loquendo.com>
- Date: Tue, 1 Jun 2010 16:23:47 +0200
- To: Chris Davis <davisc@iivip.com>
- CC: Baggia Paolo <paolo.baggia@loquendo.com>, www-voice <www-voice@w3.org>, W3C Voice Browser Working Group <w3c-voice-wg@w3.org>
Chris, We are in the process to address all ISSUES related to IR. The goal is to re-publish the CCXML-IR in a short term. Please explicitly confirm that you accept the proposed resolution or after one week we will consider implicitly accepted the resolution. If you need clarification, please ask them very soon. Paolo Baggia Author of CCXML-IR Plan ISSUE-680: Proposed Resolution: Accept You are right on both the issues: - missing + symbols will be added in lines 477 and 489 in 6_1.txml - we will check other similar cases in other test ================================= 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 begin_of_the_skype_highlighting +1-407-418-1800 end_of_the_skype_highlighting 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 Tuesday, 1 June 2010 14:24:19 UTC