Fixed minor errors
This commit is contained in:
@@ -988,7 +988,7 @@
|
||||
<td>false</td>
|
||||
</tr>
|
||||
</table><br>
|
||||
<a href="https://www.w3.org/TR/xquery-operators/#func-false" class="hyperlink" target="_blank"><code>W3C Documentation reference</code></a>
|
||||
<a href="https://www.w3.org/TR/xquery-operators/#func-not" class="hyperlink" target="_blank"><code>W3C Documentation reference</code></a>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -2578,21 +2578,7 @@
|
||||
<a href="#" onClick="return false;"
|
||||
class="hyperlink collapsible collapsibleMini collapseTrigger"><code>fn:distinct-values()</code></a>
|
||||
<div class="content">
|
||||
Returns the sequence that results from removing from $arg all but one of a set of values that are eq to one other. Values of type xs:untypedAtomic are compared as if they were of type xs:string. Values that cannot be compared, i.e. the eq operator is not defined for their types, are considered to be distinct. The order in which the sequence of values is returned is ·implementation dependent·.<br>
|
||||
|
||||
The static type of the result is a sequence of prime types as defined in Section 7.2.7 The fn:distinct-values functionFS.<br>
|
||||
|
||||
The collation used by the invocation of this function is determined according to the rules in 7.3.1 Collations. The collation is used when string comparison is required.<br>
|
||||
|
||||
If $arg is the empty sequence, the empty sequence is returned.<br>
|
||||
|
||||
For xs:float and xs:double values, positive zero is equal to negative zero and, although NaN does not equal itself, if $arg contains multiple NaN values a single NaN is returned.<br>
|
||||
|
||||
If xs:dateTime, xs:date or xs:time values do not have a timezone, they are considered to have the implicit timezone provided by the dynamic context for the purpose of comparison. Note that xs:dateTime, xs:date or xs:time values can compare equal even if their timezones are different.<br>
|
||||
|
||||
Which value of a set of values that compare equal is returned is ·implementation dependent·.<br>
|
||||
|
||||
If the input sequence contains values of different numeric types that differ from each other by small amounts, then the eq operator is not transitive, because of rounding effects occurring during type promotion. In the situation where the input contains three values A, B, and C such that A eq B, B eq C, but A ne C, then the number of items in the result of the function (as well as the choice of which items are returned) is ·implementation-dependent·, subject only to the constraints that (a) no two items in the result sequence compare equal to each other, and (b) every input item that does not appear in the result sequence compares equal to some item that does appear in the result sequence.<br><br>
|
||||
Returns the sequence that results from removing from $arg all but one of a set of values that are eq to one other. Values of type xs:untypedAtomic are compared as if they were of type xs:string. Values that cannot be compared, i.e. the eq operator is not defined for their types, are considered to be distinct. The order in which the sequence of values is returned is ·implementation dependent·.<br><br>
|
||||
|
||||
<b>Arguments:</b>
|
||||
<table class="table-doc">
|
||||
@@ -4282,7 +4268,7 @@
|
||||
</div>
|
||||
<div class="collapsible">
|
||||
<span name="collapse20">
|
||||
<button class="section-button collapseTrigger" style="border: none">Error</button>
|
||||
<button class="section-button collapseTrigger" style="border: none">Error</button>
|
||||
</span>
|
||||
<div class="content">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user