libxml-0.1.1: Binding to libxml2

Safe HaskellNone

Text.XML.LibXML.Parser

Synopsis

Documentation

parseFile :: MonadIO m => FilePath -> m Document

Parse XML document from a file. Throws an exception on error.

substituteEntitiesDefault :: MonadIO m => Bool -> m Bool

Set and return the previous value for default entity support.