summaryrefslogtreecommitdiffstats
path: root/test/w3c/txml/test467.txml
blob: 21ba39cbe7b2b2d1977c2d2b9e8d0850d2e941ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>

<!-- test that in() is available -->

<scxml initial="s0" version="1.0" datamodel="xpath"  
    xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance">

  
<state id="s0">
 <transition cond="In('s0')" conf:targetpass=""/>
  <transition  conf:targetfail=""/> 
  </state>
  
   <conf:pass/>
   <conf:fail/>

</scxml>