Re: July CCXML Implementation Report: missing var in L_A.txml - ISSUE-737

Paolo,

We confirm that we accept the proposed resolution.

Thanks,
Petr

On 19.8.2010 11:52, Baggia Paolo wrote:
> Petr,
>
> We are in the process to address all ISSUES related to IR. The goal is to finalize the test-suite during the PR transition.
> Please explicitly confirm that you accept the proposed resolution or after one week we will consider it implicitly accepted.
> If you need clarifications, please ask them very soon.
>
> Paolo Baggia
> Author of CCXML-IR Plan
>
> ISSUE-737:
>
> You are right, it will be fixed for interoperability concerns.
>
> =================================
> From: RJ Auburn<rj@voxeo.com>
> Date: Thu, 29 Jul 2010 10:55:17 -0400
> Cc: www-voice<www-voice@w3.org>, W3C Voice Browser Working Group<w3c-voice-wg@w3.org>
> Message-Id:<1FCBC3C7-EE5C-4B96-A5B3-49691E843012@voxeo.com>
> To: Petr Kuba<kuba@optimsys.cz>
>
> tracked as ISSUE-737
>
> On Jul 26, 2010, at 7:56 AM, Petr Kuba wrote:
>
>> Hello www-voice,
>>
>> in L_A.txml, function extractCurrentDir(), variables 'i' and 'result' are not declared. The code should be:
>>
>> 	function extractCurrentDir(currUri)
>> 	{
>> 		var i = currUri.lastIndexOf("/");
>> 		var result = currUri.substring(0,i+1);
>> 		return result;
>> 	}
>>
>>
>> Thanks,
>> Petr
>>
>> --
>>   Petr Kuba, Project Manager
>>   OptimSys, s.r.o
>>   kuba@optimsys.cz
>>   Tel: +420 541 143
>>   Fax: +420 541 143 066
>>   http://www.optimsys.cz

Received on Friday, 20 August 2010 08:46:56 UTC