You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
688 B

3 years ago
  1. CssSelector Component
  2. =====================
  3. The CssSelector component converts CSS selectors to XPath expressions.
  4. Resources
  5. ---------
  6. * [Documentation](https://symfony.com/doc/current/components/css_selector.html)
  7. * [Contributing](https://symfony.com/doc/current/contributing/index.html)
  8. * [Report issues](https://github.com/symfony/symfony/issues) and
  9. [send Pull Requests](https://github.com/symfony/symfony/pulls)
  10. in the [main Symfony repository](https://github.com/symfony/symfony)
  11. Credits
  12. -------
  13. This component is a port of the Python cssselect library
  14. [v0.7.1](https://github.com/SimonSapin/cssselect/releases/tag/v0.7.1),
  15. which is distributed under the BSD license.