Re: Processiing arrays in XSLT 4

Perhaps 

for key $k value $val in $map return ...

or

for entry ($k, $v) in $map return ...

Michael Kay
Saxonica

> On 12 Jan 2021, at 18:23, Christian Grün <cg@basex.org> wrote:
> 
>> If we are going for consistency with the XPath/XQuery proposal then this could be member="..." that accepts an array or map. I'm happy either way (@array/@map or @member).
> 
> I believe 'member' is exclusively used for arrays. Maybe 'entry' would
> be a better option then?

Received on Tuesday, 12 January 2021 18:31:46 UTC