[
https://issues.apache.org/jira/browse/SCXML-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16285350#comment-16285350
]
Ate Douma commented on SCXML-267:
---------------------------------
Ouch, accidentally committed against SCXML-266, not this issue.
Mail header:{code:none}
Repository: commons-scxml
Updated Branches:
refs/heads/master b39a4adf6 -> 144d205df
SCXML-266 SCXMLSemantics#matchTransition - code flow bug
Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/144d205d
Tree: http://git-wip-us.apache.org/repos/asf/commons-scxml/tree/144d205d
Diff: http://git-wip-us.apache.org/repos/asf/commons-scxml/diff/144d205d
Branch: refs/heads/master
Commit: 144d205df2fcceacd3898e9d9afe7cbcd5ed8340
Parents: b39a4ad
Author: Ate Douma <[email protected]>
Authored: Sun Dec 10 18:22:22 2017 +0100
Committer: Ate Douma <[email protected]>
Committed: Sun Dec 10 18:22:22 2017 +0100
----------------------------------------------------------------------
src/changes/changes.xml | 4 +
.../org/apache/commons/scxml2/SCInstance.java | 24 ++++--
.../apache/commons/scxml2/io/SCXMLReader.java | 68 ++++++++++++++-
.../apache/commons/scxml2/io/SCXMLWriter.java | 14 +--
.../org/apache/commons/scxml2/model/Assign.java | 91 ++++++++++++--------
.../org/apache/commons/scxml2/w3c/tests.xml | 6 +-
6 files changed, 154 insertions(+), 53 deletions(-)
----------------------------------------------------------------------{code}
> Support <data> src attribute and <assign> inline data
> -----------------------------------------------------
>
> Key: SCXML-267
> URL: https://issues.apache.org/jira/browse/SCXML-267
> Project: Commons SCXML
> Issue Type: New Feature
> Reporter: Ate Douma
> Assignee: Ate Douma
> Fix For: 2.0
>
>
> The SCXML [<data>|https://www.w3.org/TR/2015/REC-scxml-20150901/#data] allows
> specifying data from an external resource through its src attribute (URI),
> which wasn't implemented yet.
> Similary the SCXML
> [<assign>|https://www.w3.org/TR/2015/REC-scxml-20150901/#assign] allows
> specifying data inline as body of its element, which also wasn't implemented
> yet.
> Implementing these fixes another 2-3 SCXML IRP test.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)