Re: [SCXML] Deprecated 'src' attributes in state, parallel and assign

2013-12-05 Thread Woonsan Ko
On Thursday, December 5, 2013 6:48 PM, Ate Douma wrote: On 12/05/2013 11:26 PM, Woonsan Ko wrote: >> Hi, >> >> The current code is taking care of 'src' attribute for state, parallel, >> assign and invoke element. >> Invoke element should still accept 'src' attribute, but it seems to have >> b

Re: [SCXML] Deprecated 'src' attributes in state, parallel and assign

2013-12-05 Thread Ate Douma
On 12/05/2013 11:26 PM, Woonsan Ko wrote: Hi, The current code is taking care of 'src' attribute for state, parallel, assign and invoke element. Invoke element should still accept 'src' attribute, but it seems to have been removed for the other elements in the current specification. The src

[SCXML] Deprecated 'src' attributes in state, parallel and assign

2013-12-05 Thread Woonsan Ko
Hi, The current code is taking care of 'src' attribute for state, parallel, assign and invoke element. Invoke element should still accept 'src' attribute, but it seems to have been removed for the other elements in the current specification. Do we need to deprecate (and remove later) the curren