Michael Kay
Michael Kay
I propose that we drop some serialization errors in favour of producing a fallback representation of the supplied value. The rationale is that (a) serialization is often used in contexts...
The specification for fn:collection says: > By default, this function is [·deterministic·]. This means that repeated calls on the function with the same argument will return the same result. However,...
We're increasingly using the design pattern where maps contain entries that are function items. If `$map` is a map and it has an entry `info` that is a zero-arity function,...
The work on deep lookup with modifiers enables an improved set of rules for processing trees of maps and arrays using a mode with `on-no-match="shallow-copy-all"`. Recall that the intent is...