hquery

A query language for transforming HTML5

Latest on Hackage:0.1.1.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Tycho Andersen
Maintained by Tycho Andersen

Hquery is a tool for transforming XmlHtml trees. It is an implementation of Lift's CssSelectors in haskell. It operates over "xmlhtml" Nodes, allowing you to build transformers for creating and modifying template trees. See Text.Hquery for some examples.