symantic-xml-1.0.0.20190223: Library for reading, validating and writing a subset of the XML format.
Symantic.XML
module Symantic.XML.Document
readXML :: FilePath -> Text -> Either (ParseErrorBundle Text Error) XMLs Source #
readFile :: FilePath -> IO (Either ErrorRead Text) Source #
writeXML :: NoSource src => XMLs src -> Text Source #
writeXMLIndented :: NoSource src => Text -> XMLs src -> Text Source #
writeFile :: FilePath -> Text -> IO () Source #