- From: Jim Barnett <1jhbarnett@gmail.com>
- Date: Fri, 20 Jun 2014 10:20:12 -0400
- To: www-voice@w3.org
I've made these changes. conf:eventDataNameListValue is used only in this test, as far as I can see, so I have changed its definition to take the index, rather than the full variable name as input. On 6/19/2014 8:53 AM, Gavin Kistner wrote: > test354.txml has this excepted: > > <datamodel><data conf:id="1" expr="1"/>… </datamodel> > <state id="s0"><onentry> <send event="event1" … namelist="Var1"> > … > <assign conf:location="2" conf:eventDataNamelistValue="Var1"/> > > The presence of Var1 assumes that the XSLT will create the first data model location as Var1. Mine does not. > > Instead, I would suggest that these should be changed: > <state id="s0"><onentry> <send event="event1" … conf:namelist="1"> > … > <assign conf:location="2" conf:eventDataNamelistValue="1"/> > > -- Jim Barnett Genesys
Received on Friday, 20 June 2014 14:20:53 UTC