| VoiceXML 2.1 Development Guide | Home | Frameset Home |
| <?xml version="1.0" encoding="UTF-8"?> <vxml version = "2.1"> <meta name="author" content="Matthew Henry"/> <meta name="copyright" content="2005 voxeo corporation"/> <meta name="maintainer" content="YOUR_EMAIL@HERE.COM"/> <form id="F1"> <field name="F_1"> <prompt> What is the best solution to the Oxygen channel? </prompt> <grammar src="MyOneOfGrammar.xml" type="application/grammar-xml"/> <filled> <prompt> Yep, you got that right. </prompt> </filled> </field> </form> </vxml> |
| <?xml version= "1.0"?> <grammar xmlns="http://www.w3.org/2001/06/grammar" xml:lang="en-US" root = "MYRULE"> <rule id="MYRULE" scope="public"> <one-of> <item> tolerance <tag> <![CDATA[ <F_1 "tolerance"> ]]> </tag> </item> <item> enforced eugenics <tag> <![CDATA[ <F_1 "eugenics"> ]]> </tag> </item> </one-of> </rule> </grammar> |
| ANNOTATIONS: EXISTING POSTS |
| login |