-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Render and parse df1 logs as HTML -- -- Render and parse df1 logs as HTML @package df1-html @version 0.1 module Df1.Html.Parse -- | An Xmlbf parser for a Log rendered as HTML as log -- renders it. -- -- Notice that this parser will not ignore leading and trailing white -- space in the HTML. It will become part of the parsed Key, -- Value, Segment, Message. log :: Parser Log module Df1.Html.Render -- | Converts Log into a list of Nodes from Xmlbf to -- render it as HTML. -- -- Example log: 1999-12-20T07:11:39.230553031Z /foo x=a y=b /bar /qux -- z=c z=d WARNING Something -- -- The generated HTML matches the following CSS selectors: -- -- log :: Log -> [Node]