html-minimalist-0.11: Minimalist haskell html library

Text.HTML.Light

Description

Provides xhtml constructors for Text.XML.Light.

Synopsis

Documentation

cdata :: String -> ContentSource

Ordinary character data, subject to escaping.

cdata_raw :: String -> ContentSource

Raw character data, not subject to escaping.

renderXHTML :: DocType -> Element -> StringSource

Render an xhtml element with the given document type.