<?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 xmlns="http://www.w3.org/2001/vxml" xmlns:conf="http://www.w3.org/2002/vxml-conformance" version="2.0">

<var name="count" expr="1"/>

<catch>
  <conf:fail expr="'event: ' + _event"/>
</catch>

<form id="exampleForm">
  <field name="z" slot="y">
    <conf:speech value="alpha"/>
    <conf:grammar utterance="alpha" interp="hello"/>
  </field>

  <block>
    <if cond="z == 'hello' &amp;&amp; x == undefined">
      <conf:pass/>
    <else/>
      <conf:fail/>
    </if>
  </block>

  <field name="x"/>
</form>
</vxml>
