summaryrefslogtreecommitdiff
path: root/textproc/R-selectr/DESCR
blob: e8c6d446c5d3f6bf67b5b62fbf961458fd39dfaf (plain)
1
2
3
4
5
6
Translates a CSS3 selector into an equivalent XPath expression. This
allows us to use CSS selectors when working with the XML package as it
can only evaluate XPath expressions. Also provided are convenience
functions useful for using CSS selectors on XML nodes. This package is
a port of the Python package 'cssselect'
(<https://cssselect.readthedocs.io/>).