xmlhtml-0.1.5.2: XML parser and renderer with HTML 5 quirks mode

Text.Blaze.Renderer.XmlHtml

Description

Renderer that supports rendering to xmlhtml forests. This is a port of the Hexpat renderer.

Warning: because this renderer doesn't directly create the output, but rather an XML tree representation, it is impossible to render pre-escaped text. This means that preEscapedString will produce the same output as string. This also applies to the functions preEscapedText, preEscapedTextValue...

Synopsis

Documentation

renderHtml :: Html -> DocumentSource

Render HTML to an xmlhtml Document

renderHtmlNodes :: Html -> [Node]Source

Render HTML to a list of xmlhtml nodes