Use quest_Cat to generate questions in the VoiceXML printer.

This commit is contained in:
bringert
2006-04-19 09:03:19 +00:00
parent 7f26cea8a2
commit 9b38240354
2 changed files with 61 additions and 18 deletions

View File

@@ -262,7 +262,7 @@ customGrammarPrinter =
start = getStartCatCF opts s
in srgsXmlPrinter name start opts True Nothing $ stateCFG s)
,(strCI "vxml", \opts s -> let start = getStartCat opts s
in grammar2vxml start (stateGrammarST s))
in grammar2vxml start s)
,(strCI "slf", \opts s -> let start = getStartCatCF opts s
name = cncId s
in slfPrinter name start $ stateCFG s)