Skip to content

Commit 20955cb

Browse files
committed
fix(urlrewrite): clarified language
as suggested by @line-o
1 parent 8cb317a commit 20955cb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/main/xar-resources/data/urlrewrite/urlrewrite.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -422,11 +422,7 @@
422422
throughout the entire pipeline, we need to clear the
423423
<literal>xslt.input</literal>
424424
with an explicit call to clear-attribute.</para>
425-
<para>The benefit does to exchanging data through request attributes is that we save one serialization step.
426-
<code>XQueryServlet</code>
427-
directly passes the node tree of its output as a valid XQuery value, so
428-
<code>XSLTServlet</code>
429-
does not need to parse it again.</para>
425+
<para>The benefit of exchanging data through request attributes is that we save one serialization step: <code>XQueryServlet</code> directly passes the node tree of its output as a valid XQuery value, so <code>XSLTServlet</code> does not need to parse it again.</para>
430426
<para>The advantages become more obvious if you have two or more XQueries which need to exchange information: XQuery 1 can use the XQuery extension function
431427
<code>request:set-attribute()</code>
432428
to save an arbitrary XQuery sequence to an attribute. XQuery 2 then calls

0 commit comments

Comments
 (0)