hxt-9.3.1.9: A collection of tools for processing XML with Haskell.

Portabilityportable
Stabilitystable
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Safe HaskellNone

Text.XML.HXT.Arrow.ParserInterface

Description

interface to the HXT XML and DTD parsers

Documentation

parseXmlDoc :: ArrowXml a => a (String, String) XmlTreeSource

parseHtmlDoc :: ArrowList a => a (String, String) XmlTreeSource

hread :: ArrowList a => a String XmlTreeSource