Use printname to make VoiceXML prompts.

This commit is contained in:
bringert
2006-12-28 17:12:40 +00:00
parent 7d0ef6f873
commit 159381e33a
2 changed files with 76 additions and 47 deletions

View File

@@ -270,7 +270,7 @@ customGrammarPrinter =
\opts s -> let name = cncId s
start = getStartCatCF opts s
in SRGS.srgsXmlPrinter name start opts (Just SISR.SISROld) Nothing $ stateCFG s)
,(strCI "vxml", \opts s -> let start = getStartCat opts s
,(strCI "vxml", \opts s -> let start = cfCat2Ident (startCatStateOpts opts s)
in grammar2vxml start s)
,(strCI "slf", \opts s -> let start = getStartCatCF opts s
name = cncId s