summaryrefslogtreecommitdiff
path: root/src/GF/Data/XML.hs
AgeCommit message (Collapse)Author
2007-01-07Added ETag constructor to GF.Data.XML.XML since not all tags can use the ↵bringert
empty shorthand.
2007-01-05Change input to the different SRG printers to be StateGrammar instead of ↵bringert
CGrammar. This to allow looking at the types in SISR, and to reduce the number of argument passed from Custom.
2006-12-12Use ebnf srg generation in PrSRGS.bringert
2006-12-08Changed SRGS SISR printing to be closer to the current working draft ↵bringert
standard, as supported by the WebSphere implementation (and thus Opera).
2006-03-03XML module: added CData support. Escape stuff that needs to be escaped in XML.bringert
2006-02-03Moved general XML stuff to GF.Data.XML. Started working on VoiceXML generation.bringert