fleetCatalogue/vendor/symfony/css-selector
ShuriZma 0e79f2b4b6
init commit
git add /vendor
add several models
add vehicle list
2023-10-09 20:33:17 +02:00
..
Exception init commit 2023-10-09 20:33:17 +02:00
Node init commit 2023-10-09 20:33:17 +02:00
Parser init commit 2023-10-09 20:33:17 +02:00
XPath init commit 2023-10-09 20:33:17 +02:00
CHANGELOG.md init commit 2023-10-09 20:33:17 +02:00
CssSelectorConverter.php init commit 2023-10-09 20:33:17 +02:00
LICENSE init commit 2023-10-09 20:33:17 +02:00
README.md init commit 2023-10-09 20:33:17 +02:00
composer.json init commit 2023-10-09 20:33:17 +02:00

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.