|
| HSP.XML | | Portability | Haskell 98 | | Stability | experimental | | Maintainer | Niklas Broberg, nibro@cs.chalmers.se |
|
|
|
|
|
| Description |
| Datatypes and type classes comprising the basic model behind
the scenes of Haskell Server Pages tags.
|
|
| Synopsis |
|
|
|
|
| The XML datatype
|
|
|
| The XML datatype representation. Is either an Element or CDATA.
| | Constructors | | Instances | |
|
|
|
The XMLMetaData datatype
Specify the DOCTYPE, content-type, and preferred render for XML data.
See also: HSP.Monad.setMetaData and HSP.Monad.withMetaData
| | Constructors | | XMLMetaData | | | doctype :: (Bool, String) | (show doctype when rendering, DOCTYPE string)
| | contentType :: String | | | preferredRenderer :: XML -> String | |
|
|
|
|
|
|
|
|
|
|
|
|
|
| Embeds a string as a CDATA XML value.
|
|
|
|
| The Attribute type
|
|
|
| Constructors | | Instances | |
|
|
|
| Represents an attribue value.
| | Constructors | | Instances | |
|
|
|
|
|
| Create an attribue value from a string.
|
|
| Functions
|
|
|
| Pretty-prints XML values.
|
|
|
|
|
| Test whether an XML value is an Element or CDATA
|
|
| Produced by Haddock version 2.4.2 |