Skip to content

Instantly share code, notes, and snippets.

@lpradovera
Created November 6, 2011 09:53
Show Gist options
  • Save lpradovera/659518c6f941c9a6e47c to your computer and use it in GitHub Desktop.
Save lpradovera/659518c6f941c9a6e47c to your computer and use it in GitHub Desktop.
<grammar xmlns="http://www.w3.org/2001/06/grammar" version="1.0" xml:lang="en-US" mode="dtmf" root="acceptdigits">
<rule id="acceptdigits">
<one-of>
<item>3</item>
<item>5</item>
</one-of>
</rule>
</grammar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment