From 4301c5467495cfec40f4256c038122044093566e Mon Sep 17 00:00:00 2001 From: Michael Kay Date: Wed, 22 Jan 2025 17:00:27 +0000 Subject: [PATCH] Apply post-acceptance changes from review --- .../src/xpath-datamodel.xml | 2 +- .../src/function-catalog.xml | 27 ++++++++++++++----- specifications/xquery-40/src/query-prolog.xml | 14 ++++------ 3 files changed, 27 insertions(+), 16 deletions(-) diff --git a/specifications/xpath-datamodel-40/src/xpath-datamodel.xml b/specifications/xpath-datamodel-40/src/xpath-datamodel.xml index 1753e6acc..cbf407236 100644 --- a/specifications/xpath-datamodel-40/src/xpath-datamodel.xml +++ b/specifications/xpath-datamodel-40/src/xpath-datamodel.xml @@ -766,7 +766,7 @@ therefore can also be contained within sequences.

The dm:iterate-sequence accessor calls the supplied $action function once for each item in $input, in order, - and returns the sequence concenation of the results. The $action function + and returns the sequence concatenation of the results. The $action function is called with two arguments. The first argument is an item in $input, and the second is the 1-based ordinal position of the item within $input.

diff --git a/specifications/xpath-functions-40/src/function-catalog.xml b/specifications/xpath-functions-40/src/function-catalog.xml index c84649fd4..9e3e0f5e2 100644 --- a/specifications/xpath-functions-40/src/function-catalog.xml +++ b/specifications/xpath-functions-40/src/function-catalog.xml @@ -23103,7 +23103,7 @@ xs:QName('xs:double')