X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=hxt-compile.git;a=blobdiff_plain;f=Main.hs;h=15482e2cd41ec821cc558bc7631979925a27a000;hp=387491488ef9dc6f275e7abea59e54d4a08558a6;hb=3128cde83c431e117badabba87cbcd9c7de26b52;hpb=fd97e226a965bc39e95b901125ec38f60eeaadfe diff --git a/Main.hs b/Main.hs index 3874914..15482e2 100644 --- a/Main.hs +++ b/Main.hs @@ -8,13 +8,14 @@ import qualified System.IO.UTF8 as Uio main :: IO () -main = do let fpath = "examples/tiny.xml" +main = do let fpath = "examples/dtd.xml" [hsMod] <- runX ( setErrorMsgHandler False fail >>> constA fpath >>> readFromDocument [ (a_validate , v_0) + , (a_canonicalize , v_0) , (a_check_namespaces, v_1) ] >>>