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

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

Text.XML.HXT.Parser.XmlTokenParser

Description

Parsec parser for XML tokens

Documentation

dq, amp, semi, gt, lt, sq :: XParser s ()

quoted :: XParser s a -> XParser s a

concRes :: XParser s [[a]] -> XParser s [a]

mkList :: XParser s a -> XParser s [a]