 | hxt-filter-8.0.0: A collection of tools for processing XML with Haskell (Filter variant). | Contents | Index |
|
| Text.XML.HXT.Parser.XmlParser |
|
|
| Description |
| Xml Parser: the main parse filter
|
|
| Synopsis |
|
|
|
| Documentation |
|
| parseXmlDoc :: XmlStateFilter a |
| The monadic parser for a whole document.
input must be a root node with a single text child.
Error messages are issued and global error state is set.
|
|
| substXmlEntities :: XmlFilter |
| Filter for substitution of all occurences of the predefined XML entites quot, amp, lt, gt, apos
by equivalent character references
|
|
| Produced by Haddock version 2.1.0 |