This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/CssSelector
2020-01-01 12:03:25 +01:00
..
Exception
Node
Parser Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
Tests Fix the :only-of-type pseudo class selector 2019-10-01 13:57:37 +02:00
XPath Fix the :only-of-type pseudo class selector 2019-10-01 13:57:37 +02:00
.gitignore
CHANGELOG.md
composer.json
CssSelectorConverter.php
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist
README.md

CssSelector Component

The CssSelector component converts CSS selectors to XPath expressions.

Resources

Credits

This component is a port of the Python cssselect library v0.7.1, which is distributed under the BSD license.