This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29970 - [FO31] Strange layout code section, invalid collation URI
Summary: [FO31] Strange layout code section, invalid collation URI
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 3.1 (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-01 15:42 UTC by Abel Braaksma
Modified: 2016-12-16 19:55 UTC (History)
0 users

See Also:


Attachments

Description Abel Braaksma 2016-11-01 15:42:11 UTC
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.
Comment 1 Michael Kay 2016-11-01 17:11:51 UTC
Thanks, fixed.