<?xml version= "1.0" encoding="UTF-8"?> 

<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xsi:schemaLocation="http://www.w3.org/2001/vxml 
   http://www.w3.org/TR/voicexml20/vxml.xsd">



<menu dtmf="true">
<prompt> Welcome <enumerate> For <value expr="_prompt"/>, press <value expr="_dtmf"/>.</enumerate> </prompt>

	
	 <choice dtmf="1"    next="#sport">sport</choice><choice dtmf="2"    next="#weatrher">weatrher</choice><choice dtmf="3"  next="http://joanne.esense.com.my/shopping.asp#exit"/>
	<help> 
             Please Choose one of the available categories.
    </help>

	<noinput>I didn't hear anything, please say or press again <enumerate/></noinput>
	<nomatch> I didn't get that, please say or press again<enumerate/></nomatch>
		
	<catch event="nomatch noinput" count="4">
			<prompt>You have exceeded the limits allowed for retries. System will now stop the application.</prompt>
			<throw event="telephone.disconnect.hangup"/>
	</catch>
	</menu>

<form id="sport"><block><var name = "cat" expr = "'sport'"  /><prompt>You have exceeded the limits allowed for retries. System will now stop the application.</prompt></block></form><form id="weatrher"><block><var name = "cat" expr = "'weatrher'"  /><prompt>You have exceeded the limits allowed for retries. System will now stop the application.</prompt></block></form>

</vxml>