mirror of https://github.com/scrapy/scrapy.git
FIX: Remove redundant string function
string(string(//boxy)) is equivalent to string(//body) in the example provided
This commit is contained in:
parent
12eea9e7fa
commit
db1aff147c
|
|
@ -762,7 +762,7 @@ What happens when you apply ``string()`` on the document ``<body>`` for example?
|
|||
You get a text representation of the document, without the tags:
|
||||
|
||||
|
||||
.. xpathdemo:: string(string(//body))
|
||||
.. xpathdemo:: string(//body)
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
|
|
|||
Loading…
Reference in New Issue