Use of fragment in URI to specifi initial state

Hello,

  suppose <invoke type="http://www.w3.org/TR/scxml/" src="http://example/other.xml#s2"/>. The content of the xml source would be:

<scxml>
  <state id="s1"/>
  <state id="s2"/>
</scxml>

According to current draft the processor should start interpretation by entering s1 via (implicit) initial transition.

Would not it be usefull to allow start by entering s2 specifed in the frament?

This would allow to chose the default entry state externally, even if it is not possible to choose multiple parallel states this way.

Ales

Received on Thursday, 1 November 2012 23:09:08 UTC