initial child is not accepted if it's the child of the top scxml node
---------------------------------------------------------------------
Key: SCXML-157
URL: https://issues.apache.org/jira/browse/SCXML-157
Project: Commons SCXML
Issue Type: Bug
Affects Versions: 0.9
Reporter: Fabrizio Morbini
from the standard, it seems that the following is a valid scxml file:
<scxml id="SCXML" xmlns="http://www.w3.org/2005/07/scxml">
<initial>
<transition target="node1">
<log expr="123" name="test"></log>
</transition>
</initial>
<state id="node1"></state>
</scxml>
but the initial element is ignored by the current scxml parser.
Basically it seems one cannot assign any executable content to be executed on
initial entry on the initialchild of the top scxml node.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.