view test/javax/xml/jaxp/unittest/stream/basic-form.vxml @ 779:2b61bfcaa586

8132660: Change jaxp unit test package name to be different with jaxp api Reviewed-by: joehw Contributed-by: frank.yuan@oracle.com
author joehw
date Mon, 10 Aug 2015 09:52:32 -0700
parents test/javax/xml/jaxp/unittest/javax/xml/stream/basic-form.vxml@29ba77ad2a87
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE vxml PUBLIC "-//W3C//DTD VOICEXML 2.0//EN" "vxml.dtd">

<vxml version="2.0"
	xmlns="http://www.w3.org/2001/vxml"
	xml:lang="en-US">

	<form>
		<field name="selection">
			<prompt>
				Please choose News, Weather, or Sports.
			</prompt>
			
			<grammar type="application/x-nuance-gsl">
				[ news weather sports ]
			</grammar>
		</field>

		<block>
			<submit next="select.jsp"/>
			<prompt>Form is being submited.</prompt>
		</block>
	</form>

</vxml>