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
Nicolas Grekas 7e766dae4a erge branch '3.1'
* 3.1:
  Remove trailing space
  CS fixes
  Remove trailing space
  CS: apply rules
  [Yaml] Clean some messages + add test case
  [Console] simplified code
  [Form] Fix UrlType transforms valid protocols
  [SecurityBundle] Changed encoder configuration example to bcrypt
2016-11-03 09:11:03 +01:00
..
Exception [2.3] Static Code Analysis for Components 2015-03-21 18:48:06 +01:00
Node [CssSelector] Tag all internal classes as internal ones 2015-09-28 16:03:26 +02:00
Parser Merge branch '2.7' into 2.8 2016-11-03 08:52:58 +01:00
Tests Merge branch '2.8' into 3.0 2016-01-27 06:14:46 +01:00
XPath Merge branch '2.7' into 2.8 2016-09-06 12:55:00 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [CssSelector] remove ConverterInterface 2015-09-30 09:43:59 +02:00
composer.json updated version to 3.2 2016-05-13 13:13:23 -05:00
CssSelectorConverter.php fixed CS 2016-06-29 07:31:50 +02:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01: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.