- From: <bugzilla@jessica.w3.org>
- Date: Wed, 04 Sep 2013 07:55:17 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23151
Bug ID: 23151
Summary: [QT3TS] Axes112 result
Classification: Unclassified
Product: XPath / XQuery / XSLT
Version: Working drafts
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
Assignee: oneil@saxonica.com
Reporter: jmdyck@ibiblio.org
QA Contact: public-qt-comments@w3.org
The guts of prod/AxisStep.xml#Axes112 are:
<dependency type="spec" value="XQ30+"/>
<test>/*/namespace-node()</test>
<result>
<error code="XPST0003"/><!-- unclear, see bug 20736 -->
</result>
Bug 20736
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20736
was resolved on 2013-01-29:
https://lists.w3.org/Archives/Member/w3c-xsl-query/2013Jan/0088.html
resulting in this text in the XQuery 3.0 spec:
If the axis name is omitted from an axis step, ...
if the NodeTest in an axis step is a NamespaceNodeTest
then a static error is raised [err:XQST0134]
(where the Appendix F blurb for XQST0134 is:
"XQuery 3.0 does not support the namespace axis.")
So presumably the <result> of this test-case should be changed to:
<error code="XPST0134"/>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 4 September 2013 07:55:19 UTC