FIX: Remove redundant string function

string(string(//boxy)) is equivalent to string(//body) in the example provided
This commit is contained in:
Nathan Bittner 2019-03-30 17:04:19 -07:00 committed by GitHub
parent 12eea9e7fa
commit db1aff147c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>