[ 
https://issues.apache.org/jira/browse/SCXML-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930655#action_12930655
 ] 

Fabrizio Morbini commented on SCXML-157:
----------------------------------------

i was referring to the previous draft:

http://www.w3.org/TR/2009/WD-scxml-20091029/

i didn't realize that that feature had been removed.



> 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.

Reply via email to