|
|
|
|
|
| Description |
| This module provides functions to format a tree
structure or SAX stream as UTF-8 encoded XML.
|
|
| Synopsis |
|
|
|
|
| High level
|
|
|
| Format document with <?xml.. header - lazy variant that returns lazy ByteString.
|
|
|
| Format document with <?xml.. header - strict variant that returns strict ByteString.
|
|
|
| Format XML node with no header - lazy variant that returns lazy ByteString.
|
|
|
| Format XML node with no header - strict variant that returns strict ByteString.
|
|
| Low level
|
|
|
|
|
| Flatten a tree structure into SAX events.
|
|
|
| Format SAX events with no header - lazy variant that returns lazy ByteString.
|
|
|
| Format SAX events with no header - strict variant that returns strict ByteString.
|
|
| Produced by Haddock version 2.4.2 |