|
| Text.XML.HXT.Arrow.ParserInterface |
|
|
| Description |
interface to the HXT XML and DTD parsers
version: $Id: ParserInterface.hs,v 1.1 20060501 18:56:24 hxml Exp $
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
substitution of all predefined XHTMT entities for none ASCII chars
This arrow recurses through a whole XML tree and substitutes all
entity refs within text nodes and attribute values by a text node
containing of a single char corresponding to this entity.
Unknown entity refs remain unchanged
|
|
|
| substitution of the five predefined XMT entities, works like substHtmlEntityRefs
|
|
|
| the entity substitution arrow called from substXmlEntityRefs and substHtmlEntityRefs
|
|
| Produced by Haddock version 2.4.2 |