[Haskell-cafe] Is Text.XHtml.Table usable?

Thomas Hartman tphyahoo at gmail.com
Sun Mar 29 17:11:01 EDT 2009


I was playing with Text.XHtml.Table but couldn't use it to output tables.

( cell . toHtml $ " a " ) `beside` (cell . toHtml $ " b " )
<tr
> a  b </tr
>

already seems wrong -- should be two cells, right? And the result
doesn't get embedded in a table tag?

Is there something I'm missing?

Working code samples would be great.


More information about the Haskell-Cafe mailing list