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

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to