SCXML Test 354 uses transform-dependent values directly
Gavin Kistner <[email protected]> Thu, 19 Jun 2014 14:53:48 +0200
| Newsgroups | gmane.comp.web.voice |
|---|---|
| Message-ID | <[email protected]> |
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"/>