- From: <bugzilla@jessica.w3.org>
- Date: Thu, 02 Oct 2014 00:47:00 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26788 Jonathan Robie <jonathan.robie@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #8 from Jonathan Robie <jonathan.robie@gmail.com> --- Here's the final text for the LCWD: <xquery> If the axis name is omitted from an axis step, the default axis is child, with two exceptions: (1) if the NodeTest in an axis step contains an AttributeTest or SchemaAttributeTest then the default axis is attribute; (2) if the NodeTest in an axis step is a NamespaceNodeTest then a static error is raised [err:XQST0134]. Note: The namespace axis is deprecated as of XPath 2.0, but required in some languages that use XPath, including XSLT. </xquery> <errors> err:XQST0134 The namespace axis is not supported. </errors> <xpath> If the axis name is omitted from an axis step, the default axis is child, with two exceptions: (1) if the NodeTest in an axis step contains an AttributeTest or SchemaAttributeTest then the default axis is attribute; (2) if the NodeTest in an axis step is a NamespaceNodeTest then the default axis is namespace - in an implementation that does not support the namespace axis, an error is raised [err:XQST0134]. Note: The namespace axis is deprecated as of XPath 2.0, but required in some languages that use XPath, including XSLT. </xpath> -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 2 October 2014 00:47:01 UTC