Created
February 23, 2012 14:45
-
-
Save jbeard4/1893144 to your computer and use it in GitHub Desktop.
simple initial scxml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<scxml | |
xmlns="http://www.w3.org/2005/07/scxml" | |
version="1.0"> | |
<initial> | |
<transition target="a"/> | |
</initial> | |
<state id="a"></state> | |
</scxml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment