Re: July CCXML Implementation Report: 8_2_2: invalid maxage value in <script> - ISSUE-731

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-731:

You are right, a mistake was done during implementation of a previous fix. <script> element requires a Character String instead of an EcmaScript Expression, like in <createccxml>, <dialogprepare>, <dialogstart>, and <featch>.

The test will be fixed.

=================================
From: RJ Auburn <rj@voxeo.com> 
Date: Thu, 29 Jul 2010 10:48:49 -0400
Cc: www-voice <www-voice@w3.org>, W3C Voice Browser Working Group 
<w3c-voice-wg@w3.org> 
Message-Id: <BB144D2E-CED2-4362-AD76-D2A401DA90F3@voxeo.com> 
To: Petr Kuba <kuba@optimsys.cz> 
Tracked as ISSUE-731.

On Jul 26, 2010, at 3:47 AM, Petr Kuba wrote:

> Hello www-voice,
> 
> In 8_2_2, script 8_2_2_A.txml contains the following <script> elements:
> 
> 		<script maxage="'5000'" src="marker.ircgi"/>
> 
> 		<script src="marker.ircgi" maxage="'1000'"/>
> 
> According to the Specification (Section 8.2.2.2), the maxage attribute has type "Character string" and not "ECMAScript Expression". Therefore there must not be the apostrophes:
> 
> 		<script maxage="5000" src="marker.ircgi"/>
> 
> 		<script src="marker.ircgi" maxage="1000"/>
> 
> 
> 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 Friday, 20 August 2010 13:01:31 UTC