A simple XML parser and renderer with support for streaming

Add Haddock comments to Render module.

RobertTue Dec 31 15:47:19 UTC 2013

Add examples and better Haddock comments.

RobertTue Dec 31 13:33:06 UTC 2013

Improve Haddock documentation.

RobertTue Dec 31 11:12:54 UTC 2013

Add and update Haddock comments.

RobertTue Dec 31 10:21:21 UTC 2013

Clean up content parser slightly.

RobertFri Dec 27 13:24:16 UTC 2013

Fix comment.

RobertFri Dec 27 12:51:21 UTC 2013

Add some tests of Template Haskell code.

RobertFri Dec 27 12:39:52 UTC 2013

Remove some obsolete code.

RobertFri Dec 27 11:51:49 UTC 2013

Use > in code block rather than @.

RobertFri Dec 27 11:30:22 UTC 2013

Add automatic generation of isos.

This uses Template Haskell to generate suitable pardners for given data constructors.

RobertFri Dec 27 11:02:07 UTC 2013

Add an always failing renderer.

RobertFri Dec 27 11:01:07 UTC 2013

Fix indentation.

RobertThu Dec 26 18:49:28 UTC 2013

Fix bug in documentation code.

RobertThu Dec 26 18:03:57 UTC 2013

Improve pretty printing and add unit tests.

RobertTue Dec 24 16:55:31 UTC 2013

Refactor RenderSettings and pretty printing.

With this change the renderer does it's own pretty printing and no longer relies on xml-conduit for that job.

RobertTue Dec 24 15:52:41 UTC 2013

Add render settings as defined by xml-conduit.

RobertTue Dec 24 11:33:46 UTC 2013

Add test-suite for doctests.

RobertTue Dec 24 11:30:33 UTC 2013

Minor cleanup of Cabal file.

RobertTue Dec 24 11:29:34 UTC 2013

Add some documentation.

RobertTue Dec 24 11:26:35 UTC 2013

Removed upper version bound for a number of dependencies.

RobertWed Dec 18 21:48:03 UTC 2013

Migrated from test-framework to hspec.

RobertTue Dec 17 21:53:29 UTC 2013

Clean up hlint warnings.

RobertWed Dec 11 23:24:24 UTC 2013

Add cdata render combinator.

RobertWed Dec 11 21:35:36 UTC 2013

Add information to cabal file.

RobertWed Dec 11 21:16:18 UTC 2013

Handle CDATA sections.

RobertWed Dec 11 21:15:42 UTC 2013

Changed license to Apache 2.0.

RobertWed Dec 11 20:08:24 UTC 2013

Relax equality on round trip of float point values.

RobertTue Dec 10 23:08:37 UTC 2013

Minor cleanups.

RobertSat Oct 12 08:23:24 UTC 2013

Improve test.

RobertFri Oct 11 06:59:55 UTC 2013

Minor simplification.

RobertThu Oct 10 14:37:56 UTC 2013