Re: SCXML Test 354 uses transform-dependent values directly
Jim Barnett <[email protected]> Fri, 20 Jun 2014 10:20:12 -0400
| Newsgroups | gmane.comp.web.voice |
|---|---|
| Message-ID | <[email protected]> |
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