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

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 Thursday, 29 July 2010 14:49:30 UTC