<?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">

 <catch>
  <conf:fail expr="'document caught event ' + _event"/>
 </catch>

 <form id="dorothy">

  <field name="scarecrow">
   <conf:nomatch/>
   <conf:grammar utterance="alpha"/>

   <nomatch>
    <conf:comment>
     Caught &lt;nomatch&gt;
    </conf:comment>
    <conf:pass/>
   </nomatch>

  </field>

  <block>
    <conf:comment>
     Didn't catch &lt;noinput&gt;, falling off the end of the form
    </conf:comment>
    <conf:fail reason="Falling off end of form"/>
  </block>
 </form>

</vxml>

