| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell98 | 
Text.HTML.Light
Description
Provides xhtml constructors for Light.
- renderXHTML :: DocType -> Element -> String
 - renderHTML5 :: Element -> String
 - renderHTML5_pp :: Element -> String
 - showHTML5 :: Content -> String
 
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).