summaryrefslogtreecommitdiffstats
path: root/python/cssselect/README
blob: 0044035c47bb94819c77a45d0e9b4bfedbd7128b (plain)
cssselect parses CSS3 Selectors and translate them to XPath 1.0
expressions.  Such expressions can be used in lxml or another XPath
engine to find the matching elements in an XML or HTML document.

Optional dependencies: lxml and Sphinx