summaryrefslogtreecommitdiffstats
path: root/tests/auto/compiled/submachineunicodename.scxml
blob: 9cee0e3065af15521cf3069ac61e98c0051aa266 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<scxml
    xmlns="http://www.w3.org/2005/07/scxml"
    version="1.0"
    name="Directions1"
    initial="anyplace"
>
    <state id="anyplace">
        <invoke type="http://www.w3.org/TR/scxml/">
            <content>
                <scxml name="änywhere" version="1.0">
                    <state id="here">
                        <transition event="goThere" target="there"/>
                    </state>
                    <state id="there">
                        <transition event="goHere" target="here"/>
                    </state>
                </scxml>
            </content>
        </invoke>
    </state>
</scxml>