<?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="#Technology">Technology</choice><choice dtmf="3"    next="#Education">Education</choice><choice dtmf="4"    next="#Business">Business</choice><choice dtmf="5"    next="#weather">weather</choice><choice dtmf="6"  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="Technology"><block><var name = "cat" expr = "'Technology'"  /><prompt>You have exceeded the limits allowed for retries. System will now stop the application.</prompt></block></form><form id="Education"><block><var name = "cat" expr = "'Education'"  /><prompt>You have exceeded the limits allowed for retries. System will now stop the application.</prompt></block></form><form id="Business"><block><var name = "cat" expr = "'Business'"  /><prompt>You have exceeded the limits allowed for retries. System will now stop the application.</prompt></block></form><form id="weather"><block><var name = "cat" expr = "'weather'"  /><prompt>You have exceeded the limits allowed for retries. System will now stop the application.</prompt></block></form>

</vxml>