- From: <bugzilla@jessica.w3.org>
- Date: Fri, 16 Oct 2015 11:48:03 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29207
Bug ID: 29207
Summary: [XQ31] reserved namespaces needs updating
Product: XPath / XQuery / XSLT
Version: Recommendation
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3.1
Assignee: jonathan.robie@gmail.com
Reporter: abel.braaksma@xs4all.nl
QA Contact: public-qt-comments@w3.org
Target Milestone: ---
The XQ31 spec defines a list of reserved namespaces. This list is repeated in
several places:
* http://www.w3.org/XML/1998/namespace
* http://www.w3.org/2001/XMLSchema
* http://www.w3.org/2001/XMLSchema-instance
* http://www.w3.org/2005/xpath-functions
* http://www.w3.org/2005/xpath-functions/math
* http://www.w3.org/2012/xquery
Sometimes they are called "reserved" (in para 2.5.5.7 and 4.15), sometimes not
(in 4.18 Function Declarations they are not called "reserved", nor in the error
description for XQST0045).
I think the following are candidates to be included in this list:
* http://www.w3.org/2005/xpath-functions/map
* http://www.w3.org/2005/xpath-functions/array
* http://www.w3.org/2005/xqt-errors
* http://www.w3.org/2000/xmlns/
* http://www.w3.org/2010/xslt-xquery-serialization
And possibly, with the introduction of fn:transform() in F&O 3.1, we should
consider adding the XSLT namespace as well:
* http://www.w3.org/1999/XSL/Transform
In addition, if it is not too late considering the current CR status, to group
these together and use a TERMDEF, to prevent the repetition?
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 16 October 2015 11:48:06 UTC