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 28307 - [XP3.1] 3.3.2.1 Axes
Summary: [XP3.1] 3.3.2.1 Axes
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XPath 3.1 (show other bugs)
Version: Candidate Recommendation
Hardware: PC Linux
: P2 minor
Target Milestone: ---
Assignee: Jonathan Robie
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-23 01:18 UTC by Patrick Durusau
Modified: 2015-07-13 22:34 UTC (History)
1 user (show)

See Also:


Attachments

Description Patrick Durusau 2015-03-23 01:18:13 UTC
"the child axis contains the children of the context node, which are the nodes returned by the dm:children accessor in [XQuery and XPath Data Model (XDM) 3.1]."

Correct URL: http://www.w3.org/TR/xpath-datamodel-31/#dm-children 5.3 children Accessor

"the parent axis contains the sequence returned by the dm:parent accessor in [XQuery and XPath Data Model (XDM) 3.1],"

Correct URL: http://www.w3.org/TR/xpath-datamodel-31/#dm-parent 5.11 parent Accessor

"the attribute axis contains the attributes of the context node, which are the nodes returned by the dm:attributes accessor in [XQuery and XPath Data Model (XDM) 3.1]; the axis will be empty unless the context node is an element"

Correct URL: http://www.w3.org/TR/xpath-datamodel-31/#dm-attributes  5.1 attributes Accessor

"the namespace axis contains the namespace nodes of the context node, which are the nodes returned by the dm:namespace-nodes accessor in [XQuery and XPath Data Model (XDM) 3.1];"

Correct URL: http://www.w3.org/TR/xpath-datamodel-31/#dm-namespace-nodes  5.7 namespace-nodes Accessor

"should use the functions fn:in-scope-prefixes and fn:namespace-uri-for-prefix defined in [XQuery and XPath Functions and Operators 3.1]."

Correct URLs:

http://www.w3.org/TR/xpath-functions-31/#func-in-scope-prefixes 10.2.6 fn:in-scope-prefixes

http://www.w3.org/TR/xpath-functions-31/#func-namespace-uri-for-prefix  10.2.5 fn:namespace-uri-for-prefix

I combined all of these in a single report since they fell under the same section. 

The suggested references have the advantage of using language that appears in the referenced text.
Comment 1 Jonathan Robie 2015-07-12 00:55:33 UTC
Done.