This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23151 - [QT3TS] Axes112 result
Summary: [QT3TS] Axes112 result
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Working drafts
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: O'Neil Delpratt
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-04 07:55 UTC by Michael Dyck
Modified: 2015-01-03 20:51 UTC (History)
1 user (show)

See Also:


Attachments

Description Michael Dyck 2013-09-04 07:55:17 UTC
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"/>
Comment 1 Michael Kay 2015-01-03 00:22:40 UTC
Fixed as suggested.
Comment 2 Michael Dyck 2015-01-03 20:51:50 UTC
Thanks, closing.