| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| Exception/ | 15-Sep-2023 | - | 166 | 46 | ||
| Node/ | 15-Sep-2023 | - | 723 | 350 | ||
| Parser/ | 15-Sep-2023 | - | 1,563 | 823 | ||
| XPath/ | 15-Sep-2023 | - | 1,388 | 807 | ||
| CHANGELOG.md | D | 14-Sep-2023 | 250 | 19 | 12 | |
| CssSelectorConverter.php | D | 14-Sep-2023 | 2.1 KiB | 70 | 35 | |
| LICENSE | D | 14-Sep-2023 | 1 KiB | 20 | 16 | |
| README.md | D | 14-Sep-2023 | 688 | 21 | 15 | |
| composer.json | D | 14-Sep-2023 | 856 | 34 | 33 |
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