how do you put a '*' as a valid input for a grammar?
Posted: Tue Jun 06, 2006 4:05 pm
I have a grammar that I would like to use:
<grammar type="application/x-jsgf">1|2|3|9|*|balance|lost|register|repeat|men
u</grammar>
The vxml interpreter barfs on the '*'.
I have tried *, but it did not work either. Is there a way to represent an '*' that will not cause the interpreter to barf?
<grammar type="application/x-jsgf">1|2|3|9|*|balance|lost|register|repeat|men
u</grammar>
The vxml interpreter barfs on the '*'.
I have tried *, but it did not work either. Is there a way to represent an '*' that will not cause the interpreter to barf?