<?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 event="error.badfetch">
   <conf:comment>
     Caught <value expr="_event"/>, as expected.
   </conf:comment>
   <conf:pass/>
 </catch>


 <catch>
  <conf:fail expr="'document caught event ' + _event"/>
 </catch>


 <form id="phormOne">

  <block>
    <conf:comment>
      About to go to a bad place..
    </conf:comment>

    <goto next="http://example.com/badForm"/>
  </block>

  <block>
    <conf:comment>
      Executing block after goto that should have failed, bad..
    </conf:comment>
    <conf:fail reason="Executing block after goto that should have failed"/>
  </block>

 </form>

</vxml>
