- From: <bugzilla@jessica.w3.org>
- Date: Fri, 02 Mar 2012 13:04:39 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16200
Summary: Predeclare "err" and "output" namespaces
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3.0
AssignedTo: jonathan.robie@gmail.com
ReportedBy: john.snelson@marklogic.com
QAContact: public-qt-comments@w3.org
The namespace URIs that XQuery 3.0 uses are long and contain arbitrary years,
making them difficult to remember. Everytime they need to be used, they
currently need to be looked up in the spec, or some reference to add a
declarations for them.
Since these namespace URIs are commonly used in an XQuery 3.0 module, I suggest
that we predeclare two more namespace bindings:
err = http://www.w3.org/2005/xqt-errors
output = http://www.w3.org/2010/xslt-xquery-serialization
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 2 March 2012 13:04:48 UTC