<?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="event.foo">
  <conf:comment>
   Successfully caught event <value expr="_event"/>
  </conf:comment>
  <goto next="479b.vxml"/>
 </catch>

 <catch event="event.foo.bar">
  <conf:comment>
   Bad: caught event <value expr="_event"/> in second handler (document order)
  </conf:comment>
  <conf:fail/>
 </catch>

 <form id="what">
  <block>
   <throw event="event.foo.bar"/>
  </block>
 </form>

</vxml>
