github/vendor/symfony/css-selector
2025-04-12 19:11:43 +08:00
..
Exception Initial commit 2025-04-12 19:11:43 +08:00
Node Initial commit 2025-04-12 19:11:43 +08:00
Parser Initial commit 2025-04-12 19:11:43 +08:00
XPath Initial commit 2025-04-12 19:11:43 +08:00
CHANGELOG.md Initial commit 2025-04-12 19:11:43 +08:00
composer.json Initial commit 2025-04-12 19:11:43 +08:00
CssSelectorConverter.php Initial commit 2025-04-12 19:11:43 +08:00
LICENSE Initial commit 2025-04-12 19:11:43 +08:00
README.md Initial commit 2025-04-12 19:11:43 +08:00

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.