Copyright | Copyright (C) 2005 Uwe Schmidt |
---|---|
License | MIT |
Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Parsec parser for tokenizing DTD declarations for ELEMENT, ATTLIST, ENTITY and NOTATION
Documentation
dtdDeclStart :: XParser s (DTDElem, Attributes) Source
dtdDeclEnd :: XParser s () Source
peReference :: XParser s XmlTree Source
entityValue :: XParser s XmlTree Source