mirror of https://github.com/scrapy/scrapy.git
update: docs/topics/selectors.rst
This commit is contained in:
parent
660e3b1953
commit
3e7b704c08
|
|
@ -1032,11 +1032,6 @@ whereas the CSS lookup is translated into XPath and thus runs more efficiently,
|
|||
so performance-wise its uses are limited to situations that are not easily
|
||||
described with CSS selectors.
|
||||
|
||||
Parsel also simplifies adding your own XPath extensions.
|
||||
|
||||
.. autofunction:: parsel.xpathfuncs.set_xpathfunc
|
||||
|
||||
|
||||
.. _topics-selectors-ref:
|
||||
|
||||
Built-in Selectors reference
|
||||
|
|
|
|||
Loading…
Reference in New Issue