[Haskell-cafe] how to generate XHTML 1.1?

Tamas K Papp tpapp at Princeton.EDU
Fri Aug 18 04:51:47 EDT 2006


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/


More information about the Haskell-Cafe mailing list