Overcome XML insanity, node by node. {-# LANGUAGE OverloadedStrings #-} let doc = document "root" $ do element "hello" $ content "world" ...
確定! 回上一頁