@hackage selectors0.0.3.0

CSS Selectors for DOM traversal

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.