Skip to content

Commit

Permalink
'unordered' option: Comment clarified
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGruen committed Dec 12, 2023
1 parent 81b4c63 commit ff34626
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions specifications/xpath-functions-40/src/function-catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13582,12 +13582,6 @@ return contains-sequence(
for the interpretation of each option appear later.</p>

<fos:options>
<fos:option key="unordered">
<fos:meaning>Controls how the input is to be compared.
</fos:meaning>
<fos:type>xs:boolean</fos:type>
<fos:default>false</fos:default>
</fos:option>
<fos:option key="base-uri">
<fos:meaning>Determines whether the <code>base-uri</code> of a node is significant.
</fos:meaning>
Expand Down Expand Up @@ -13681,6 +13675,13 @@ return contains-sequence(
<fos:type>xs:boolean</fos:type>
<fos:default>true</fos:default>
</fos:option>
<fos:option key="unorderd">
<fos:meaning>Controls whether the top-level order of the items of the input sequences
is considered.
</fos:meaning>
<fos:type>xs:boolean</fos:type>
<fos:default>false</fos:default>
</fos:option>
<fos:option key="unordered-elements">
<fos:meaning>A list of QNames of elements considered to be unordered: that is, their child
elements may appear in any order.
Expand Down

0 comments on commit ff34626

Please sign in to comment.