
18 Aug
2006
18 Aug
'06
4:51 a.m.
Hi, I would like to use Haskell to generate static HTML webpages, preferably using XHTML 1.1. How can I do this? I found libraries to generate XHTML 1.0 transitional, but not 1.1. Scheme has LAML [1], which parses the DTD, uses S-expressions and validates the XHTML, I am looking for something similarly elegant (even if without the S-expressions, which I haven't seen in Haskell yet). Thanks, Tamas [1] http://www.cs.aau.dk/~normark/laml/