selectors

CSS Selectors for DOM traversal

http://github.com/rcallahan/selectors

Latest on Hackage:0.0.3.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.

BSD-3-Clause licensed by Rob O'Callahan
Maintained by [email protected]

This package provides functions for XML DOM traversal that work with Text.XML.Cursor from the xml-conduits package. The pure Haskell functions in XML.Selectors.CSS include a parser for CSS selector expressions and conversion to an Axis. A QuasiQuoter is provided in XML.Selectors.CSS.TH for static validation of selector expressions.