Skip to content

Commit

Permalink
Merge pull request #315 from ndw/iss-302
Browse files Browse the repository at this point in the history
Clarify equality of group adjacent values
  • Loading branch information
ndw committed Jan 1, 2020
2 parents bd385fd + 0cba749 commit 6f8fe3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion steps/src/main/xml/steps/wrap-sequence.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ Whenever
two or more sequentially adjacent documents have the same “group
adjacent” value, they are wrapped together in a single wrapper
element.
</para>
Two “group adjacent” values are the same if the
standard XPath function <code>deep-equal()</code> returns true for them.</para>

<simplesect>
<title>Document properties</title>
Expand Down
3 changes: 2 additions & 1 deletion steps/src/main/xml/steps/wrap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ adjacent matching nodes in a single wrapper element. The specified
XPath expression is evaluated for each matching node with that node
as the XPath context node. Whenever two or more adjacent matching nodes
have the same “group adjacent” value, they are wrapped together in
a single wrapper element.</para>
a single wrapper element. Two “group adjacent” values are the same if the
standard XPath function <code>deep-equal()</code> returns true for them.</para>

<para>Two matching nodes are considered adjacent if and only if they
are siblings and either there are no nodes between them or all
Expand Down

0 comments on commit 6f8fe3d

Please sign in to comment.