Re: [SCXML] State and parallel models do not define src attribute

2009-09-24 Thread Loïc Quéran
OK. Thanks for your answers and the hints about evolutions. 2009/9/24 Rahul Akolkar > On Thu, Sep 24, 2009 at 4:30 AM, Loïc Quéran > wrote: > > Although the src attribute is read in > > SCXMLReader.readTransitionTargetSrc(final Configuration configuration, > final > > String src, final Transit

Re: [SCXML] State and parallel models do not define src attribute

2009-09-24 Thread Rahul Akolkar
On Thu, Sep 24, 2009 at 4:30 AM, Loïc Quéran wrote: > Although the src attribute is read in > SCXMLReader.readTransitionTargetSrc(final Configuration configuration, final > String src, final TransitionTarget tt) when deserializing, it seems it is > not possible to define this attribute in a state

[SCXML] State and parallel models do not define src attribute

2009-09-24 Thread Loïc Quéran
Although the src attribute is read in SCXMLReader.readTransitionTargetSrc(final Configuration configuration, final String src, final TransitionTarget tt) when deserializing, it seems it is not possible to define this attribute in a state or parallel. I would like to create SCXML models with the mo