diff --git a/specifications/xpath-functions-40/src/function-catalog.xml b/specifications/xpath-functions-40/src/function-catalog.xml index 94764e7ce..b202df329 100644 --- a/specifications/xpath-functions-40/src/function-catalog.xml +++ b/specifications/xpath-functions-40/src/function-catalog.xml @@ -4161,7 +4161,8 @@ translate(value := '٢٠٢٣', replace := '٠١٢٣٤٥٦٧٨٩', with := '01234 the input sequence may be supplied using multiple arguments. In addition the parameter is declared optional, so a call with no arguments is also permitted.
-The result of the function is obtained by forming the sequence-concatenation of the supplied +
The result of the function is obtained by forming the
+ fn:string-join#0
to the result.
If XPath 1.0 compatibility mode is set to true in the static context of a
@@ -20831,7 +20832,9 @@ declare function transitive-closure (
The default function for both The default action for combining entries with duplicate keys is to perform a sequence-concatenation of the corresponding values,
+ The default action for combining entries with duplicate keys is to perform a
+ Returns the sequence-concatenation of the members of an array. Returns the sequence concatenation of the members of an array. The function returns the sequence-concatenation of the members of
+ The function returns the More formally, it returns the result of $maps
argument.
The key value in the result map that corresponds to such a set of duplicates must
be the $week
, with one entry replaced by a
new entry. Both input maps contain an entry with the key 6
; the
- entry that appears in the result is the sequence-concatenation of the entries
+ entry that appears in the result is the $keys
and $value
is the identity function.
Although it is permitted to default both, this serves little purpose: usually at least one of these arguments
will be supplied.duplicates: combine
option on map:merge
. Other potentially useful
functions for combining duplicates include:$array
, retaining order.array:members($array)?value
.(1, 2, 3)
.
$s1, $s2, $s3, $s4
)
+ delivers the sequence concatenation of multiple sequences.
In places where the grammar calls for
Similarly, given $M
as a map
{ "X": ("a", "b"), "Y": ("c", "d"), "Z": ("e", "f") }
,
- some example Lookup expressions are as follows. Note that because maps are unordered,
+ some example lookup expressions are as follows. Note that because maps are unordered,
the results are not necessarily in the order shown.
Additional processing | Duplicate elimination and document ordering | -Simple sequence concatenation | +Simple |
---|