This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
In the section "3.11.1.2 Map Lookup using Function Call Syntax" (https://www.w3.org/TR/2017/PR-xpath-31-20170117/#id-map-lookup), there is a minor "syntax" error in the following explanatory text: > If $map is a map and $K is a key, then $map($key) is equivalent to map:get($map, $key). I believe `$K` above should be replaced with `$key`. Or perhaps `$key` should be replaced with `$K`.
Good catch, thanks.
ACTION-666-02 - Josh to address editorial bugs 30051, 30050