slackbuilds_ponce/python/cssselect/README
Larry Hajali 8605168a12 python/cssselect: Added (CSS3 selectors parser).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2012-12-11 16:23:07 -05:00

3 lines
196 B
Text

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.