1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<scxml datamodel="lua" name="lua-test"> <state id="s1"> <onentry> <send event="withXML"> <content> <some> <adhoc> <markup /> </adhoc> </some> </content> </send> </onentry> <transition event="withXML" cond="In('s1')" target="end" /> </state> <state id="end" final="true" /> </scxml>