- From: <bugzilla@jessica.w3.org>
- Date: Sat, 15 Nov 2014 17:24:32 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27335
Bug ID: 27335
Summary: updateIETF MIME type registration appendix
Product: XPath / XQuery / XSLT
Version: Working drafts
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3.1
Assignee: jonathan.robie@gmail.com
Reporter: liam@w3.org
QA Contact: public-qt-comments@w3.org
The MIME Type appendix in XQuery 3.1 needs updating:
http://www.w3.org/TR/xquery-31/#id-mime-type
[[
This new media type is being registered to allow for deployment of XQuery on
the World Wide Web.
]]
should now read, e.g.:
[[
This media type registration is to allow for deployment of XQuery on the World
Wide Web.
]]
The example encoding declaration
xquery version "1.0" ...
should say, xquery version "3.1" ...
Delete, Currently the version number, if present, must be "1.0"
Change
[[
The XML Query Working group is working on a facility to allow XQuery
expressions to create and update persistent data. Untrusted queries should not
be given write access to data.
]]
to be, e.g.
[[
The optional XQuery Update Feature allows XQuery expressions to create and
update persistent data, potentially including writing to arbitrary locations on
the local filesystem as well as to remote URIs. Untrusted queries should not be
given write access to data.
]]
(these changes probably also apply to XQueryX)
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Saturday, 15 November 2014 17:24:33 UTC