This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Under section 16.1.1 of the internal WD of FO31, a few typos can be found in the examples: > (let $f := fn:function-lookup(xs:QName('zip:binary-entry', 2) return if > (exists($f)) then $f($href, $entry) else () has (1) a leading paren that is not closed, and (2) a ctor function with two arguments. I think it should be something like: let $f := fn:function-lookup(xs:QName('zip:binary-entry'), 2) return if (exists($f)) then $f($href, $entry) else ()
Thanks, fixed.