mirror of https://github.com/scrapy/scrapy.git
update: docs/topics/selectors.rst
This commit is contained in:
parent
3e7b704c08
commit
36f72877ba
|
|
@ -1032,6 +1032,9 @@ 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 with
|
||||
:func:`~parsel.xpathfuncs.set_xpathfunc`.
|
||||
|
||||
.. _topics-selectors-ref:
|
||||
|
||||
Built-in Selectors reference
|
||||
|
|
|
|||
Loading…
Reference in New Issue