This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Section 16.2.6 contains the following code section: let $SWEDISH := "http://www.w3.org/..../collation?lang=se" return fn:sort($in, $SWEDISH) This would be better indented to the left: let $SWEDISH := "http://www.w3.org/..../collation?lang=se" return fn:sort($in, $SWEDISH) Also, the URI is not a proper URI, is that intentional? The text does not explain it, in fact, the text suggests the URI is a proper collation URI.
Thanks, fixed.