test552.txml 580 B

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <!-- test that src content can be used to assign a value to a var. Edit
  3. test552.txt to have a value that's legal for the datamodel in question -->
  4. <scxml initial="s0" version="1.0" conf:datamodel="" xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance">
  5. <datamodel>
  6. <data conf:id="1" src="file:test552.txt"/>
  7. </datamodel>
  8. <state id="s0">
  9. <transition conf:isBound="1" conf:targetpass=""/>
  10. <transition conf:targetfail=""/>
  11. </state>
  12. <conf:pass/>
  13. <conf:fail/>
  14. </scxml>