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/
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to