fmorbini / scxmlgui

A graphical user interface for editing SCXML finite state machines.
Other
105 stars 37 forks source link

Datamodel attribute to scxml root node #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the SCXML definition, the datamodel to be used may be specified in the scxml 
root attribute (see http://www.w3.org/TR/scxml/#profiles)

This is however not possible currently. As a work-around I currently use a name 
attribute to the SCXML root node, e.g.:
'example" datamodel="ecmascript"'
i.e: The root node name is 'example' and the datamodel used is 'ecmascript'.

I'm not sure whether it is really necessary to implement this, but the least I 
can do is to submit this issue.

Original issue reported on code.google.com by mrtmei...@gmail.com on 20 Mar 2013 at 1:29

GoogleCodeExporter commented 9 years ago
EDIT:
I see that I made a mistake for the workaround, I did mean:
example" datamodel="ecmascript

Original comment by mrtmei...@gmail.com on 20 Mar 2013 at 1:39

GoogleCodeExporter commented 9 years ago
thanks for reporting the workaround.

Original comment by fmorbini on 22 Mar 2013 at 5:04