2012-12-11 16:47:54 +08:00
|
|
|
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.
|
2013-05-19 21:12:35 +08:00
|
|
|
|
2016-11-29 00:31:09 +08:00
|
|
|
Optional dependencies: lxml, Sphinx and python3
|
|
|
|
|
|
|
|
Note: To install Python 3 bindings, install python3 and set PYTHON3="yes"
|
|
|
|
to the slackbuild.
|
|
|
|
|
|
|
|
# PYTHON3="yes" ./cssselect.SlackBuild
|