Portability | portable |
---|---|
Stability | experimental |
Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
Safe Haskell | None |
Text.XML.HXT.Parser.XmlDTDTokenParser
Description
Parsec parser for tokenizing DTD declarations for ELEMENT, ATTLIST, ENTITY and NOTATION
Documentation
dtdDeclStart :: XParser s (DTDElem, Attributes)
dtdDeclEnd :: XParser s ()
peReference :: XParser s XmlTree
entityValue :: XParser s XmlTree