- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 27 Jan 2006 19:33:24 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2777
Summary: Thesauri, stop word lists, and languages
Product: XPath / XQuery / XSLT
Version: Working drafts
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Full Text
AssignedTo: sihem@research.att.com
ReportedBy: holstege@mathling.com
QAContact: public-qt-comments@w3.org
The grammar constrains the specification of
thesauri, stop word lists, and languages to StringLiteral.
This unnecessarily constrains query construction and
compositionality.
Proposal:
Change the productions to use ExprSingle rather than
StringLiteral, and change the accompanying text in sections
3.2 to speak of the expression being castable to the appropriate
type (which, in the case of thesauri and stop word lists should
be xs:anyURI not xs:string in any case).
Note that this also bears on #2483.
Received on Friday, 27 January 2006 19:33:29 UTC