html-minimalist-0.15: Minimalist haskell html library

Safe HaskellSafe-Inferred
LanguageHaskell98

Text.HTML.Light

Description

Provides xhtml constructors for Light.

Synopsis

Documentation

renderXHTML :: DocType -> Element -> String Source

Render an xhtml element with the given document type.

renderHTML5 :: Element -> String Source

Render an HTML5 element with the given document type.

renderHTML5_pp :: Element -> String Source

Pretty-printing variant (inserts whitespace).

showHTML5 :: Content -> String Source

Show HTML content (importantly an iframe element must not be abbreviated).