<?xml version="1.0" encoding="UTF-8"?>
<!-- @ Copyright 1998-2003 W3C (MIT, ERCIM, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/. @ -->
<vxml version="2.0"
  xmlns="http://www.w3.org/2001/vxml"
  xmlns:conf="http://www.w3.org/2002/vxml-conformance">
<!--
 Assertion 627 Section 1.2.5
 Audio files are referred to by URI.

 Web requirements:
 a627.au - a short audio file ('this is audio for assertion 627')

 a627.vxml
   attempts to speak an audio file by URI.
-->
<catch>
  <conf:fail expr="'unexpected error: ' + _event"/>
</catch>
<form id="a627">
  <block name="test1">
    <audio src="a627.au">
    </audio>
    <conf:pass/>
  </block>
</form>
</vxml>
