You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rahul Akolkar (JIRA)" <ji...@apache.org> on 2010/11/10 18:01:19 UTC

[jira] Commented: (SCXML-157) initial child is not accepted if it's the child of the top scxml node

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

Rahul Akolkar commented on SCXML-157:
-------------------------------------

I don't see <initial> child of <scxml> listed in latest public WD (Section 3.1.2 and 3.1.3), here is a pointer to those sections:

  http://www.w3.org/TR/2010/WD-scxml-20100513/#N101B5

Please quote the portions you referred to.


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