11 lines
381 B
Plaintext
11 lines
381 B
Plaintext
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, Sphinx and python3
|
|
|
|
Note: To install Python 3 bindings, install python3 and set PYTHON3="yes"
|
|
to the slackbuild.
|
|
|
|
# PYTHON3="yes" ./cssselect.SlackBuild
|