summaryrefslogtreecommitdiff
path: root/src/GF/Data/XML.hs
AgeCommit message (Collapse)Author
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter ↵krasimir
from deprecated
2009-03-03newlines and indentation in XML printingaarne
2008-08-22UTF8 encode all generated XML.bjorn
2008-06-25changed names of resource-1.3; added a note on homepage on releaseaarne
2008-06-25removed src for 2.9aarne
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