summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/txml/test486b.txml
blob: bac9748f7527db91a59f8dfe3573d0657011325e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
 <!-- test that <script> is processed according to 'exmode'.  In this
 case, the entire file should be rejected (hence this is a manual test -->
 
 <scxml xmlns="http://www.w3.org/2005/07/scxml" name="scxmltest" exmode="strict"
   xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0" version="1.0" datamodel="xpath">
      <script>some script</script>
  
<state id="s0">
 
   <transition  conf:targetfail=""/>
 
  </state>
    
<conf:pass/>
<conf:fail/>  

</scxml>