]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/blobdiff - src/XHTML.hs
Add a first draft using HXT, HandsomeSoup, and the Haskell epub library.
[dead/lwn-epub.git] / src / XHTML.hs
diff --git a/src/XHTML.hs b/src/XHTML.hs
new file mode 100644 (file)
index 0000000..6c4421f
--- /dev/null
@@ -0,0 +1,5 @@
+module XHTML
+where
+
+class XHTML a where
+  to_xhtml :: a -> String