Copyright | (c) Ewaryst Schulz DFKI 2009 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | ewaryst.schulz@dfki.de |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Provides an xml parse function which depends on external libraries.
Documentation
class XmlParseable a where Source #
Instances
XmlParseable ByteString Source # | |
Defined in Common.XmlParser |
readXmlFile :: FilePath -> IO ByteString Source #