- From: <bugzilla@jessica.w3.org>
- Date: Tue, 01 Nov 2016 15:42:11 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29970
Bug ID: 29970
Summary: [FO31] Strange layout code section, invalid collation
URI
Product: XPath / XQuery / XSLT
Version: Candidate Recommendation
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Functions and Operators 3.1
Assignee: mike@saxonica.com
Reporter: abel.braaksma@xs4all.nl
QA Contact: public-qt-comments@w3.org
Target Milestone: ---
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.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 1 November 2016 15:42:18 UTC