<?xml version="1.0"?>
<!-- @ 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">

<!--
    A form may contain event handlers: <catch>, <error>, <help>, <noinput>, and <nomatch>.
-->

  <catch>
    <conf:comment>
      Toplevel caught event <value expr="_event"/>
    </conf:comment>
    <conf:fail expr="_event"/>
  </catch>


  <form id="first">
    <catch event="foo"> Caught a foo.     </catch>
    <error>             Caught an error.  </error>
    <help>              Caught a help.    </help>
    <noinput>           Caught a noinput. </noinput>
    <nomatch>           Caught a nomatch. </nomatch>
    <block>
      <conf:pass/>
    </block>
  </form>

</vxml>
