Don't print compile date in SRGS XML grammars.

This commit is contained in:
bringert
2007-01-19 17:05:07 +00:00
parent 2c13c5089a
commit a8ffca6ff0

View File

@@ -52,8 +52,7 @@ prSrgsXml sisr probs srg@(SRG{grammarName=name,startCat=start,
[meta "description"
("SRGS XML speech recognition grammar for " ++ name
++ ". " ++ "Original start category: " ++ origStart),
meta "generator" ("Grammatical Framework " ++ version
++ " (compiled " ++ today ++ ")")]
meta "generator" ("Grammatical Framework " ++ version)]
++ topCatRules
++ concatMap ruleToXML rs
ruleToXML (SRGRule cat origCat alts) =