| 1 |
CssSelector Component |
| 2 |
===================== |
| 3 |
|
| 4 |
The CssSelector component converts CSS selectors to XPath expressions. |
| 5 |
|
| 6 |
Sponsor |
| 7 |
------- |
| 8 |
|
| 9 |
This package is looking for a [backer][1]. |
| 10 |
|
| 11 |
Help Symfony by [sponsoring][3] its development! |
| 12 |
|
| 13 |
Resources |
| 14 |
--------- |
| 15 |
|
| 16 |
* [](https://symfony.com/doc/current/components/css_selector.htmlDocumentation](https://symfony.com/doc/current/components/css_selector.html](https://symfony.com/doc/current/components/css_selector.html) |
| 17 |
* [](https://symfony.com/doc/current/contributing/index.htmlContributing](https://symfony.com/doc/current/contributing/index.html](https://symfony.com/doc/current/contributing/index.html) |
| 18 |
* [](https://github.com/symfony/symfony/issuesReport issues](https://github.com/symfony/symfony/issues](https://github.com/symfony/symfony/issues) and |
| 19 |
[](https://github.com/symfony/symfony/pullssend Pull Requests](https://github.com/symfony/symfony/pulls](https://github.com/symfony/symfony/pulls) |
| 20 |
in the [](https://github.com/symfony/symfonymain Symfony repository](https://github.com/symfony/symfony](https://github.com/symfony/symfony) |
| 21 |
|
| 22 |
Credits |
| 23 |
------- |
| 24 |
|
| 25 |
This component is a port of the Python cssselect library |
| 26 |
[](https://github.com/SimonSapin/cssselect/releases/tag/v0.7.1v0.7.1](https://github.com/SimonSapin/cssselect/releases/tag/v0.7.1](https://github.com/SimonSapin/cssselect/releases/tag/v0.7.1), |
| 27 |
which is distributed under the BSD license. |
| 28 |
|
| 29 |
[1]: https://symfony.com/backers |
| 30 |
[3]: https://symfony.com/sponsor |
| 31 |
|