]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/blob - src/XHTML.hs
Add a first draft using HXT, HandsomeSoup, and the Haskell epub library.
[dead/lwn-epub.git] / src / XHTML.hs
1 module XHTML
2 where
3
4 class XHTML a where
5 to_xhtml :: a -> String