• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-Apr-2019-

Exception/H25-Apr-2019-17446

Node/H25-Apr-2019-883350

Parser/H25-Apr-2019-1,711822

Tests/H25-Apr-2019-1,9121,365

XPath/H25-Apr-2019-1,650818

CHANGELOG.mdH A D25-Apr-2019198 149

CssSelector.phpH A D25-Apr-20193.4 KiB9920

CssSelectorConverter.phpH A D25-Apr-20191.9 KiB6629

LICENSEH A D25-Apr-20191 KiB2016

README.mdH A D25-Apr-2019693 2115

README.md

1CssSelector Component
2=====================
3
4The CssSelector component converts CSS selectors to XPath expressions.
5
6Resources
7---------
8
9  * [Documentation](https://symfony.com/doc/current/components/css_selector.html)
10  * [Contributing](https://symfony.com/doc/current/contributing/index.html)
11  * [Report issues](https://github.com/symfony/symfony/issues) and
12    [send Pull Requests](https://github.com/symfony/symfony/pulls)
13    in the [main Symfony repository](https://github.com/symfony/symfony)
14
15Credits
16-------
17
18This component is a port of the Python cssselect library
19[v0.7.1](https://github.com/SimonSapin/cssselect/releases/tag/v0.7.1),
20which is distributed under the BSD license.
21