| 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 |
Common.XmlParser
Description
Provides an xml parse function which depends on external libraries.
- class XmlParseable a where
- readXmlFile :: FilePath -> IO ByteString
Documentation
class XmlParseable a where
This class provides an xml parsing function which is instantiated by using the hexpat or the XML.Light library, dependent on the haskell environment.
Instances
readXmlFile :: FilePath -> IO ByteString