[Haskell-cafe] ANN: Hquery 0.1

Tycho Andersen tycho at tycho.ws
Mon Jan 21 15:25:19 CET 2013


Hi cafe,

I've written a library called hquery, which can be used to manipulate
xmlhtml trees (and has a similar selector syntax to jquery, hence the
name). This enables easy manipulation and content generation from html
templates. If you're familiar with Lift's CssSels, this is basically
an implementation of those in haskell.

This is my first foray into haskell, so any critiques of the code or API are
welcome :-)

Hquery: http://hackage.haskell.org/package/hquery-0.1.0.1

Examples:
http://hackage.haskell.org/packages/archive/hquery/0.1.0.1/doc/html/Text-Hquery.html

\t



More information about the Haskell-Cafe mailing list