July CCXML Implementation Report: 8_2_2: invalid maxage value in <script>

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 Monday, 26 July 2010 07:48:38 UTC