diff options
Diffstat (limited to 'python/cssselect/README')
-rw-r--r-- | python/cssselect/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/cssselect/README b/python/cssselect/README new file mode 100644 index 000000000000..962b0278f1a1 --- /dev/null +++ b/python/cssselect/README @@ -0,0 +1,3 @@ +cssselect parses CSS3 Selectors and translate them to XPath 1.0 expressions. +Such expressions can be used in lxml or another XPath engine to find the +matching elements in an XML or HTML document. |