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

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

Text.XML.HXT.Parser.XmlTokenParser

Description

Parsec parser for XML tokens

Documentation

quoted :: GenParser Char state a -> GenParser Char state aSource

concRes :: GenParser Char state [[a]] -> GenParser Char state [a]Source

mkList :: GenParser Char state a -> GenParser Char state [a]Source