katydid-0.4.0.2: A haskell implementation of Katydid

Safe HaskellNone
LanguageHaskell2010

Data.Katydid.Parser.Xml

Contents

Description

This module contains the XML Parser.

Synopsis

Documentation

decodeXML :: String -> [XmlTree] Source #

decodeXML returns a XmlTree, given an input string.

Orphan instances

Tree XmlTree Source # 
Instance details