Re: [xsl] Converting a sequence of xs:string to a map

Subject: Re: [xsl] Converting a sequence of xs:string to a map
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 13 Jan 2026 13:06:34 -0000
On 13/01/2026 13:59, Michael Kay michaelkay90@xxxxxxxxx wrote:
And for completeness, XPath 4.0 now allows

{ $strings ! {., posiiton()} }


I suppose

B { $strings ! { . : position() } }


Or does the commaB { ., position() } work as well?


Current Thread