Portability | portability |
---|---|
Stability | provisional |
Maintainer | Iavor S. Diatchki <diatchki@galois.com> |
Text.XML.Light
Description
A lightweight XML parsing, filtering and generating library.
This module reexports functions from:
- add_attr :: Attr -> Element -> Element
- add_attrs :: [Attr] -> Element -> Element
- unqual :: String -> QName
- class Node t where
- unode :: Node t => String -> t -> Element
- module Text.XML.Light.Types
- module Text.XML.Light.Proc
- module Text.XML.Light.Input
- module Text.XML.Light.Output
Documentation
A smart element constructor which uses the type of its argument to determine what sort of element to make.
module Text.XML.Light.Types
module Text.XML.Light.Proc
module Text.XML.Light.Input
module Text.XML.Light.Output